/* div { border: 2px solid red; margin: 1px; } */

html, body
{ 
	background: #E3E1CB url("/images/bg.gif") repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:0; 
	padding:5px 0px 0px 0px; 
	text-align:center; 
} 
 
#pagewidth
{
	background: #FFFFFF url("/images/bg_right.gif") right repeat-y;
	width:750px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header
{
	background: #FFFFFF url("/images/bg_right.gif") right repeat-y;
	position:relative; 
	height:210px; 
	width:750px;
	padding-bottom: 0px;
}

#content
{
	margin-left: 15px;
	width: 680px;
}
 
#maincol
{
	font-size: 12px;
	float: right; 
	display:inline; 
	position: relative; 
	width: 750px; 
}

#maincol h2
{
	font-size: 14px;
	font-weight: bold;
}

#maincol h3
{
	color: #9d841d;
	font-size: 12px;
	font-weight: bold;
}

#maincol a
{
	color: #9d841d;
	font-weight: bold;
}


#content
{
	padding: 10px;
}

#form_body .button 
{
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 0px 0px;
}

#form_body .field 
{
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

#form_contents
{
	border-style: solid;
	border-width: 1px;
	background-color: #eee;
	font-family: Courier, Courier New, serif;
	font-size: 12px;
	padding: 10px;
	width: 510px;
}
 
#navigation
{
	padding-left: 5px;
	width: 720px;
	font-size: 12px;
	font-weight: bold;
}

#navigation a
{
	color: #9d841d;
}

#navigation a:hover
{
	background-color: #9d841d;
	color: #ffffff;
}

#navigation ul.Piped
{
	border-top-style: dotted; 
	border-top-color: #9d841d; 
	border-top-width: 2px;
	border-bottom-style: dotted; 
	border-bottom-color: #9d841d; 
	border-bottom-width: 2px;
	padding: 5px;	
}

#footer
{
	background: #FFFFFF url("/images/bg_bottom.gif") bottom right repeat-x;
	font-size: 10px;
	clear:both;
	width: 744px;
} 

.copyright
{
	background-color: #ECDB93;
	margin: 15px;
	padding: 10px;
}

/* Piped List Stylelet */
ul.Piped
{
	margin: 0px;
	padding: 0px;
}

ul.Piped a
{
	text-decoration: none;
}

ul.Piped li
{
	display: inline;
	border-left: 2px dotted;
	padding-left: 5px;
	padding-right: 5px;
}
						
ul.Piped li.First
{
	border-left: none;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

