/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;
	color:#333333;
	line-height: 150%;
	text-align: left;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;;
	color:#333333;
}

#test {
	font-family: georgia;
	text-align: right;
}


h1 {
	font-size: 120%;
	color:#333333;
	line-height: 130%;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 140%;
	color:#336699;
	line-height: 140%;
	margin: 0px 0px 4px 0px;
}

h3 {
	font-size: 100%;
	color:#000000;
	line-height: 130%;
	margin: 0px 0px 4px 0px;
}

a{
	color: #336699;
	text-decoration: none;
}

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

 ul {
	padding-left: 14px;
	margin: 0px;
	background-image: url(http://www.kmscp.org/fitfortheroad/assets/spacer.gif);
	background-repeat: repeat-x;
}

li {
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

.header-bkg {
	background-image: url(http://www.kmscp.org/fitfortheroad/assets/blue_background.jpg);
	background-repeat: repeat-x;
}

.nav-bkg {
	background-image: url(http://www.kmscp.org/fitfortheroad/assets/nav_bar_bkg.jpg);
	background-repeat: repeat-x;
}

.sub-nav-pad {
	padding: 0px 20px 0px 20px;
}

.floatimgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}

.floatimgright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
 }
 
 .content-pad {
	padding: 20px 20px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#blue a{
	color: #003399;
	text-decoration: none;
}

#blue a:hover{
	text-decoration: underline;
	color: #66FFFF;
}

#green a{
	color: #009900;
	text-decoration: underline;
}

#green a:hover{
	text-decoration: underline;
	color: #CC0000;
}