body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5pt;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #666666;
}
#wrapper {
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}


#header {
	
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 172px;
	position: relative;
}
#header P {
	position: absolute;
	top: 0px;
	left: 85px;
	margin-left: -9999px;
}
#sidebar {
	background-repeat: no-repeat;
	float: right;
	width: 330px;
}
#action_items  {
	width: 174px;
	float:right;
}
#action_items img {
	display: block;
	margin-top: 0px;
	margin-left: 4px;
	margin-bottom: 13px;
}
#menu {
	width: 154px;
	float:left;
}
#menu ul {
	list-style-type: none;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}
#menu LI {
	background-image: url(../images/bg_button.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 135px;
	margin-top: 0px;
	margin-left: 6px;
	padding-top: 4px;
	padding-left: 8px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #151e85;
	font-size: 13px;
	display: block;
	margin-bottom: 7px;
}
#menu LI a:link {
	color: #151E85;
	text-decoration: none;
	padding-top: 4px;
}
#menu LI a:visited {
	color: #666666;
	text-decoration: none;
}
#menu LI a:hover {

	color: #FD6905;
	text-decoration: none;
}

#sidebar p {
	font-size: 11px;
}
#sidebar table.list {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}

#sidebar table.list td A:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
tr.odd  td{
	background-color: #EFEFED;
	padding: 3px;
}
tr.even  td{
	background-color: #E3E4DC;
	padding: 3px;
}

#sidebar table.list td A:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;	
}
#sidebar table.list td A:active, 
#sidebar table.list td A:hover{
	font-weight: bold;
	color: #408CB3;
	text-decoration: none;
}

#content {
	float: left;
	width: 630px;
	padding-bottom: 40px;
}
#content P {
	margin-right: 25px;
	margin-left: 25px;
	line-height: 1.3em;
}
#content h1 {
	font-size: 18pt;
	margin-right: 25px;
	margin-left: 24px;
	margin-bottom: -5px;
	padding: -10px 0px 0px;
	font-family: Tahoma, Arial, sans-serif;
	color: #13197B;
	margin-top: -5px;
}
#content h2 {
	font-size: 15pt;
	margin-right: 25px;
	margin-left: 24px;
	margin-bottom: -5px;
	color: #FB6006;
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 1px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content h3 {
	font-size: 13pt;
	margin-right: 25px;
	margin-left: 3px;
	margin-bottom: 0px;
	color: #060970;
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content A:link {
	color: #33348E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#content A:visited {
	color: #666666;
		text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#content ul.related A:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 960px;
	font-size: 10px;
	font-weight: 400;
}
#footer A:link {
	color: #333333;
	font-weight: bold;
	margin-right: 12px;
}



#footer A:visited {
	color: #666666;
	font-weight: bold;
	margin-right: 12px;
}
#credits {
	float: right;
	display: inline;
}
#footer P {
	margin: 6px 20px 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
}

#copyright {
	float: left;
	display: inline;
	font-weight: normal;
}
#content li {
	margin-right: 25px;
	margin-left: 25px;
	line-height: 1.3em;
	margin-bottom: 12px;
}
.display_label {
	width: 100px;
	display: block;
}

.callout {
	clear: both;
	width: 305px;
	background-color: #FBF7F3;
	margin-left: 8px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.callout_instruct {
	font-weight: bold;
	color: #999999;
	text-align: right;
	margin-top: 0px;
}
.seealso {
	font-size: 12px;
	position: relative;
	top: -40px;
	margin-left: 25px;
}
.boardlist {
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-top: 5px;
}
.clearfix {
	clear: both;
}

td {
	vertical-align: top;
}
td p {
	margin-right: 10px;
	margin-left: 10px;
}
.learnmore {
	font-weight: bold;
	text-align: right;
	display: block;
	padding-top: 12px;
	padding-bottom: 20px;
}
.photo_op {
	float: right;
	width: 310px;
	background-color: #E4E6E1;
	padding: 10px;
	text-align: center;
	margin-left: 10px;
}
.photo_op img {
	border: 2px solid #666666;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.photo_op P {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}
.photo_op li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}
.album_photo img {
	float: left;
	margin-right: 10px;
	border: 1px solid #666666;
	display: block;
}
.album_photo {
	margin-left: 25px;
}
.attention {
	padding: 12px;
	width: 275px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	border: medium solid #FC2827;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
}
.submit {
	padding: 3px;
	margin: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #FB9414;
	color: #FFFFFF;
	font-size: 12pt;
}

.header {
	padding: 3px;
	margin: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #EAEAE2;
	color: #333333;
}
.home_img {
	float: right;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
.form_label {
	font-weight: bold;
	background-color: #F3EFE3;
	text-align: right;
}
.content_shift {
	margin-left: 25px;
}
table td.table_header {
	font-size: 15pt;
	margin-right: 25px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 0px;
	color: #FB6006;
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 0px;
	font-weight: bold;
}



table.rows_only td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F3EFE3;
	vertical-align: top;
}
table.rows_only {
	border: 2px solid #F3EFE3;
}
#adm_wrapper {
	text-align: left;
	width: 964px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #F3EFE3;
	height: 100%;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#content #sponsors A:link {
	float: left;
	height: 120px;
	width: 120px;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
