/* body - two column layout - page properties */
#flash {z-index:2;
position:relative;
background-color:#CC9900;
}

a:link { 
	color:#003300;
	text-decoration: none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
a:visited { 
	color:#003300;
	text-decoration: none;
	font-size:10px;
	}
	
a:hover { 
	text-decoration:underline;
	}
	
a:active { 
	color:#003300;
	text-decoration: none;
	font-size:10px;
	}

#html, body {
	margin: 0;
	padding: 0;
	color:#003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

	
#nav {
	width: 180px;
	float: left;
	margin-left: -1px;
	padding: 15px;
	font-size: 10px;
	line-height: 2em;
	} 

#rightnav {
	width: 200px;
	height:auto;
	float: right;
	margin-left: 1px;
	padding: 10px;
	font-size: 12px;
	line-height: 2em;
	} 
	

	
#content {
	padding: 10px;
	margin-left: 210px;
	margin-right: 230px;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	font-size: 12px;
	line-height: 2em;
	} 
	
.cap {

float: left;
width: 50px;
font-size: 50px;
line-height: 48px;
font-weight: normal;
color:#444444;
font-family: georgia, times;

}

.underline {
	text-decoration: underline;
}

.headline {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
	
hr {
	width: 50%;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
	
h3 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	color:#333333;
	}	

#header {
	background-color: #FFFFFF;
	color: #006;
	border-bottom: 1px dotted #999999;
	margin-bottom: 0px;
	}
	
#nav navoheader { font-style:italic
	font-family:"Times New Roman", Times, serif
	font-size:18px:
	}

#footer {
	background-color: #CCCCCC;
	color: #666666;
	border-top: 1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0px 0px 0 0;
	clear: both;
	bottom: 0px;
	}

#footer2 {
	background-color: #CCCCCC;
	color: #666666;
	border-top: 1px Solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 2px 10px 0 0;
	clear: both;
	vertical-align: baseline;
	}

.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	}

dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	}
