@charset "UTF-8";
/* CSS Document */

#site {
	width: 600px;
	
}
.accordion{

}
#menu {
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}

#header {
	width: 600px;
}

#foot, #foot p {
	margin-top: 8px;
	text-align: center;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

hr{
border: 0;
width: 600px;
color: #2C2C31;
background-color: #2C2C31;
height: 1px;
}

.thick{
	height: 3px;
}
.medium{
height: 3px;
}
.thin{
}
#site #content .accordion img {
	margin-bottom:8px;
	margin-top: 6px;
}

.required{
color:#FF0000;
}

body {
	margin-left: 35px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 35px;
}
body,td,th {
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #2C2C31;
	text-decoration: none;
}
a:visited {
	color: #2C2C31;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	color: #2C2C31;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	height: 20px;
	padding: 0px;
	
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
