/* Generic Selectors */

body {
font-family: arial, "lucida console", sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
background-color: #000000;
background-image: url('images/back1.jpg');
}

p {
font-size: 12px;
width: 100%;
}

p.main {
font-size: 12px;
width: 100%;
color: #ccffcc;
font-weight: normal ;
text-decoration: none;
}

p.tableheader {
font-size: 14px;
width: 100%;
color: #ffff99;
font-weight: bold ;
text-decoration: none;
}

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

h1 {
font-family: arial, "lucida console", sans-serif;
font-size: 20px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: arial, "lucida console", sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
}

h3 {
font-family: arial, "lucida console", sans-serif;
font-size: 10px;
font-weight: bold;
color: #ffff99;
}



/**************** Pseudo classes ****************/

A:link {
font-size: 12px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
}


A:visited {
font-size: 12px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}



A:hover {
font-size: 12px;
color: #003300;
background: #ffff00 ;
font-weight: bold;
}


A:active {
color: rgb(255, 0, 102);
font-weight: bold;

}
A.main:link {
text-decoration: none;
font-size: 12px;
color: #003300;
font-weight: normal ;
}


A.main:visited {
font-size: 12px;
color: #003300;
font-weight: bold;
text-decoration: none;
}


A.main:hover {
color: #005500;
font-size: 12px;
background: none ;
padding-bottom: 0px;
text-decoration: underline ;
font-weight: bold;
}


A.main:active {
color: rgb(255, 0, 102);
font-weight: bold;

}



/************************* ID's *************************/

#navigation {
position: absolute;
z-index: 10;
width: 210px;
height: 600px;
margin: 0;
margin-top: 50px;
border-right: 1px solid #C6EC8C;
font-weight: normal;

}

#centerDoc {
position: absolute;
z-index: 15;
padding: 0 0 20px 235px; /*top right bottom left*/
margin-top: 50px;
}

{
	margin: 0;
	padding: 0;
}

#rotator
{
	border: 0px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	width: 800px;
	height: 200px;
}

#rotator img
{
	border: 0;
	align: center;
	cursor: pointer;
	width: 800px;
	height: 200px;
}
