/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	height:100%;
	color: #333333;
}
.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-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
}


#mainNav ul { /* all list items */
	padding-left:19px;
	margin: 0;	
}
#mainNav li { /* all list items */
	position: relative;
	padding-left: 15px;
	padding-top: 5px;
	list-style: none;
	float: left;
}
#mainNav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}
#mainNav a:hover{
	color: #666666;
	text-decoration: underline;
}
#contentwrapper {
	width: 928px;
	background-color: #333333;
	float: left;

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

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

#rightcontent {
	width: 380px;
	height: 450px;
	float: left;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

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

#homerightcontent {
	width: 380px;
	height: 450px;
	float: left;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;

}
#footer {
	width: 800px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding-top: 0px;
	float: left;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: bold;
	margin-top: 15px;
}

#article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A1D0F;
	width:300px;
	margin-left:50px;
	margin-top:10px;
}

#article a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A1D0F;
	text-decoration:underline;
	}
#article a:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A1D0F;
	text-decoration:none;
	}

