/******** Body Elements ********/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	background-color:#ffffff;
}

/******** Layout Elements ********/

.wrapper {
	width: 600px;
	margin: 0 auto;
}

.innerwrapper {
	margin: 0 115px 0 0;

}

.header {
	height: 80px;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
	line-height: 80px;
}

.content {
	margin: 0 0 10px 162px;
	padding: 5px;
	border: 1px solid #CC0033;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 152px;
	padding: 0px;
}

.right {
	margin: 0 0 10px 0;
	float: right;
	width: 105px;
	padding: 0;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #df002d;
	clear: both;
	color:#FFFFFF;
}

/******** Document Styles ********/

.textH1 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #CC0000;}
.textH1button {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #CC0000; padding:0; border:1px solid #cc0033; margin-bottom:5px;}
.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #CC0033; text-decoration: none}

.textH2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #CC0000 }
.emailone {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: underline}
.emailone:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: underline}
.emailtwo {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: underline}
.emailtwo:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: underline}
a {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none}
.sublinks {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; color: #000000}
.emailthree { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: underline }
.emailthree:hover { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: underline }
p{margin-top:0}

/******** List Styles Styles ********/

UL.nav{
margin:0;
padding:0;
padding:5px;
border: 1px solid #cc0033;
margin-bottom:5px;
line-height:160%;

}

ul.nav li {
	margin: 0 0 0 3px;
	list-style: none;
}

