/* CSS Document */


#Container {
width: 900px;
height: 1200px;
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;
border: 2px solid #663300;
}

#Banner {
	width: 100%;
	height: 200px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

#Nav {
	width: 100%;
	height: 20px;
	background-color: #FFFFFF;
	padding: 0 0 0 0 px;
}

#Content {
	background-image: url(background-test.jpg);
	background-repeat: no-repeat;
	height: 400px;

}

body {
background-color:#003366;
}


li  {
	display: inline;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 30px 0px 0px;

}

#box1 {
	float: left;
	padding-left: 3%;
	width: 45%;

}

#box2 {
	padding-left: 20px;
	width: 46%;
	float: left;

}

#box3 {
	width: 25%;
	float: right;
	clear: right;

}

hr {
	color:#666666;
	text-align: center;

}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3 em;
	color: #003366;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 1.4em;
	padding-bottom: 20px;
}

.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF6600;
	text-decoration: none;

}

a.navText:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}

a.navText:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}

a.navText:hover {
	color: #CC0000;

}

a.navText:active {

}

#subContent {
	width: 600px;
	height: 300px;

}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
	color: #003399;
	text-decoration: none;
}

#footer {
width: 100%;
}

