p, body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.ltb_space {
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

.lt_space {
	padding-left : 10px;
	padding-top : 10px;
}

.tb_space {
	padding-bottom : 2px;
	padding-top : 2px;
}

a:link, a:visited, a:active  {
	text-decoration : none;
	color : #003366;
}

a:hover {
	text-decoration : underline;
	color : #336699;
}

.content {
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

.left_nav {
	padding-bottom : 8px;
	padding-right : 5px;

}	
	
a.nav_link:link, a.nav_link:active, a.nav_link:visited {
	color : Black;
	text-decoration : none;
}

a.nav_link:hover
{
	color: #003366;
	text-decoration : Overline;
}

a.bottom_nav:link, a.bottom_nav:active, a.bottom_nav:visited {
	color : White;
	text-decoration : none;
	font-size : 9px;
}

a.bottom_nav:hover
{
	text-decoration : Overline;
	font-size : 9px;
}

.staff {
	padding-left : 10px;
	vertical-align : top;
}

.all_border {
	border-bottom : 1px solid #006699;
	border-left : 1px solid #006699;
	border-right : 1px solid #006699;
	border-top : 1px solid #006699;
}

.lr_border {
	border-left : 1px solid #006699;
	border-right : 1px solid #006699;
}

.lr_border_padded {
	border-left : 1px solid #006699;
	border-right : 1px solid #006699;
	padding-bottom : 2px;
	padding-top : 4px;
	padding-right : 10px;
}

.homepage_content {
	padding-top : 10px;
	padding-left : 10px;
	vertical-align : top;
}

.no_padding {
	padding-left : 0px;
	margin-left : 0px;
	list-style-type : square;
}

.less_padding {
	padding-left : 2px;
}