@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	background-attachment: fixed;
	background: url(images/background.jpg) top no-repeat;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #0066FF;
	}

p {
	text-align: left;
	text-indent: 2em;
	}

a:link {
	color: #000099;
	}
	
a:visited {
	color: #009900;
	}
	
a:hover, a:active {
	color: #0000FF;
	}

#container {
	width: 100%;
	}

#pageContents {
	float: right;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	background-color: #FFFFFF;
	}

#menu ul {
	list-style: none;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	}

#menu ul li {
	line-height: 40px;
	}

#menu li {
	background: url(images/li4.gif) no-repeat 0 50%;
	padding-left: 42px;
	width: 255px;
	}
	
#menu {
	float: left;
	display: block;
	background-color: FFFFFF;
	}

#banner {
	width: 100%;
	height: 300px;
	}

#slogan {
	width: 100%;
	height: 70px;
	background: url(images/slogan.jpg) no-repeat 0 50%;
	}
	
#footer {
	clear: both;
	text-align: center;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 70px;
	width: 100%;
	background: url(images/footer.jpg) bottom repeat-x;
	line-height: 65px;
	}
	
.boxed {
	border-left: #0066FF 1px solid;
	border-right: #0066FF 1px solid;
	background-color: #FFFFFF;
	color: #0066FF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;	
	padding: 0px 5px;
	margin: 0px 15px 0px -30px;
	}