body {
	background-color: #2474A7;
	font-family:      Trebuchet, Arial, san-serif;
	font-size:        normal;
	margin:           0px;
}
.clear {
	clear: both;
}
#header {
	background-color: #A2C32A;  
	margin:           -10px 10px 10px 10px;
	height:           100px;

}
#header a {
  text-decoration: none;
  color: #ffffff;
  border-bottom:    none;
	padding:          15px;
	margin:           0px 0px 0px 0px;

}
#nav {
  background: 	#2474A7;
  position: 	absolute;
  top: 		131px;
  width: 	100%;
  height: 	27px;
  padding: 	0px -20px;
  margin:  	-10px 20px 10px 10px;
  text-align: 	left;
}
#nav li {
  list-style:	 none;
  display: 	inline;
  color:	 #000;
  margin-right:  8px;
  margin-left:   8px;

}

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul #navlist ul, ul#navlist li
{
margin: 0px;
padding-left: 0px;
padding-right: 10px;

list-style-type: none;
}

ul#navlist li a
{
color: #ffffff;
background-color: #2474A7;
padding-left: 20px;
padding-right: 20px;
padding-top: 2px;
padding-bottom: 4px;
list-style-type: none;
border: 1px #ffffff outset;
}

ul#navlist li a:hover
{
color: #A2C32A;
background-color: #2474A7;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #2474A7;
border: 1px #ffffff inset;
}

ul#subnavlist
{
display: none;
}
ul#subnavlist li
{
float: none;
}
ul#subnavlist li a
{
margin: 0px;
padding: 0px;
}

ul#navlist li: hover ul#subnavlist li a

{
display: block;
position: absolute;
font-size:10pt;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width:10em;
border:none;
padding: 2px;
}
ul#navlist li:hover ul#subnavlist li a:before
{
content: " >> ";
}






#main {
	background-color: #ffffff;
	font-size:        94%;
	padding:          15px;
	margin:           36px 330px 10px 10px;
	top:              146px;

}


#sidebar {
	background-color: #ffffff;
	font-size:        95%;
	padding:          15px;
	margin:           0px 10px 10px 10px;
	position:         absolute;
	top:              147px;
	right:            0px;
	width:            280px;
}



h1 {
	font-size:        200%;
	color:            #ffffff;
}

h2 {
	font-size: 	  120%;
	color: 		  #2474A7;
	padding:          25px;
	margin:           -33px 0px 0px 235px;

}
h3 {
	font-size: 		110%;
	color: 		#000000;
	margin:          2px;

}
h4 {
	font-size: 		90%;
	color: 		#000000;
}
h5 {
	font-size: 		90%;
	color: 		#000000;
      text-decoration:  underline;

}

.sidebarp {
  text-align:       center;
  line-height:      0.2em;
}

.sidebarp img {
  position:         relative;
  left:             0px;
  top:        	   -20px;
  border-bottom:    #fff;
  text-decoration:  none;
  color:            #fff;


}

.maini img {
  float:         right;
  left:             140px;
  padding:          10px;
  top:             -20px;
  bottom: 	   -20px;

}

a:link {
  color:            #000fff;
  text-decoration:  none;
  border-bottom:    thin dotted #000fff;
}
a:visited {
  color:            #0E476B;
  text-decoration:  none;
  border-bottom:    thin dotted #8289EC;
}


#footer {
	background-color: #A2C32A;
	color:            #000000;
	text-align:       center;
	padding:          15px;
	margin:           10px 330px 10px 10px;
	font-size:        90%;
	position:         relative;
	width:		  98.5%;
}
