/* Global Styles */

body {
	margin:0px;
	font-size:90%;
	background-color:#C0DFFD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	

/* ID Styles */

#container {
	width:800px;
	background-image: url(border.gif);
	background-repeat: repeat-y;
	margin:auto;
	margin-top:10px;
	border-left: 2px solid #043882;
	border-right: 2px solid #043882;
	border-top: 2px solid #043882;
}


#header {
	width:800px;
	background-color:#043882;
	}

#navigation  {
	float:left;
	width:158px;
	background-color: #FFFFFF;
}

#navigation p {
	border-bottom: 2px solid #C0DFFD;
	text-align:center;
	color: #000000;
	margin:0px;
	font-size:14px;
	background-color:#C0DFFD;
	font-weight: bold;
	}

#navigation ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	}

#navigation li {
	border-bottom: 2px solid #C0DFFD;
	padding-left: 25px;
	padding-top:5px;
	padding-bottom:5px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a {
	font-size: 11px;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	text-align:left;
	}
	
#navigation a:hover {
	color:#FF6600;
	}

#text {
	float:left;
	width:600px;
	margin-left:15px;
	}

#sidfot {
clear:both;
background-color:#043882;
padding:15px;
color:#ffffff;
font-size:small;
text-align:center;
}

#sidfot a{
background-color:#043882;
color:#ffffff;
text-decoration:none;
}

#sidfot a:hover{
background-color:#043882;
color:#ffffff;
text-decoration:underline;
}
		
/* Class Styles */
	
	
.pageName{
	font-size: 18px;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
	
	
