html, body {
   margin : 0;
   padding : 0;
}

body {
	color : #a52a2a;
	width : 100%;
	font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	background-color: #FFFFFF;
	
}


p a {
color: #666666;
text-decoration: none;
}


p:hover a { 
color: #0000ff;
text-decoration: underline;
}

 #container {
	width : 750px;
	color : #333;
	border : 1px solid #808080;
	border-bottom-width : 0px;
	line-height : 130%;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: static;
}

#top {
	border-bottom : 1px solid #808080;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/newbanners/1.png);
	height: auto;
	margin: 0px;
	padding: 0px;
}

#leftnav {
	float : left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #FFFFFF;

}

#rightnav {
	float : right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #FFFFFF;

}

#leftnav, #rightnav {
	width : 125px;
	margin : 0;
	padding : 1em;
}

#content {
	margin-left : 150px;
	margin-right : 150px;
	padding : 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;

}

#footer {
   clear : both;
   margin : 0;
   padding : .5em 0 1em 0;
   color : #333;
   background-color : #666666;
   border-bottom : 1px solid #808080;
   border-top : 1px solid #808080;
}

#leftnav p, #rightnav p {
   margin : 0 0 1em 0;
}

#content h2 {
   margin : 0 0 .5em 0;
}
.contentbolditalic {
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.leftlinks {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333;
	
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rightnavlinks {
	font-family: "Trebuchet MS", "Times New Roman", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.footerlinks {
	color: #000000;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	
}
#contentfull {
	margin-left : 150px;
	padding : 1em;
	background-color: #FFFFFF;

}


.headings {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.overbanner {
	position: relative;
	top: auto;
	vertical-align: top;
	background-position: top;
}
