body {
background-image: url("images/bg.jpg");
background-repeat:repeat-x;
background-position:top;
font-size: 15px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
padding:0px;
margin:0px;
}
a {color: #330000;}
a:visited {color:#330000;}
a:hover {color: #000000;}
a:active { color:#000000;}

dotbox {
width:600px;
height:50px;
border:dotted 
1px green; }

.overline {
text-decoration: line-through;
} 

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #3399FF;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h3 {
font-size:20px;
font-weight: bold;
margin:0px;}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-image:url(images/contbg.gif);
background-repeat:repeat-y;
background-position:center;
}

/* ----------banner for logo-------------- */
#banner {
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px;
height:270px;
}

/* -----------------content--------------------- */
#content {
padding-left: 80px;
padding-right: 80px;
padding-top: 0px;
text-align:left;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
background-color: #ffffff;
height: 75px;
clear: both;
margin: 0px;
padding: 0px;
text-align: center; }

.footertxt {
font-size:9px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

.bannertxt {
font-size:13px;
font-weight: bold;
color:#FFFFFF;
}

.bannertxt2 {
font-size:16px;
font-weight: bold;
color:#FFFFFF;
}

#logospan {  /* Hide the "Logo Text" from view... */
  display: block;
  width: 800;
  height: 176;
  overflow: hidden;
}

.form {
  font-size: 18px;
 background-color: #FFFFFF;
 border: 1px solid #666666;
 padding: 2px 2px 2px 2px;
}
