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

/******* the basics ************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #F3F3DA;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(png/moulder.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	color: #1B1464;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1B1464;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #1B1464;
}
h1 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px;
	padding: 4px;
}
h2 {
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 2px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C5C552;
}
h3 {
	font-size: 12px;
	color: #000000;
	background-color: #C5C552;
	width: 100%;
	height: 22px;
}
h4 {
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #999999;
}
h6 {
	font-size: 10px;
	color: #000000;
}
/********* page structure **********/
#container {
	
	width: 600px;
	
}
#masthead{
	display:none;
}
#pagetitle{
	
	float: left;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#nav{
	display:none;
}
#mainpic{
display:none;
}


#content0 {
	width: 600px;
	float:left;
	
} 
#contentleft {
	width:340px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
} 
#contentright {
	width:250px;
	float:right;
} 



#footer{
	width:100%;
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	
	height: 30px;
}

#topmenucontainer {
display:none;
}
#thepic{
	display:none;
}


/*********** link styles and navigation ************/

a.smenulink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	float: left;
	height: 20px;
	margin-right: 20px;
	margin-left:3px;
	margin-top: 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	letter-spacing: 0px;
}
a.smenulink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	float: left;
	height: 20px;
	margin-right: 20px;
	margin-left:3px;
	margin-top: 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	letter-spacing: 0px;
}
a.smenulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C5C552;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	float: left;
	height: 20px;
	margin-right: 20px;
	margin-left:3px;
	margin-top: 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	letter-spacing: 0px;
	background-color: #000000;
}
a.smenulink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	float: left;
	height: 20px;
	margin-right: 20px;
	margin-left:3px;
	margin-top: 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	letter-spacing: 0px;
}



/******** forms *********/
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #C5C552;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 445px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

form {
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.pad4{
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.clear{
	clear: both;
	float: left;
	width: 100%;
}
