
html 
{
margin:0;  
padding:0;
border:0;
}

body {
  background: #FFFFFF;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin:10px 0; /* top and bottom  margins keep top and bottom of contents away from screen edges */
  font-size: 11px;
  font-weight: normal;
  color:#383A60; /* default font color */ 
}

#wrapper {
  width:700px;
  margin:0 auto; /* the auto declaration centers the content on the page */
  background:#fff;  
  border:1px solid #fff; 
  border-color:#fff;
  padding-bottom:10px; /* keeps the last block of text from the bottom of the webpage */
}

#header {
  margin-bottom:6px;
  position:relative; 
  height:130px; 
  background:url(graphics/logo.jpg) #fff; 
  background-position:bottom center;
  background-repeat:no-repeat;
  width:100%;
}

#maincol {
  background-color:#fff;
  float:left; 
  display:inline; 
  position:relative; 
  width:500px; 
}

#rightcol {
  background-color:#fff;
  width:180px;
  float:right; 
  position:relative; 
}

#sidemenu a, #sidemenu a:visited 
{
  position:relative;
  font-size: 11px;
  text-decoration:none; 
  text-align:left; 
  background-color:#fff; 
  color:#0156A9; 
  font-weight:bold;
  display:block; 
  width:100%; 
  border-bottom:1px solid #000; /* add a 1px black border around items */ 
  padding:15px 0;
  margin:0 0;
}

#sidemenu a:hover 
{
color:#ff0000; 
background:#fff;
text-decoration:underline;
}

#menu a {
  font-weight: bold;
  font-size: 11px;
  color: #282824;
  text-decoration: none;
}

#menu a:hover {
  color: #FF0000;
  text-decoration: underline;
}

#footer
{
padding:15px 0 5px 0;
height:25px;
background:#fff;
clear:both;
color:#383A60;
  margin:0 auto;
  font-size:10px;
font-weight:bold;
text-align:center;
}

td {
  	font-weight: normal;
  	font-size: 11px;
  	color: #383A60;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #0000FF;
  	font-size: 11px;
  	text-decoration: underline;
}

a:hover {
  	text-decoration: none;
  	color: #FF0000;
}

p {
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

h1 {
  color: #0156A9;
  font-size: 16px;
  font-weight: bold;
  font-family: Verdana, geneva, arial, helvetica, sans-serif;
  margin-left: 0pt;
  margin-top: 6px;
  margin-bottom: 2px;
}

.style1 {
  font-size: 18px;
  color: #552B00;
  font-weight: bold;
}

.heading {
  font-size:16px;
  color:#0156A9;
  font-weight:bold;
  margin-top: 6px;
  margin-bottom: 2px;
}

.small {
  font-size: 9px;
}

.center {
  text-align:center;
}
