/* CSS Document */

	body,td,th {
	color: #001D4B;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
body {
	background-color: #a29468;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position:center;
	
	
}

p {
line-height:20px;
}

h1 {
	color: #50678C;
	font-size: 15px;
	font-weight: bold;
}
	
a:link {
	color: #A29468;
}
a:visited {
	color: #A29468;
}
a:hover {
	color: #50678C;
}
a:active {
	color: #50678C;
}
#container {
width:850px;
margin-left:auto;
margin-right:auto;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position:center;

	}
	
	#subcontainer {
width:850px;
margin-left:auto;
margin-right:auto;
	background-image: url(images/sub_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	}
	
#header { background-color:#BFAC60;
height:159px; }
#left { float:left;
width:175px;
padding:20px;
}
#right { float:right;
width:196px;
padding:4px;
}

#subright { float:right;
width:160px;
}
#center { float:left;
width:400px;
padding:10px; 
}
#subcenter {
padding:20px;
width:430px;
float:left;
}
#footer { clear:both;
background-color:#CCC08F;
background-image:url(images/bottom_bg.gif);
background-repeat:no-repeat;
width:850px;
height:43px;
margin-left:auto;
margin-right:auto;
}

.bottom {
margin-left:190px;
padding:4px;
color:#FFFFFF;
}
.navimg {
padding:7px;
}

.clearit {
	clear:both;
}
.sideimg {
padding:9px;
}
