﻿#header
{ 
  border:none;
  color:#FCFCFC;
  margin-bottom:0px;
  margin-top:10px;
  height:230px;
  width:950px;
  background-image: url('front-image.jpg');
  background-repeat:no-repeat;
  padding:3px;
   -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;


  
}

#sidebar
{ 
 float:left;
 width:155px; 
 margin-top:10px;
 margin-bottom:15px;
 border-right:none;
 border-bottom:none;
 padding-bottom:3px;
 font-family:Verdana;
 font-size:12px;
 background-color:transparent;
}

#sidebar ul
{
list-style:none;
margin:0px;
 margin-top:10px;
 padding:3px;
font-family:Verdana;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

#sidebar li a
{
text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#DB2929;
}
#sidebar.notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#sidebar li a:link, #sidebar li a:visited {
	color: #000000;
	display: block;
	background-color:transparent;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#sidebar li a:hover {
	color: #EEE9E9;
	background:#9D8851;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 12px;
                  -moz-border-radius-topleft: 30px;
                  border-top-left-radius: 30px;
                  -moz-border-radius-topright: 30px;
                  border-top-right-radius: 30px;
                  -moz-border-radius-bottomleft: 30px;
                  border-bottom-left-radius: 30px;
                  -moz-border-radius-bottomright: 30px;
                  border-bottom-right-radius: 30px;
                  border-bottom-color:#5F9EA0;
	}





#body
{
  margin-left:170px;
  width:770px;
  margin-top:10px;
 margin-bottom:15px;
 background-color: #FFFFFF;
  border-top:1px solid  #B8B8B8;
  border-left:1px solid  #B8B8B8;
  border-right:1px solid  #B8B8B8;
  border-bottom:1px solid  #B8B8B8;
  padding:5px;
  font-size:12px;
  font-family:Verdana;
  color: #000000;
  text-align:justify;
}

#footer

{

  clear:both;
  color:black;
  height:60px;
  background-color:transparent;
  text-align:center;
  font-family:Arial;
  font-size:11px;
  margin-top:10px;
  padding:1px;
  border-top:2px solid gray;

}
h1 {font-family:Arial, Helvetica;
font-size: 19.2px;color:#FCFCFC;padding:4px;}

h2 {font-family: Arial, Helvetica;
font-size: 16.8px;color:#000000;}

h3 {font-family:Arial, Helvetica;
font-size: 13.2px;color:#000000;}

h4 {font-family: Arial, Helvetica;
font-size:10.8px;color:#000000;}

a:link {color:#3299CC;text-decoration:none;} 
a:visited {color:#699864;text-decoration:none;} 
a:hover {color:#3299CC:;text-decoration:underline;} 
a:active {color:#3299CC;text-decoration:none;}






hr {

  height:1px;
  width:50%;
  background:#00008B;
  margin-left:0px;
   }

