/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

li {
	margin-left:	10px;
}

#container {
	width: 810px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

#title {
	background: url(images/title.gif);
	height: 50px;
}

#picture {
/*	float: right;*/
	padding-bottom: 3px;
	border-bottom: 1px #000000 solid;
}
/*
#pic_left {
	background: url(images/pic_left.gif);
	height: 319px;
	width: 10px;
	float: left;
} */
.underline {
	font-weight: bold;
}
#nav {
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
#nav a:link {
	text-decoration: none;
	color: #000000;
}
#nav a:visited {
	text-decoration: none;
	color: #000000;
}
#nav a:active {
	text-decoration: none;
	color: #000000;
}
.box_seperator {
	clear: both;
	padding: 10px;
	text-align: right;
	
}
.box_spacer {
	width: 6px;
	height: 10px;
	float: left;
}
.box {
	float: left;
	padding-bottom: 3px;
	border-bottom: 1px #000000 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}
.box_top {
	height: 15px;
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.box_content {
	background: #f2f2f2;
	padding: 10px;
}
.uber_box_content {
	background: #f2f2f2;
	padding: 10px;
	font-size:12px;
	line-height: 16px;
	height: 260px;
}
.box_content a:visited, .uber_box_content a:visited {
	color: #000000;
	text-decoration: none;
}
.box_content a:link, .uber_box_content a:link {
	color: #000000;
	text-decoration: none;
}
.box_content a:hover, .uber_box_content a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.sub_nav {
	padding-bottom: 5px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	}
.sub_nav a:visited, a:link {
	text-decoration: none;
	color: #000000;
}

.red_nav a:visited, .red_nav a:link, .red_nav a:hover
{
	color: #FF0000;
}