/* CSS Document */

body{ 
font-family			:Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
font-weight			:normal;
font-size			:13px;
color				:#7e737a;
line-height			:25px;
padding-bottom		:5px;
}

/* Standard Site Type Settings  */
h1 {
font-weight			:bold;
font-size			:17px;
color				:#C5BE51;
padding-top			:2px;
padding-bottom		:5px;

}

h2 {
font-weight			:bold;
font-size			:16px;
color				:#468;
padding-bottom		:4px;
clear				:left;
margin				:0; 
}
	
h3 {
font-weight			:bold;
font-size			:15px;
color				:#7e737a;
padding-bottom		:4px;
clear				:left;
margin				:0; 
}
	
h4 {
font-weight			:bold;
font-size			:14px;
color				:#a50;
padding-bottom		:3px;
clear				:left;
margin				:0; 
}

h5 {
font-weight			:bold;
font-size			:13px;
color				:#468;
padding-bottom		:3px;
clear				:left;
margin				:0; 
}

h6 {
font-weight			:bold;
font-size			:12px;
color				:#666;
padding-bottom		:2px;
clear				:left;
margin				:0; 
}

p {
font-weight			:normal;
font-size			:13px;
color				:#7e737a;
line-height			:25px;
padding-bottom		:5px;
text-align			:justify;
}

ul {
	margin:0;
	padding-bottom:5px 0px 5px 0px;
}

ol {
	color				:#7E737A;
	line-height			:20px;
	padding-bottom		:5px;
}

li {
	color				:#7E737A;
	line-height			:20px;
	padding-top			:10px;
}

ul li a{
	font-weight:bold;
	text-decoration		:none;
	font-size			:12px;
	color				:#7E737A;
}

a{
font-weight			:normal;
text-decoration		:none;
font-size			:12px;
color				:#00718E;
}

a:hover{
color				:#7E737A;
text-decoration		:underline;
}


#leftcol ul, #leftcol ul li ul{
margin			:0;
padding			:0;
list-style		:none;
}


#leftcol ol {
color				:#7E737A;
line-height			:20px;
padding-bottom		:5px;
}

#leftcol ul li{
border-bottom		:#7E737A 1px solid; 
}

#leftcol li,  #leftcol li ul li{
color				:#7E737A;
line-height			:20px;
padding-bottom		:5px;
}

#leftcol li ul li{
border:none;
padding-left:15px;
}

#leftcol ul li a{
font-weight			:bold;
text-decoration		:none;
font-size			:12px;
color				:#7E737A;
}

#leftcol ul li a:hover{
text-decoration		:underline;
}

.bottom-nav-link{
	font-weight:normal;
	font-size:10px;
	color: #7E737A;
	text-decoration:none;
}