
body{
	background:url(images/bg_blue.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#333300;
}

table{
text-align:left;
}

td.top_table{
	background:url(images/top_bg.gif);
	background-repeat:no-repeat;

}

td.middle_table{
	background:url(images/content_bg.gif);
	background-repeat:no-repeat;
}

td.bottom_table{
	background:url(images/bottom_bg.gif);
	background-repeat:no-repeat;
}

a.top_links{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	width:120px;
	text-decoration:none;
	text-align:center;
}

a.top_links:hover{
	color:#FF9900;
}

a.top_links:visit{
	color:#FFFFFF;
}


a.sub_nav{
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:80px;
	line-height:1.5;


}

a.sub_nav:hover{
	color:#000000;

}

a.sub_nav:visit{
	color:#003366;
}

.white_text {
color:#FFFFFF;
}

a.bottom_links{
color:#FFFFFF;
text-decoration:none;
}

a.bottom_links:hover{
color:#CCCCCC;
text-decoration:underline;
}

a.bottom_links:visit{
color:#FFFFFF;
text-decoration:none;

}


a.main_links{
color:#036;
font-size:16px;
text-decoration:none;
font-weight:bold;
}

a.main_links:hover{
color:#333;
text-decoration:underline;
}

p.home_text{
	text-align:left;
	line-height:1.5;
	padding:10px 0 0 0;
}

td.bar{
	background:url(images/bar.jpg);
	background-repeat:repeat-x;
}

td.bar_over{
	background:url(images/bar_over.jpg);
	background-repeat:repeat-x;
}

h1{
	color:#990000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	padding-top:10px;
	margin-top:0px;
}

h3{
	color:#990000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}
p{
	padding:0px;
	margin:0px;
}

ul {
	list-style:circle;
	margin-top:4px;
	padding-left:15px;

	} 

ul li {
	margin-left: 0px;
		

	}
	
input.button{
font-weight:bold;
color:#444444;
   background-color:#EEEEEE;
   border-style:double;
   border-color:#999999;
   border-width:3px;
   cursor:pointer;
}
