/* 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;
position:relative;
left:50%;
margin-left:-425px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	min-height:100%;
	}
	
	#subcontainer {
width:850px;
position:relative;
left:50%;
margin-left:-425px;
	background-image: url(images/sub_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	min-height:100%;
	}
	
#header { background-color:#BFAC60;
height:159px; }
#left { float:left;
width:175px;
padding:30px;
}
#right { float:right;
width:196px;
padding:4px;
}

#subright { float:right;
width:160px;
padding:4px;
}
#center { margin-right:196px;
margin-left:215px;
padding:20px;
height:100%;
; 
}
#subcenter { margin-right:160px;
margin-left:215px;
padding:20px;
height:100%;
; 
}
#footer { clear:both;
background-color:#CCC08F;
background-image:url(images/bottom_bg.gif);

height:43px;
}

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