body{
	
}

.background{
	/*background-image:url(../images/background-image.jpg);*/
	background-repeat:no-repeat;
	background-position:top;
	background-position:center;
	background-position:top;
	padding-top:20px;
	padding-bottom:20px;
	position:absolute;
	z-index:0;
	width:98%;
}

.mainframe{
	width:800px;
	/*text-align:center;*/
	position:relative;
	z-index:1;
	border-collapse:collapse;
}

.header{
	background-image:url(../images/rounded-header-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	height:135px;
	position:relative;
	z-index:3;
	/*width:800px;*/
	text-align:center;
	/*padding-left:25px;*/
}
.nav{
	/*padding-bottom:15px;*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	background-position:center;
	background-color:#ffffff;
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	z-index:2;
	/*width:794px;*/
	/*line-height:38pt;*/
	font-size:11pt;
	/*text-align:left;*/
	/*padding-top:15px;*/
	height:55px;
	text-align:center;
	vertical-align:middle;
}
.nav a{
	color:#334547;
	text-decoration:none;
	width:160px;
	/*padding-left:22px;
	padding-right:22px;*/
	/*padding-bottom:28px;*/
	vertical-align:middle;
	text-align:center;
	/*height:55px;*/
}
.nav a:visited{
	color:#334547;
	text-decoration:none;
}
.nav a:hover{
	color:#822519;
	text-decoration:underline;
}
.activepage{
	color:#ffffff;
	background-image:url(../images/dropdown4menu.png);
	background-repeat:no-repeat;
	background-position:center;
	/*background-position:top;*/
	text-decorartion:none;
	text-align:center;
	/*width:130px;*/
	height:55px;
	padding-top:35px;
}
.activepage a{
	color:#ffffff;
}
.activepage a:visited{
	color:#ffffff;
}
.activepage a:hover{
	color:#ffffff;
	text-decorartion:none;
}

.maincontent{
	background-color:#ffffff;
	font-family:"Microsoft Sans Serif";
	width:795px;
}
.maincontent td{
	vertical-align:top;
	width:48%;
	text-align:left;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	font-size:11pt;
}
.maincontent h1{
	font-size:26px;
	font-family:"Microsoft Sans Serif";
	color:#822519;
}
.maincontent-bluebox{
	background-color:#334547;
	color:#ffffff;
	font-family:"Comic Sans MS";
	font-size:13px;
	padding-bottom:15px;
}
.maincontent hr{
	 color:#334547;
	 height:10px;
	 background-color:#334547;
}
.footer{
	background-color:#ffffff;
	font-size:9px;
	font-family:"Microsoft Sans Serif";
	color:#334547;
	vertical-align:middle;
	height:22px;
}


