
body
{
	color: #000000;
	padding:0px;
	margin:0px;
	font-size: 12px;
	line-height:15px;
	font-family: Verdana;
	
	background-color:#000033;
	background-image:url('bg3b.png');
	background-repeat:repeat;
	background-position: center top;
}

p
{
	text-indent: 12px;
}

a:link
{
	color:#0000FF;
	text-decoration:underline;
}
a:visited
{
	color:#0000FF;
	text-decoration:underline;
}
a:hover
{
	color:#008800;
	text-decoration:none;
}

.wrapper
{
	/*background-image:url('bg.gif');
	background-repeat:no-repeat;
	background-position: center top;*/
}

.Header
{
    font-size:23px;
    color:#ffffff;
    font-family:Arial;
}
.Header2
{
    font-size:20px;
    color:#000099;
    font-family:Arial;
}
.Blue
{
    color:#134987;
}

.Nav,A.Nav,A.Nav:link,A.Nav:visited
{
    font-size:11px;
    color:#c1e159;
    text-decoration:none;
}
A.Nav:hover
{
    color:blue;
    text-decoration:none;
}
.Sep
{
    background-image:url('sep.gif');
    background-repeat:no-repeat;
    background-position:center center;
    width:3px;
    height:32px;
}


.Nav2,A.Nav2,A.Nav2:link,A.Nav2:visited
{
    font-size:9px;
    color:#0000dd;
    text-decoration:none;
}
A.Nav2:hover
{
    color:#91b129;
}
.Sep2
{
    font-size:13px;
    color:#0000dd;
    width:3px;
    vertical-align:bottom;
}



/* menu */

#dropmenudiv
{
    position:absolute;
    border:0px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-left: 1px solid white;
    padding: 4px 0px 4px 4px;
    
    font-weight: normal;
    font-size:11px;
    color:#c1e159;
    text-decoration:none;
}

#dropmenudiv a:hover{ /*hover background color*/
    color:White;
}