/* CSS Document */

body {
	background:#1178A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#636466;
	margin:0;
	
}

.Clear {
	clear:both;}

a:link { color: #2A5A58; text-decoration: underline; font-weight:bold;}
a:visited { color: #2A5A58; text-decoration:underline; font-weight:bold;}
a:hover{ color:#9CA165; text-decoration:none;}

#Container-Top{
	background:#FFF;
	width:100%;
	height:125px;
	
}

	#Container-Top-Content {
		width:730px;
		margin-left:auto;
		margin-right:auto;
		padding-top:50px;
		text-align:left;
		
}

#Container-Main {
	background:#FFF;
	width:730px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
	
}

.Menu{
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.Menu li{
	float: left;
	height: 33px;
}

.Menu a{
	display: block;
}

.PageTitleBox {
	width:730px;
	height:35px;
	background:#9CA165;
	margin:10px 0 0 0;
	padding:5px 0 5px 0;
	text-align:center;
	vertical-align:middle;
	
}

.WelcomeBox {
	background:url(../images/main-welcomebg.jpg) top left no-repeat;
	width:686px;
	height:317px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333333;
	
}


.SubTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#43808F;
	/*text-indent: 35px;*/
}

.Photo {
	border:#333333 1px solid;
	margin:3px;
}

ul {
	list-style:url(../images/bullet.gif);
	
}
	
	
h3 { 
	background:url(../images/h2-background.jpg) top left no-repeat;
	color:#1E1A1D;
	padding:4px;
	text-indent:5px;
	
}

.Option {
	background:#9CA165;
	color:#FFFFFF;
	padding:5px;
}
	
.Footer {
	background:url(../images/main-footer.gif) top left no-repeat;
	width:249px;
	height:103px;
	margin:100px auto 10px auto;
}