body {
  margin: 2px;
  padding: 0.05% 5% 0 5%;
}
#header {
  background: #ffffff;
  width: 100%;
}
#topribbon{
    position: relative;
     top:2px;
    /*background-image:url(images/topribbon.gif);*/
     background:url(images/topribbon.gif) repeat-x;
    width: 100%;
    height:0.3em;

}
#sitebanner{
    position: relative;
    top:2px;
    background-image:url(images/sitebanner.jpg);
    width: 100%;
    height:117px;

}
#topmenuribbon{
    position: relative;
 top:2px;
    background-image:url(images/background.jpg);
    width: 100%;
    height:21px;

}
#topmenu a
{
    font-size:13px;
    font-weight:bold;
    color:olive;
    padding:0 0 0 14px;
    /*margin-left:1%;*/

}
#toplinks a {
    display: inline;
    padding: 2px 0 0 18px;
    margin: 3px auto;
    width: 1%;
color:#ffffff;
}

#toplinks a:hover,#toplinks .active a
{

}
#leftcol {
  position: relative;
  top:6px;
  background: #ffffff;
  float: left;
  width: 18%;
  height: 500px;
  border: 1px solid silver;
}

#leftcol li
{
    display: inline;
    padding: 20% 0 0 0;
    width: 100%;
}
#leftcol ul
{
    padding: 0;
    margin: 40px 0;
    line-height:25px;

}
#rightcol {
  position: relative;
  top:6px;
  background: #ffffff;
  float: right;
  width: 18%;
  height: 500px;
   border: 1px solid silver;
}
#rightcol li
{
    /*display: inline;*/
    list-style-type: none;
    list-style-image: none;
    padding: 1.5% 2% 0 1.5%;
    width: 100%;
}

#rightcol p
{
    width: 95%;
    height: 22px;
    background-color:Maroon;
    font-size:14px;
    font-weight:bold;
    color:white;
   padding: -3px 1px 0 1px;
}
#content {
 /* background: #fff;
  float: left;
  width: 59%;
  height: 500px;*/
 margin-top: 2px;
  background: #fff;
  padding: 2% 1% 0 1%;
  float: right;
  width: 60%;
  height: 100%;
  

}

#footer {
 /* background: #ffffff;
  clear: both;
  width: 100%;*/
 position: relative;	
	height: 150px;
	clear:both;
   }

#footer-spacer {
    height: 36px;
}

#footer p {
    margin: 0;
    text-align: center;
    font-size: 77%;
}

#footer a {
    text-decoration: underline;
    color: #c345cF;
}

#footer a:hover {
    text-decoration: none;
}

/* Menu 2 starts here */
#menu2 {
width: 95%;
float:left;
}

#menu2 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#menu2 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu2 a
{
color: #5A852F;
text-decoration: none;
font-size: 14px;
display: block;
padding: 6px;
width: 98%;
background-color: #F0F0D8;
border-bottom: 1px solid #fff;
}

#menu2 a:link, #menu a:visited
{
color: #483000;
text-decoration: none;
}

#menu2 a:hover
{
background-color: #5A852F ;
color: #fff;
}

#menu2 li a#current
{
border-bottom: 3px solid #C0C018;
background: #5A852F ;
color: #fff;
}

/* Menu 3 starts here */
#menu3 {
width: 200px;
float:left;
}

#menu3 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type: circle;
list-style-position:inside;
margin:0;
padding:0;
}
#menu3 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu3 a
{
color: #483000;
text-decoration: none;
font-size: 12px;
display: block;
padding: 3px;
width: 140px;
background-color: #fff;
border-bottom: 1px solid #fff;
}

#menu3 a:link, #menu3 a:visited
{
color: #483000;
text-decoration: none;
}

#menu3 a:hover
{
border-left: 3px solid #901818;
color: #000;
}

#menu3 li a#current
{
border-left: 3px solid #901818;
background: #F0F0F0;
color: #000;
}

form {
    margin: 10px;
    padding: 10px;
    border: 1px solid #EEEEEE;
}

form dl {
    margin: 10px;
}

form dt {
    float: left;
    clear: left;
    width: 120px;
}

form dd {
    margin-bottom: 15px;
    clear: right;
}

form dd.fieldError {
    font-size: 8pt;
    font-weight: bold;
    color: #c00;
    margin-top: -13px;
    margin-left: 120px;
}

.error {
	background-color: #fcc;
	font-size: 10pt;
	padding: 2px;
	border: 1px dashed #c88;
}
fieldset {
border: 1px solid #901818;
margin-top: 1.4em;
padding: 0.6em;
}
legend {
font: bold 1.0em Arial, Helvetica, sans-serif;
color: #00008B;
background-color: #FFFFFF;

}
