/* nav menu */
.slidedoormenu{
list-style-type: none;
margin: 0 0 0 20px;
padding: 0;
width: 208px; /* width of menu (don't forget to add border with below!) */
}

.slidedoormenu li{
}

.slidedoormenu li a{
background: url(../images/nav.gif) no-repeat left top; /* Background image positioned to the left(v) top(h) corner initially */
font: 12px verdana;
letter-spacing:0px;
display: block;
color: #fff;
width: 208px;
padding: 12px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 22px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: #fff;
}

.slidedoormenu li a:hover{
background-position: -208px 0; /* Shift background image horizontally 208px, or the start of the 2nd background image */
color: #fff;
}

.slidedoormenu li.topitem, .slidedoormenu li.topitem a{
background: url(../images/nav_top.gif) no-repeat left top; /* Background image positioned to the left(v) top(h) corner initially */
}

.slidedoormenu li.topitem a:hover{
background-position: -208px 0; /* Shift background image horizontally 208px, or the start of the 2nd background image */
color: #fff;
}

.slidedoormenu li.topitem #current{
background-position: -208px 0; /* Shift background image horizontally 208px, or the start of the 2nd background image */
color: #fff;
}

.slidedoormenu li #current{
background-position: -208px 0; /* Shift background image horizontally 208px, or the start of the 2nd background image */
color: #fff;
}
/* /nav menu */




BODY {
	FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #7AC2FF;
	BACKGROUND-COLOR:#036;
	text-align: center;
	MARGIN:0px;
}

TD {
	FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #7AC2FF;
}

.form_element{
	WIDTH:96%;
}

#bg {
	margin: 0 auto 0 auto;
 	background: url(../images/bg_bg.gif) repeat-y;
	overflow: hidden;
	width: 800px;
}

#inner_bg{
	background: url(../images/bg.jpg) no-repeat 0 138px;
	margin: 0 auto 0 auto;
	width: 800px;
	overflow: hidden;
}

#page{
	border: 0px solid black;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
}

.date{
	COLOR:#FFFFFF;
	FONt-WEIGHT:bold;
	padding:0px 0px 0px 13px;
	margin-bottom:5px;
	background:url(../images/bullet.gif) no-repeat 0px 3px;
}

.date_nobold{
	COLOR:#FFFFFF;
	padding:0px 0px 0px 13px;
	margin-bottom:5px;
	background:url(../images/bullet.gif) no-repeat 0px 3px;
}

#px10{
	FONT-SIZE:10px;
}

#l{
	float:left;
	width:245px;
}

#c,#c2{
	float:left;
	width:555px;
}

#c2 A{
	color:#FFFFFF;
}

#l_col{
	width:44%;
	float:left;
}

#col_slash{
	width:60px;
	float:left;
}

#r_col{
	width:44%;
	float:left;
}

H1 {
	FONT:bold 16px helvetica;
	COLOR: #fff;
	MARGIN:0px 0px 10px 0px;
}
H2 {
	FONT:bold 12px helvetica;
	COLOR: #def;
	MARGIN:0px 0px 5px 0px;
}
H3 {
	FONT:bold 11px arial;
	COLOR: #fff;
	MARGIN:0px 0px 5px 0px;
}
P{
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
	TEXT-INDENT: 0px;
	FONT-SIZE: 11px;
	COLOR: #7AC2FF;
	MARGIN:0px 0px 10px 0px;
}
.content ul {
	MARGIN:0 0 15px 15px;
}
.content LI {
	FONT-SIZE: 11px;
	COLOR: #7AC2FF;
	LIST-STYLE-IMAGE:url(../images/li.gif);
	MARGIN-BOTTOM:2px;
}
INPUT{
	FONT-SIZE: 11px;
	COLOR: #7AC2FF;
}
TEXTAREA{
	FONT-FAMILY: Tahoma, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #7AC2FF;
}

A,A:active,A:visited,A:hover{
	COLOR: #328DD8;
}