/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #50412f;
	font: normal 12px verdana, Helvetica, Arial, sans-serif;
}
a:link, a:visited, a:active
{
	font-weight:bold;
    color: #50412f;
}
a:hover
{
	color: #BDCEC8;
}
h1
{
    color: #BDCEC8;
    background: url(/images/title_bg.gif) no-repeat 0px;
    font: bold 14px verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    padding: 6px;
    margin-right: 12px;
}
#container {
	margin: 0px auto; 
	background-color: #fff;
	width: 770px;
	padding: 0px; 
	text-align: center;}
#container .results
{
    text-align:left;
    margin-top:10px;
    background-color: #cccccc;
}
#header {
	background: url(/images/header.jpg) no-repeat 0 0;
	width: 770px;
	height: 155px;
	margin: 0px;}
#header a:link, #header a:visited
{
	position:relative;
	top: 32px;
	font: bold 13px verdana, Arial, sans-serif;
	text-decoration:none;
	text-align: justify;
    color: #ffffff;
	background-color: #50412f;
	padding: 3px 7px 3px 7px
}
#header a:hover
{
	color: #BDCEC8;
}
#header h4
{
	position:relative;
	top: 30px;
	left: 190px;
    font-size:11px;
    font-style:italic;
    color: #50412f;
}
#header p 
{
	position:relative;
	text-align: center;
	top: 95px;
	left: 100px;
}
#leftcol
{
	float:left;
	margin: auto;
	width: 350px;
	padding-left: 12px;
	text-align:left;
	vertical-align:top;
}

#leftcol p {
	color: #000;
	line-height: 1.35em;
	text-align: justify;
	margin-left: 6px;}
	
#leftcol p {
	color: #000;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 20px;}

#leftcol li {
	color: #000;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 20px;}
	
#rightcol {
	float: right; 
	top: 0px;
	width: 346px;
	margin: auto;
	padding-right: 15px;
	padding-left: 24px;
	text-align:left;
	margin: 0px;
	vertical-align:top;
}
	
#rightcol p {
	color: #000;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 20px;}

#rightcol li {
	color: #000;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 20px;}
.Block
{
    background-color:#ffffff;
    border: solid 1px #000000;
    padding: 3px 5px 3px 5px;
    margin: 5px 5px 5px 5px;
}

#clear {
	clear: both;}

#content {
    padding: 10px 10px 10px 10px;
    margin: 5px 0px 5px 0px;
	text-align: left;
	height:100%;
}
	
#content p {
	color: #000;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 20px;}

#footer {
	position: relative;
	clear: both;
	width: 760px;
	text-align: center;
	padding: 5px;
    background-color: #BDCEC8;
	border-top: solid 2px #434343;
	color: #fff;}

#footer a:link,#footer a:visited
{

	color: #50412f;
	text-decoration: underline;
	margin-left:10px;
	margin-right:10px;
}	
#footer a:hover
{

	color: #fff;
	text-decoration:none;
}
.emphasize
{
	font: italic 22px verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: #000000;
}
.Wiz
{
    background-color:#ffffff;
    padding: 3px 5px 3px 5px;
    margin: 5px 5px 5px 5px;
    text-align:left;
}
/* Button Styles ****/
.button
{
    background-color:#BDCEC8;
    Border: solid 1px #50412f;
    font-family: Verdana;
    Font-Size:0.8em;
    color: #50412f;
}
.FormTable
{
    font-family:Verdana;
    background-color:#ffffff;
    color: #000000;
    font-size:11px;
}
.FormHeader, th
{
    background-color:#50412f;
    color:#fff;
    font-weight:bold;
}
.FormLabel
{
    font-weight:bold;
    color:#50412f;
    padding-bottom:5px;
}
.SubsItems label
{
    width:180px;
    display:inline-block;
}
.controls
{
    width:160px;
} 
