/* Start of CMSMS style sheet 'subStyle' */
/* CSS Document */

/*
* {
	margin: 0px;
	padding: 0px;
	}
*/	
body {
	margin: 0px;
	padding: 0px;
	min-width: 776px;
	background-color: #7fd559;
	font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
/*	color: #FFFFFF; */
	text-decoration: none;
	}
	
/* TYPOGRAPHY */

p {
 	color: #064E01;
 	line-height: 1.7em;
	font-size: 1.3em;
	}
		
	div#feature p {
		margin-bottom: 1em;
		}
		
		div#feature p a {
			padding-left: 4px;
			padding-right: 4px;
			}
		
		div#feature p a:link, div#feature p a:visited, div#feature p a:active {
			/*color: #3057FF; */
			color: blue; 
			text-decoration: underline;
			}
			
		div#feature p a:hover {
			color: #FFFFFF;
			text-decoration: none;
			background-color: #3057FF;
			padding-left: 4px;
			padding-right: 4px;
			}
		
	div#feature p.author {
		font-size: .9em;
		font-weight: bold;
		margin-bottom: 0px;
		}
		
	
		
	div#blueboxcontent p {
		font-size: 1em;
		color: #FFCC00;
		}
		
		div#blueboxcontent p a:link, div#blueboxcontent p a:visited, div#blueboxcontent p a:active {
			color: #FFCC00;
			text-decoration: underline;
			}
			
		div#blueboxcontent p a:hover {
			color: #FFCC00;
			text-decoration: none;
			}

h1 {
	font-size: 2.5em;
	color: #FF004E;
	font-weight: bold;
	}
	
h2 {
	color: #FFFFFF;
	font-size: 1.1em;
	}

	
a:visited, a:active {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}
	
/* LAYOUT */

#wrap {
    margin: 0px auto;
    width: 776px;
	background-color: #7fd559;
    }
	
#header {
	width: 776px;
	text-align: center;
	}
	
#logo {
	float: left;
	width: 170px;
	height: 80px;
	}
	
#headercontent {
	width: 606px;
	height: 80px;
	float: right;
	text-align: right;
	}
	
#navcontainer {
	background-color: #7fd559;
	width: 776px;
	}
	
#navfeatureshell {
	width: 776px;
	height: auto;
	background-image: url(img/sub_content_bgdslice.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
#navfeatureshellbottom {
	width: 776px;
	height: 39px;
	}
	
#navtop {
	width: 776px;
	height: 9px;
	}
	
#sidenav {
	float: left;
	width: 170px;
	height: auto;
	}
	
#blueboxtop {
	width: 170px;
	height: 13px;
	float: left;
	}
	
#blueboxcontent {
	width: 100px;
	height: auto;
	float: left;
	padding: 0px 35px 0px 35px;
	background-image: url(img/sub_sidebar_boxmiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
#blueboxbottom {
	width: 170px;
	height: 16px;
	float: left;
	}
	
#feature {
	float: right;
	width: 556px;
	padding: 0px 30px 30px 10px;
	height: auto;
	}
	
#clearfloat {
	clear: both;
	height: 1px;
	}
	
#footer {
	clear: both;
	height: 65px;
	padding-top: 10px;
	background: url(img/index_footerbgd_nowords.gif)  no-repeat right bottom;
    }
	
	#footer a:link, a:visited, a:active {
		color: #FFE010;
		text-decoration: underline;
		}
	
	#footer a:hover {
		color: #E47532;
		text-decoration: none;
		}
	
#footercontent {
        color: #FFFFFF;
	text-align: right;
	height: 25px;
	padding-top: 26px;
	padding-right: 20px;
	}
	
	#footercontent p {
		color: #FFF;
		}

#footer img
{
border:0px;
float:left;
margin-top:10px;
margin-left:5px;
}


/* CLASSES */
	
.floatitright {
	float: right;
	margin: 10px;
	}
	
.floatitleft {
	float: left;
	margin: 10px;
	}


/* End of 'subStyle' */

