.underln { text-decoration:underline; }
.ital { font-style:italic; }

a { color: #cc0000; font-weight: bolder; }
a:visited { color: #268046; }
a:hover { text-decoration: none; }

body { background-color:#000000; margin:0px; padding:0px; }

#container{
	background-color:#ffffff;
	border: 1px solid #ffffff;
	font-size:12pt;
	margin: 10px auto;
	padding:5px;
	width: 990px;
}

#mainNav {
	background-color: #000000;
	height:25px;
	margin-top:5px;
	padding-top:7px;
	text-align:center;
	width:100%;
}
#mainNav a {
	color: #ffffff;
	font-size: 12pt;
	font-weight: bolder;
	margin: 10px;
	text-decoration:underline;
}

#col3_1 h3{
	margin-left:10px;
	text-decoration:underline;
}
#col3_1 p,#col3_2 p,#col3_3 p {

	text-align:left;
	font-family:serif;
	margin:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #c0c0c0;
}
#col3_1 {
	border-right:1px solid #000000;
	width: 490px;
}
#col3_2 {
	border-right:1px solid #000000;
	float:right;
	width: 300px;
}
#col3_3 {
	font-size: 10pt;
	float:right;
	width: 200px;
}
#col3_3 ul { border-bottom:1px solid #c8c8c8; list-style-type:none; margin-left:0px; padding-left:5px; }
#col3_3 li { padding-bottom:10px; }
#col3_3 ul a { font-size:12pt; color:#000099; }

#footer { clear:both; }
