html, body	{
	margin:0px;
	padding:0px;
	font-family:arial;
	color:#3c3c3c;
	background:#262626;
	margin-top:10px;
}

a, a:visited	{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover	{
	text-decoration:underline;
}

h2 {
	font-size:12pt;
}

#site_canvas	{
	width:974px;
	background-color:#ebe8df;
	padding-bottom:5px;
}

#site_navigation	{
	background-color:#8f825b;
	line-height:30px;
	color:#FFF;
	width:926px;
}

#site_navigation a	{
	width:100px;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	line-height:30px;
	font-size:9pt;
}

#site_navigation td {
	text-align:center;
}

#site_navigation .space	{
	/*padding-left:10px;*/
}

#site_banner	{
	padding-bottom:10px;
	padding-top:15px;
	height:247px;
	width:926px;
	text-align:left;
}

#site_topbar	{
	padding-top:15px;
	width:926px;
	height:191px;
	max-height:191px;
}

#site_body	{
	width:926px;
	background-color:#cac5b0;
	padding-bottom:10px;
	padding-top:15px;
}

#site_split	{
	width:926px;
	padding-bottom:20px;
}

#site_body	a	{
	font-size:7pt;
	color:#3c3c3c;
	text-decoration:none;
	font-weight:bold;
}

#site_message	{
	font-size:16pt;
	font-weight:bold;
	padding:0px 20px 10px 20px;
}

#site_options	{
	width:926px;
	margin-top:15px;
}

#options_header	{
	background-color:#8f825b;
	color:#FFF;
	font-size:13pt;
	line-height:35px;
	
}

#options_list	{
	background-color:#b1a98a;
	padding-top:10px;
	padding-bottom:10px;
}

#options_list h1	{
	color:#FFF;
	font-size:11pt;
}

#options_list td	{
	font-size:8pt;
	color:#49473f;
}

#option_text	{
	padding-right:15px;
	width:125px;
	text-align:left;
}

#site_footer	{
	margin-top:20px;
	font-size:7pt;
}

#site_footer a	{
	text-decoration:none;
	font-weight:normal;
	color:#3c3c3c;
}

#site_footer a:hover	{
	text-decoration:underline
}

#help_wizard	{
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index:1000;
	background:url('/images/wizard_back.png');
	text-align:center;
	padding-top:200px;
}

#help_content	{
	background:#333;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	text-align:center;
	padding:10px;
}

#help_content p	{
	font-size:8pt;
}

#help_content li	{
	font-size:8pt;
}

#help_content	a {
	color:#FFF;
}

.mPhoto {
	position:absolute;
	opacity:0.0;
	filter:Alpha(opacity=0);
}

#site_endorsement	{
	background-color:#FFF;
	font-size:7pt;
	text-align:center;
}

#navigation_left	{
	background-color:#b1a98a;
	text-align:left;
}

#navigation_left	td	{
	padding:0px 15px 0px 15px;
	font-size:7pt;
}

#navigation_left	h1	{
	margin-top:15px;
	font-weight:bold;
	font-size:9pt;
	margin-bottom:2px;
}

#navigation_left	hr	{
	border-color:#988c67;
	border-style:solid;
	border-width:1px;
	margin:0px;
	padding:0px;
}

#navigation_left	a	{
	color:#262626;
	text-decoration:none;
	font-weight:normal;
}

#navigation_left	a:hover	{
	text-decoration:underline;
}

#site_page	{
	padding:0px 0px 20px 15px;
	font-size:10pt;
	text-align:left;
}

#site_page	h1	{
	color:#FFF;
	font-weight:bold;
	background-color:#8f825b;
	padding:10px;
	font-size:12pt;
	margin-bottom:0px;
}

input, textarea, option, select	{
	padding:5px;
	margin:2px 0px 2px;
	color:#555;
	border-width:1px;
	border-style:solid;
	border-color:silver;
	padding-right:15px;
	font-size:10pt;
	font-family:Tahoma, arial, helvetica, sans-serif;
}

input, select, textarea {
	border-width:1px;
	border-style:solid;
	border-color:silver;
	background-color:whitesmoke;
}

#stef	{
	background-color:#cac5b0;
	padding:20px;
}

.dropdown	{
	background-color:#8f825b;
	line-height:30px;
	color:#FFF;
	position:absolute;
	z-index:2000;
	width:150px;
	text-align:left;
	padding:10px 10px 10px 0px;
	display:none;
}

.dropdown a	{
	padding-left:20px;
}

.dropdown a:hover	{
	background-color:#b1a98a;
}

#site_small	{
	font-size:12pt;
	font-weight:normal;
	padding-top:10px;
	height:50px;
}

