@charset "utf-8";
/* CSS Document */

img
{
	border: 0;
}

p.center
{
	text-align: center;
}

body
{
	background: #ccccff url(images/nav_bg.png) repeat-y;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	font-family: Trebuchet MS;
}

table
{
	margin: 0;
	padding: 0;
	width: 99%;
}

#container
{
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

#left_col
{
	float: left;
	width: 180px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

#left_col li
{
	color: #FFFFFF;
	vertical-align: middle;
	padding: 8px 35px 8px 0;
}

#left_col a, #left_col a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#left_col a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}

#left_col span li
{
	color: #FFFF66;
}

#counter
{
	text-align: center;
}

#right_col
{
	margin-left: 180px;
}

#right_col>div
{
	padding: 15px;
	margin: 0;
}

#title_img
{
	margin: 19px 19px 0 19px;
	border: 1px solid #000;
}

.title_text
{
	color: #ffffff;
    text-shadow: black 0px 2px;
	background-color: #294a26;
	text-align: center;
	font-size: 28pt;
	clear: right;
}

#home_contact
{
	background: url(images/page_1_background.jpg);
}

table.list
{
	font-size: 10pt;
	border-collapse: collapse;
}

table.list tr td
{
	padding: 5px;
}

.shaded
{
	background-color: #eee;
}

.tab_right
{
	display: block;
	padding-left: 15px;
}

#related_links_list a
{
	padding: 5px;
}

#related_links_list a, #related_links_list a:visited
{
	color: #000066;
	text-decoration: none;
}

#related_links_list a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

#footer
{
	clear: both;
	font-size: 8pt;
	text-align: center;
	background-color: #eee;
}

#footer a, #footer a:visited
{
	color: #990000;
}

#footer a:hover
{
	color: #0000FF;
}

#shadow
{
	position: fixed;
	left: 180px;
	top: 0;
	height: 100%;
	width: 20px;
	background: url(images/shadow.png) left top repeat-y;
}
