body {
	background-color: #3C54A5;	
}

#page {
	width:900px;
	height: 800px;
	border-top: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

#header {
	width: 900px;
	height: 140px;
	background-image: url(images/header.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}

#menu_container {
	background-color:#3C54A5;
	height: 35px;
}

#menu ul {
	width:100%;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-left: 0px;
	padding-top: 8px;
	margin: 0px;
}

#menu ul li {
display:inline;
}

#menu ul li a {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	aborder-right: 1px solid #CCCCCC;
	aborder-left: 1px solid #CCCCCC;
	padding-bottom: 3px;
}
#menu ul li a:visited {
	color: #FFFFFF;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu #active_s {
	text-decoration: underline;
}

#content_container {
	width:900px;
	float:left;
	overflow: auto;
	height: 630px;
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}

#content {
	font-size: 13px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

#content a:link {
	text-decoration: none;
	color: #0033CC;
}

#content a:visited {
	text-decoration: none;
	color: #0033CC;
}

.pagetitle {
	color: #000000;
	font-size: 22px;
	line-height: 1.3em;
	margin-top: 15px;
	border-bottom: 1px solid #3C54A5;
	width: 820px;
}

dt {
   font-weight: bold;
}

dd {
	margin-left: 10px;
	line-height: 1.4em;
}

#footer {
	height:10px;
	font-size: 10px;
	width: 900px;
	float: left;
	color: #FFFFFF;
	padding-top: 0px;
}

#footer a {
	text-decoration:none;
	color: #FFFFFF;
}

#footer a:link {
	text-decoration:none;
	color: #FFFFFF;
}

#footer a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
