/* general styles */


/* links start */

a:visited {
	}
a:hover {
	text-decoration: underline;
	}
	
/* text styles */

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
h2 {
	font-size: 20px;
	color: #666633;
	}
h3 {
	font-size: 17px;
	color: #333333;
		}
h4 {
	font-size: 15px;
	color: #FF9800;
	margin:0px;
	padding:0px;
		}
h4 a {
	color: #FF9800;
	text-decoration: none;
	}
.quote {
	font-style: italic;
	color: #666633;
}
	
/* layout items */

#wrapper{
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	}
#logo {
	float:left;
	}
#topnav {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	margin-top: 70px;
	margin-left: 0px;
	}
#topnav  a {
	color: #999999;
	text-decoration:none;
	}
			
#masthead {
	clear:both;
	width: 760px;
	background-image: url(../images/masthead-background.jpg);
	background-repeat: repeat-y;
	}
#mastheadimage {
	}
#content {
	width: 720px;
	padding:20px;
	}

#featuretext{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
}
#column1{
	float:left;
	width:49%;
	padding-right:10px;
	background-color: #FFFFFF;
	}
#column2{
	float:left;
	width:48%;
	padding-left:10px;
	background-color: #FFFFFF;
	}
#homeicons {
	clear: both;
	padding-top:10px;
	padding-bottom:10px;
	}	

/* side navigation start */

#navigation {
	width: 185px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-top: 10px;
	margin-left:0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#navigation a {
	color: #333333;
	text-decoration: none;
	}
#navigation a:hover {
	color: #333333;
	text-decoration: underline;
	}
#navigation a:visited {
	color: #333333;
	}
#navigation ul {
	margin-left:20px;
	padding-left:0px;
	margin-top: 0px;
	list-style-type: none;
}
#navigation li {	
	margin-left:0px;
	padding-left:0px;
}




/* footer */


#footer {
	font-size: 11px;
	color: #999999;
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 0px;
	padding: 10px 0px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right:20px;
	margin-left:20px; 
	}
#footer a {
	text-decoration: none;
	color: #999999;
	}
#footer a:visited {
	text-decoration: none;
	color: #999999;
	}	


/* other styles */

.indentp {
	margin-left: 15px;
	margin-top: -10px;
	}
.smallertext {
	font-size: 12px;
	}
.smallesttext {
	font-size: 11px;
	}
.biggertext {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}	
.padding {
	padding-top: 10px;
	}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 13px;
	width: 125px;
	padding: 3px;
}
.li-nopad {
	margin:0px;
	padding:0px;
	}