* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
}
/***************  T A B L E  ********************/	
table#banner {
	width:780px;
}
table#top_menu {
	width:780px;
	border-top:1px dotted rgb(200,200,200);
	border-right:1px dotted rgb(200,200,200);
	border-left:1px dotted rgb(200,200,200);
	border-bottom:none;
}

table#main_table {
	width:780px;
	border:1px dotted rgb(200,200,200);
	padding-left:4px;
	padding-right:4px;
}

table#left_menu {
	padding-right:20px;
}

table#copy {
	padding-top:10px;
}

/***************  T D  ********************/	
td#left_menu {
	padding-top:5px;
	padding-bottom:5px;
}

td#main {
	text-align:justify;
}

td#main_links {
	padding-top:30px;
}

td#copy {
	background:rgb(220,220,220);
}


/***************  T R  ********************/	
tr#main_table {
	vertical-align:top;
	line-height:20px;
}

a#main_menu:link {
	color: #666666;
	text-decoration: none;
}
a#main_menu:visited {
	color: #666666;
	text-decoration: none;
}

a#main_menu:hover {
	color: #ff0000;
}

a#left_menu:link {
	color: #003366;
	text-decoration: none;
	background-color:none;
	display:block;
	line-height:2;
	white-space:nowrap;
}

a#left_menu:visited {
	color: #003366;
	text-decoration:none;
	background-color:none;
	white-space:nowrap;
	display:block;
	line-height:2;
}

a#left_menu:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color:#006699;
}


div#header {
	font-weight:bolder;
	color:#006666;
	font-size:14pt;
	padding-bottom:10px;
}
div#subheader {
	font-weight:bold;
	color:#006666;
	font-size:12pt;
	padding-bottom:10px;
	text-align:center;
}


img#main {
	position:float;
	vertical-align:middle;
}


span#spacing {
	padding-left:100px;
}


hr#staff {
	border:1px dotted rgb(200,200,200);
	height: 1px;
	width: 100%;
	text-align: left;
}
