body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	margin:0;
}

#wrapper {
	width:700px;
	margin:auto;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	width:690px;
	height: 60px;
	padding-top: 15px;
	padding-left: 10px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}
#header h1 {
	font-size: 2.2em;
	color: #000033;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	padding: 0;

}

#main {
	width:680px;
	padding: 10px;

}
#main h1 {
	font-weight: normal;
	font-size: 1.7em;
}
#main h2 {
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	font-style: italic;
	display: block;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin-bottom: 2px;
	padding-bottom: 10px;
}
#main h3 {
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	display: block;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}


.headersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
	margin-left: 10px;
}
.boxsection {
	display:block;
	width:100%;
	float: left;

}

.box{
	width:140px;
	height:105px;
	border: solid #EEE;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.box img {
	margin-bottom: 5px;
	margin-top: 5px;

}

.box a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.box a:hover {
	background-color: #EFEFEF;
}




#footer {
	text-align: center;
	width:660px;
	background-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 300px;
	}
	
	.underlinemenu{
	font-weight: normal;
	width: 200px;
	text-align: left;
	float: left;
	margin:auto;
	font-size: .8em;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;

//set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
	display: list-item;
	list-style-type: none;
}

.underlinemenu ul li a{
	color: #CCCCCC;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid gray; /*bottom border is 3px*/
	line-height: 30px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

