body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #BACDDB;
}

a:link, a:visited  { color:#003366; background: transparent;text-decoration: none; font-size: 10px; font-weight: bold;}
a:active { color: #05386b; background: transparent; }

a:hover { color: #1e90ff; background: transparent; text-decoration:  underline; }

a:link img, a:visited img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #036;}
h1 { font: 150% sans-serif; }
h2 { font: bold 125% sans-serif; }
h3 { font: 110% sans-serif;  }
h4 { font: bold 100% sans-serif; }
h5 { font: italic 100% sans-serif;}
h6 { font: small-caps 100% sans-serif; }
.fix{
	clear: both;
}
.topnav{
	background-image: url(../images/topnav.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 2px 0px 2px 0px  ;
}
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-image: url(../images/topnav.jpg);
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: right;
}

li { display: inline; }

#topnav li a:link, #topnav li a:visited
{
font-size: 12px; !important;
 font-weight: bold;
text-decoration: none;
color:  #036;
background-image: url(../images/topnav.jpg);
	background-position: top;
	background-repeat: repeat-x;
padding:.2em 1em;
border-right: 1px solid #fff;
}

#topnav li a:hover
{
text-decoration: underline;
color: #036;
}
.header{
 padding-left: 5px;
	background-image: url(../images/logo-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: White;
	height: 55px;
	border-top: 3px solid black;	
}

.contenttbl{
	background-color: White;
}
.content{
	text-align: justify;
	font-size: 12px;
	color: #333;
	padding: 7px;
}
.content a:link, .content a:visited, .content a:hover{
	font-size: 12px;
	color: Blue;
	text-decoration: underline;
}
.footer{
	font-size: 12px;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 5px;
}
.footerlink{
	color: Black;
	font-size: 10px;
	height: 20px;
}/*
.footerlink a:link, .footerlink a:visited  { 
color:#003366; 
font-size: 10px; !important;
text-decoration: none;
}*/

.footerlink a:hover {text-decoration:  underline;}
.localcenter{
float: right;
}
  
  /* New Form CSS code */


.buttons {
	width: 231px;
	height: 450px;
	float:left;
	border-left: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	background-color:#eeeeee;
	overflow:hidden;
}

.insidebuttons {
	width: 230px;
	height: 435px;
	float:left;
	background-color: #eeeeee;
	border-bottom: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
}

.newcust {
	background-color: #6B0303;
	width: 221px;
	height: 130px;
	padding-left:10px;
	padding-top: 10px;
}

.newcust P {
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}

.newcust H2 {
	font-size:30px;
	font-weight:normal;
	color:#FFFFFF;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}

.newarrow {
	width: 221px;
	height: 15px;
	padding-bottom: 4px;
	padding-left:10px
}

.newcusttext {
	width: 221px;
	margin: 5px;
}

.newcusttext P {
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.newcusttext input {
	margin-bottom: 8px;
	font-size:12px;
	height: 20px;
}

.newformbutton {
	cursor:pointer;
	background: #6B0303;
	border:#CCCCCC solid 1px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left: -3px;
	width: 80px;
}

.buttons HR {
	BORDER-TOP: 1px dashed #716e68;
	WIDTH: 100%;
	BACKGROUND-COLOR: #fff;
	TEXT-ALIGN: center;
	MARGIN-BOTTOM: -10px;
	margin-top: 0px;
}

.blogtext{
color: #333;
text-align: center;
width: 221px;
padding: 5px;
border: 1px solid #2189A4;
}
.blogtext strong{
font-size:120%;
}
.blogtext p{
text-align: justify;
font-size:80%
font-family: sans-serif;
}
.blogtext a{
color: #2189A4;
font-family: sans-serif;
font-size:100%;
}