/* CSS Document */

html{
font-family: Tahoma, Verdana, Arial;
}


body {
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	height:100%;
	color: #333333;
	font:Tahoma, Verdana, Arial;
}
.body a{
	color: #FFFFFF;
	text-decoration: underline;
		}
.body a:hover{
	text-decoration: none;
}
#wrapper {
	width: 960px;
	text-align: center;
	margin: auto;
	background-color: #FFFFFF;
	height: 100%;

}
#masthead {
	width: 928px;
	height: 114px;
	background-repeat: no-repeat;
}
#header {
	width: 928px;
	height: 90px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
} 
#mainNav {
	width: 928px;
	font:bold 12px;
	height: 24px;
	color: #666666;
}
#mainNav {
	width:928px;
	height: 24px;
	background: #FFFFFF;
}

#mainNav ul { /* all list items */
	padding-left:19px;
	margin: 0;
	z-index:6;	
}
#mainNav li { /* all list items */
	position: relative;
	padding-left: 15px;
	padding-top: 5px;
	list-style: none;
	float: left;
}
#mainNav a{
	font:bold 12px;
	color: #666666;
	text-decoration: none;
}
#mainNav a:hover{
	font:bold 12px;
	color: #666666;
	text-decoration: underline;
}
#contentwrapper {
	width: 928px;
	background-color: #333333;
	float: left;

}
#contentborder {
	width: 393px;
	height: 370px;
	float: left;
	margin-top: 10px;
	margin-left: 17px;
	margin-right: 10px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6A1D0F;
}

#contentborder a{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #993300;
	text-decoration: underline;
}
#contentborder a:hover{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}
#contentborder h2{
	color: #999999;
	font-size: 20px;
	font-style: bold;
	margin-top: 15px;
}
.form {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#rightcontent {
	width: 380px;
	height: 400px;
	float: left;
	margin-top: 10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

}
#rightcontent li {
	color: #6A1D0F;
}

#homerightcontent {
	width: 380px;
	height: 400px;
	float: left;
	margin-top: 10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	overflow: hidden;

}
#footer {
	width: 800px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding-top: 0px;
	float: left;
}
#footer a{
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
#footer ul { /* all list items */
	text-align: center;
	padding-top: 15px;
}
#footer li { /* all list items */

	padding-left: 10px;
	padding-top: 5px;
	list-style: none;
	text-align: center;
	display: inline; 

}
h1 {

	color: #C7371C;
	font-size: 24px;
	font-style: bold;
	margin-top: 15px;
}
h2 {

	color: #999999;
	font-size: 20px;
	font-style: bold;
	margin-top: 15px;
}
