/* CSS Document */
* {
	font-family: Arial, Helvetica;
	color: #000000;
}

body {
	font-family: Arial, Helvetica;
	margin: 0px;
	background-color: #d8d8d8;
}

.content {padding:10px 36px 10px 36px;}

image {border: 0px;}

form {margin: 0px 0px 0px 0px;}

table {background-color: #FFFFFF;}

textarea {
	overflow: auto;
	font-size: 12px;
	color: #000000;
	}

td.gutter_left {
	width:10px;
	background-image: url(../images/left_gutter_background.jpg);
	background-repeat: repeat-y;
}

td.gutter_right {
	width:10px;
	background-image: url(../images/right_gutter_background.jpg);
	background-repeat: repeat-y;
}

td.left_column {
	width:215px;
	background-image: url(../images/blue_fade.jpg);
	background-repeat: repeat-y;
}

td.right_column {
	width:209px;
	background-image: url(../images/column_fade.jpg);
	background-repeat: repeat-y;
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #0653a5;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #0653a5;
}

.copy {
	font-size: 12px;
	color: #000000;
}

li {
	font-size: 12px;
	color: #000000;
}

.copyright {
	font-size: 12px;
	color: #666;
}

.topnavbar {
	padding:8px;
	font-size:12px;
	color:#5b5e6f;
}

.subnavbar {
	margin-top:6px;
	margin-bottom:7px;
	margin-left:14px;
	margin-right:0px;
}

a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.topnav {
	font-size: 12px;
	font-weight: bold;
	color: #6c7184;
	text-decoration: none;
	padding:6px;
	border:1px solid #ffffff;
}

a.topnav:hover {
	color: #ffffff;
	background-color: #175eab;
	border:1px solid #6c7184;
}

a.topnavon {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #175eab;
	text-decoration: none;
	padding:6px;
	border:1px solid #6c7184;
}

a.subnav {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.subnav:hover {
	color: #175eab;
	text-decoration: underline;
}

a.subnavon {
	font-size: 12px;
	font-weight: bold;
	color: #175eab;
	text-decoration: none;
}

a.utilnav {
	font-size: 12px;
	color: #5b5e6f;
	text-decoration: none;
}

a.utilnav:hover {
	color: #175eab;
	text-decoration: underline;
}

a.utilnavon {
	font-size: 12px;
	color: #175eab;
	text-decoration: none;
}

a.adminnav {
	font-family: Garamond, Times New Roman, Times, Helvetica;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	color: #6B6B6B;
	margin-bottom: 12px;
	margin-top: 12px;
	word-spacing: 5px;
	text-decoration: none;
}

a.adminnav:hover {
	font-family: Garamond, Times New Roman, Times, Helvetica;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin-bottom: 12px;
	margin-top: 12px;
	word-spacing: 5px;
}


hr {
	color: black;
	background-color: black;
	size: 1px;
	height: 1px;
	border: 0px;
	margin: 0 auto 0 0;
}
