/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background-color:#f6f6f2;
	background-image:url(/images/backgrounds/body.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color:#494848;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
td {
	text-align:left;
	vertical-align:top;
}
img {
	border:none;
}
.alignRight {
	text-align:right;
}
.alignCenter,
table.alignCenter td,
table.alignCenter th {
	text-align:center;
}
.alignMiddle,
table.alignMiddle th,
table.alignMiddle td {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 15px 6px 0px;
}
.floatRight {
	float:right;
	margin:0 0 6px 15px;
	clear:right;
}
.clear {
	clear:both;
}

#wrap {
	width:766px;
}
#header {
	clear:both;
	padding:26px 0 0 28px;
	background-image: url(/images/backgrounds/header.jpg);
	background-repeat: no-repeat;
	background-position: left top
}
	#nav {
		float:left;
		margin: 30px 26px 0 0;
		width:173px;
	}
		#nav ul {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			list-style-type: none;
			text-align: right;
		}
		#nav ul li {
			border-bottom:1px dotted #cccbc9;
			line-height: 26px;
			vertical-align: middle;
		}
		#nav ul li a {
			display:block;
			padding-right: 8px;
		}
		#nav a:link,
		#nav a:visited,
		#content .subMenu ul li a:link,
		#content .subMenu ul li a:visited {
			font-weight: normal;
			text-decoration: none;
			color: #003399;
		}
		#nav a:hover,
		#nav a:active,
		#content .subMenu ul li a:hover,
		#content .subMenu ul li a:active {
			color: #003399;
			background-color:#dad9d7;
		}
	#header #mainPic {
		float:left;
		margin:11px 0 0 0;
		width:539px;
	}
		#header #mainPic img {
			border-top:3px solid #bb1829;
			padding-top:1px;
		}

#content {
	clear:both;
	margin:8px 0 0 0;
}
#content p,
#content ul,
#content ol,
#content hr,
#content form,
#content table {
	margin-bottom:8px;
}
#content h1 {
	color:#70706e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:15px;
}
	#content h1 .red {
		color:#bc182c;
		display:block;
		font-size:15px;
		margin:-3px 0 0 20px;
	}
#content h2 {
	border-bottom:1px solid;
	color:#70706e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:10px;
}
#content h3 {
	font-size:12px;
	text-decoration:underline;
	margin-bottom:5px;
}
#content h4 {
	font-size:1em;
	margin-bottom:3px;
}
#content ol {
	margin-left:18px;
}
#content ul {
	list-style:square;
	margin-left:18px;
}
	#content ul li {
		margin-bottom:3px;
	}
#content hr {
	background-color:transparent;
	border:none;
	border-bottom:1px dotted #cccbc9;
	clear:both;
	height:1px;
	line-height:1px;
	margin-bottom:10px;
}

#content a:link,
#content a:visited,
#footer a:link,
#footer a:visited {
	color: #003399;
	text-decoration: underline;
}
#content a:hover,
#content a:active,
#footer a:hover,
#footer a:active {
	color: #bc182c;
	text-decoration: underline;
}

#content .subMenu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: none;
	margin-left:0;
	text-align: right;
}
	#content .subMenu ul li {
		border-bottom:1px dotted #cccbc9;
		line-height: 18px;
		vertical-align: middle;
	}
	#content .subMenu ul li a {
		display:block;
		padding-right: 8px;
	}

#content img.brd {
	border:1px solid #cccbc9;
}
#content .caption {
	display:block;
	font-style:italic;
	text-align:center;
}
#content span.caption {
	margin-top:5px;
}
#content .red {
	color:#BC182C;
}
#content .announcement {
	color:#BC182C;
	font-weight:bold;
}
#content table.pad th,
#content table.pad td {
	padding:2px 4px;
}

#content .col-narrow {
	float:left;
	padding:0 10px;
	width:207px;
}
#content .col-main {
	background-color:#edebe3;
	border-top:3px solid #e9e7de;
	float:left;
	padding:15px 15px 15px 25px;
	width:499px;
}

#footer {
	clear:both;
	margin:10px 0 0 227px;
	text-align:center;
}
	#footer ul {
		list-style:none;
		margin-bottom:10px;
	}
		#footer ul li {
			border-left:1px solid;
			display:inline;
			padding:0 2px 0 4px;
		}
		#footer ul li:first-child {
			border:none;
			padding-left:0;
		}

/* form styles */
form input[type="text"],
form textarea,
form select {
	border:1px solid;
	font-family:inherit;
	font-size:1em;
	background-color:#ffffff !important;
}
form input[type="text"],
form textarea,
form select {
	margin-bottom:8px;
}
form input[type="text"]:focus,
form textarea:focus,
form select:focus {
	background-color:#fdfe99 !important;
	border-color:#576162;
}
form input[type="text"],
form select {
	vertical-align:middle;
}
form input[type="text"],
form textarea {
	padding:2px;
}
form input[type="text"],
form textarea {
	width:250px;
}
form input[type="text"].text2 {
	width:110px;
}
form textarea {
	height:100px;
	overflow:auto;
}
form br {
	clear:left;
}
form label {
	font-weight:bold;
	text-align:left;
	float:left;
	width:120px;
	display:block;
	margin-right:2px;
}
form fieldset {
	padding:5px;
	margin-bottom:5px;
}
form legend {
	margin-bottom:5px;
}