@CHARSET "UTF-8";
body {	font-family: Gill Sans MT, Tahoma, Verdana, Sans-Serif;	color: #630;	background: #beb4ad;	margin: 0px;	padding: 0px;	min-width: 800px;	text-align: center;}
#wrap_cont {	margin: 0px auto;    width: 800px;    background-color: #edd490;    text-align: left;}
#head_cont {	padding: 10px;	margin: 0px;	display: block;	height: 100px;	background-color: white;}
#head_left {	text-align: left;	float: left;}
#head_right {	text-align: right;	float: right;	margin-top: 55px;	font-family: OptimusPrincepsSemiBold, Serif;	font-size: 32px;}
#nav_cont {	padding: 5px 5px 5px 5px;	background-color: #630;	background-image: url(../images/nav_button_bg.png);	background-repeat: repeat-x;}
#nav_cont ul {	margin: 0;	padding: 0;	list-style: none;}
#nav_cont li {	display: inline;	margin: 0;}
#nav_cont a {	color: white;	text-decoration: none;	border-right: 1px solid #fff;	padding: 5px 10px 5px 10px;	margin-left: -4px;}
#nav_cont .selected {	background-color: #962;	background-image: url(../images/nav_button_bg_h.png);	background-repeat: repeat-x;}
#nav_cont a:hover {	color: white;	background-color: #962;	background-image: url(../images/nav_button_bg_h.png);	background-repeat: repeat-x;	text-decoration: none;}
#left_cont {	float: left;	width: 225px;	background-color: #edd490;
	padding-top: 0px;}
#left_cont h1 {	font-family: Goudy Old Style, Palatino Linotype, Serif;	font-size: 24px;	text-align: center;	border-bottom: 1px solid #fff;	padding: 0px 0px 5px 0px;	margin: 10px 0px 0px 0px;}
#left_cont ul {	list-style: none;	padding: 0px;	margin: 0px 0px 0px 0px;}
#left_cont li {	border-bottom: 1px solid white;	margin: 0px;}
#left_cont a {	text-decoration: none;	padding: 2px 3px 2px 10px;	color: #630;	display: block;}
#left_cont a:hover {	text-decoration: none;	background-color: #630;	color: #fff7e2;}
#main_cont {	float: right;	width: 575px;	background: #fff7e2;	background-image: url(../images/main_cont_left.png);
	background-posistion: left;
	background-repeat: repeat-y;
	padding: 0px;
}
#main_cont h1 {
	font-family: OptimusPrincepsSemiBold, Goudy Old Style, Palatino Linotype, Serif;
	text-align: center;
	font-size: 26px;
	padding-top: 5px;
}
#main_cont h2 {
	font-family: OptimusPrincepsSemiBold, Goudy Old Style, Palatino Linotype, Serif;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 20px;
}

#main_cont h3 {
	margin-left: 20px;
	font-size: 18px;
}

#main_cont ul {
	padding-right: 10px;
}

#main_cont li {
	margin-bottom: 10px;
}

#main_cont .subtitle {	text-align: center;	font-style: italic;	font-size: 12px;	margin: 0px;}
#main_cont p {	margin: 10px;	padding: 10px;	text-indent: 10px;
	line-height: 1.1;}
#main_cont form {
	margin: 10px 20px 10px 20px;
}

#main_cont ul {
	margin-left: 30px;
}

#main_cont a:link {
	color: #6981A3;
	text-decoration: none;
}

#main_cont a:visited {
	color: #637383;
	text-decoration: none;
}

#main_cont a:hover {
	color: #5AA2DC;
	text-decoration: underline;
}

#main_cont a:active {
	color: #5AA2DC;
}

#foot_cont {	clear: both;	background-color: white;	font-size: 10px;	font-weight: bold;	padding: 5px;}

#foot_cont a {
	text-decoration: none;
	color: #eebb55;
}

#foot_cont a:hover {
	text-decoration: underline;
}

.title {
	display: block;
	clear: both;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}

.user_nav {
	color: white;
	display: block;
	text-align: right;
	margin: 0px 0px 0px 1px;
	padding: 2px 10px 2px 2px;
	font-size: 10px;
	background-image: url(../images/user_nav_left.png);
	background-posistion: left;
	background-repeat: repeat-y;
	background-color: #c2902d;
}

.img_center {
	text-align: center;	margin-top: 20px;
}

.img_center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}.img_subtitle {	text-align: center;	font-size: 12px;	font-style: italic;	margin-bottom: 30px;}

.infotable {
	width: 300px;
	margin-left: 75px;
	margin-bottom: 20px;
}

.table_label {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}