/* CSS Document */

body 
{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	color:black;
	background-color:#374e71;
}

a:link
{color:deep sky blue4}

a:visited
{color:deep sky blue3}

a:hover 
{color:#6699ff}

a:active
{color:light cyan3}




p
{
	font-size: 11pt;
	width: 70%;

}


h5
{
	font-size: 12pt;
	font-weight: bold;
}

h4
{
	font-size: 14pt;
	font-weight: bold;
}

h3
{
	font-size: 16pt;
	font-weight: bold;
}

h2
{
	font-size: 18pt;
	font-weight: bold;
}

h1
{
	font-size: 20pt;
	font-weight: bold;
}

.background1
{
	background-color:#eeeeff;
}

.background2
{
	background-color:#c0c0c0;
}

.background3
{
	background-color:#ffffff;
}

.background4
{
	background-color:#F9F9FF;
}

.background5
{
	background-color:#000000;
}

div {
   background: #ffffff;
   padding: 0.5em;
   border: 1px solid #000000;
}

li {
   list-style-type: none;
   line-height: 150%;
   list-style-image: url(../images/about.gif);
}



 
li :link {
   color: #00CC00;
   text-decoration: none;
   font-weight: bold;
}
 

 
li a:visited {
   color: #00CC00;
   text-decoration: none;
   font-weight: bold;
}
 

 
li a:hover {
   display: block;
   color: rgb(0, 96, 255);
   padding-bottom: 5px;
   font-weight: bold;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #C6EC8C;
}
 

 
/************************* ID's *************************/
 
#lside {
   position: absolute;
   width: 500px;

   margin: 0;
   margin-top: 50px;
   border-right: 1px solid #C6EC8C;
   font-weight: normal;
}
 
#rside {
   position: absolute;
   padding: 10 10 20px 10; /*top right bottom left*/

   margin-left: 500px;
   width: 300px;
	float:right
}

#bottom {
   position: center;
   padding: 10 10 20px 10;
	float:bottom
	
}
