body {
	margin: 0 auto;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	width: 800px;
}

.header {
	background-image: url('../images/layout/header.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 161px;
}

.headertext {
	color: #FFFFFF;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	float: right;
	text-align: left;
	padding-right: 15px;
	padding-top: 15px;
}


/* Top Nav Settings */

.topnav {
	
	width: 300px;
	padding-top: 70px;
	margin: 0 auto;
	text-align: center;
	}


.topnav a:link {
	color: #000000;
	background-color: transparent;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	}

.topnav a:visited {
	color: #000000;
	background-color: transparent;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	}

.topnav a:hover {
	color: #FFFFFF;
	background-color: transparent;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	}

.topnav a:active {
	color: #000000;
	background-color: transparent;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	}

/* Navbar Settings */

.navpadding {
	text-align: center;
	padding-top: 7px;
}


ul.nav {
	list-style: none;
	display:block;
	float: left;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
	background-image: url('../images/layout/button.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
	color: #FFFFFF;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;

}

.nav li a:link {
	float: left;
	background-image: url('../images/layout/button.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
	color: #FFFFFF;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.nav li a:visited {
	float: left;
	background-image: url('../images/layout/button.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
	color: #FFFFFF;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.nav li a:hover {
	float: left;
	background-image: url('../images/layout/buttonover.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
	color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.nav li a:active {
	float: left;
	background-image: url('../images/layout/button.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
	color: #FFFFFF;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.website {
	color: #FFFFFF;
	width: 800px;
}

.content {
	background-image: url('../images/layout/content.gif');
	background-repeat: repeat-y;
	width: 800px;
	height: 100%;
	}

/* Left Side Styles */

.left {
	height: 100%;
	width:186px;
	float: left;
	padding-left: 14px;
	background-color: transparent;
}



/* Right Side Styles */

.right {
	color: #000000;
	height: 100%;
	width: 580px;
	float: left;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
}

/* Footer Styles */

.footer {
	clear: both;
	background-image: url('../images/layout/footer2.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 167px;
	
}

.footertext {
	color: #000000;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
	padding-top: 55px;
}


/* Link Formatting */

a:link {
	color: #000000;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
} 

a:visited {
	color: #000000;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
} 

a:hover {
	color: #CC0000;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #000000;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

.stamp a:link {
	color: #3366FF;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
} 

.stamp a:visited {
	color: #3366FF;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
} 

.stamp a:hover {
	color: #0000FF;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}

.stamp a:active {
	color: #3366FF;
	background-color: transparent;
	border-style: none;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}

/* Text Formatting */

.stamp {
	color:#000000;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin-top:10px;
}

p {
	color: #000000;
	width: 575px;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: normal;
	text-indent: 5%;
	text-align: left;
	text-decoration: none;
}


h1 {
	color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

h2 {
	color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
 h3 {
	color: #FF0000;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

h4 {
	color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

h5{
	color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

img {
	border-style: none;
}

strong {
	color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial;
	font-size: 9pt;
	font-weight: bold;
	text-indent: 5%;
	text-align: left;
	text-decoration: none;
}

.forms {
	width: 550px;
	text-align: left;
}

.formtext {
color: #000000;
font-family: Calibri, "Trebuchet MS", Tahoma; 
font-size: small; 
}

.formrequired {
font-family: Calibri, "Trebuchet MS", Tahoma; 
font-size: small; 
color: #FF0000; 
}