/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {background: #FFFFFF url(images/leftcol.jpg) repeat-y;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	display: block;
	width: 100%;
}


#content {
	position: absolute;
	top: 69px;
	left: 150px;
}

ul {
	margin-left: 20px;
	list-style-position: inside;
}



#sub_top_left {
	background: url(images/topleft.jpg) no-repeat;
	height: 113px;
	width: 165px;
	position: absolute;
	top: 0px;
	left: -1px;
}

#sub_top_line {
	background: url(images/topline.jpg) repeat-x top;
	position: absolute;
	left: 164px;
	top: 1px;
	height: 41px;
	width: 100%;
	padding: 5px;
}

#navbar {
	position: absolute;
	width: 141px;
	left: -4px;
	top: 111px;
}


#sub_top_right {
	background: url(images/topright.jpg) no-repeat right top;
	height: 65px;
	width: 231px;
	top: -1px;
	right: 0px;
	position: absolute;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding-top: 35px;
	padding-right: 10px;
}

.content {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.errors {
	color: #FF0000;
}

h1 {
	font: bold large Georgia, "Times New Roman", Times, serif;
	color: #990000;
	background: url(images/people_icon.gif) no-repeat left bottom;
	padding-left: 45px;
	height: 27px;
	margin-bottom: 5px;
}
p, ul, h1, h2, h3 {
	margin-bottom: 12px;
}
.clear_it {
	clear: both;
}
.clear_left {
	clear: left;
}
.float_left {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float_right {
	float: right;
	margin: 10px;
}
h2 {
	font: bold medium Georgia, "Times New Roman", Times, serif;
	color: #990000;
	
}
h3 {
	font: bold medium Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}
#header_photo {
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}

#jump_menu {
	width: 200px;
	padding-left: 40px;
	float: right;
	margin-bottom: 10px;
}
#right_sidebar {
	float: right;
	width: 200px;
	border: medium double #666666;
	padding: 5px;
}



#header {
	width: 505px;
	background: url(images/home_bg.jpg) no-repeat left top;
	height: 270px;
}
#navbar_home {
	height: 125px;
	width: 142px;
	margin-top: 75px;
}
#links a{
	font: small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 3px;
	width: 135px;
	position: absolute;
	left: 0px;
	top: 260px;
}
.clear_right {
	clear: right;
}

