/* General Style Sheet - v.0.1*/

/*----------Universal Items----------*/

BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px; 
	color: #32495f;	
	line-height: 14px; 
}

body {
	margin: 0px;
	padding: 0px;
}

a {
	color: #7c8f49;
	text-decoration: none;
}

select, textarea, input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #32495f;
	line-height: 12px;
}

a:visited {
	color: #587ea6;
}

a:hover {
	text-decoration: underline;
	color: #7c8f49;
}

ul {
	margin-left: 20px;
	padding-left: 8px;
	margin-top: 12px;
	margin-bottom: 15px;
	line-height: 14px;
}
li{
	list-style-image: url("../images/arrow.gif");
	height: 22px;
	vertical-align: baseline;
	margin-bottom: 5px;
}

.intro{
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: White;
}

.navbar{
	font-size: 12px;
	line-height: 14px;
	color: #293949;
	margin-top: 8px;
	height: 20px;
}

.navbar a:link, .navbar a:visited {
	color: #293949;
	text-decoration: none;
}

.navbar a:hover {
	color: #7c8f49;
	text-decoration: underline;
	
}

.navbar_active {
	color: #7c8f49;
	text-decoration: underline;
	font-weight: bold;
}

.copyright{
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
}

.page_head {
	color: #577da5;
	font-family: Trebuchet MS, arial,helvetica,sans serif;
	font-weight: bold;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.section_head {
	font-weight: bold;
	margin-bottom: 4px;	
}

.section_text {
	margin-bottom: 10px;	
}

.section_text_tight {
	margin-bottom: 3px;	
}

.dotted_horiz_rule {
	width: 99%;
	height: 1px;
	margin-top: 5px;
	border-top: 1px dotted #a1a1a1;
}

.directions_steps {
	line-height: 18px;
}

.disclaimer {
	font-size: 10px;
	color: #8397aa;
	line-height: 11px;
	text-align: justify;
}






/*----------Top Nan bar----------*/


