html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-image: url(/layout/bg.gif);
   font-family: "Spinnaker, Arial, Helvetica, sans-serif, century gothic";
   min-width:950px;
}

.leftmenu {
	margin-left: 15px;
}
body, tr, td, tbody {
	font-size: 10pt;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subcatcolor {
}
.endcatcolor {
	font-size: 80%;
}
a:link {
	text-decoration: none;
	color: #503522;
}
.formbutton {
	font-family: "century gothic";
	font-weight: bold;
	background-color: #BCC58E;
	color: #473422;
	border: thin solid #473422;
}
.pagelinkcolor, .catcolor, .subcatcolor {
	line-height: 22px;
}
a:visited {
	text-decoration: none;
	color: #503522;
}
a:hover {
	text-decoration: none;
	color:#0000FF;
}
a:active {
	text-decoration: none;
	color: #503522;
}
.drilldown {
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
}
.header {
	background-image: url(/layout/header_bg_f.png);
	background-repeat: repeat-x;
	height: 129px;
	text-align:center;
}
.whitebg {
	background-image: url(/layout/table-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
	text-align:top;
	min-height:100%;
	padding-bottom:10px;
}

.searchbg {
	background-image: url(/layout/table-bg-no-divider.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
	text-align:top;
	min-height:100%;
	padding-bottom:10px;
}


#footer {
	background-image: url(/layout/footer_bg_f.png);
	background-repeat: repeat-x;
	height: 100px;
    text-align:center;
    bottom:0
}

.footer_copy {
	color:#000000;
	padding-top:43px;

}

#content_container {
	margin:auto;
	width:931px;

}

#left_column {
	float:left;
	width:240px;
	margin-left:60px;

}

#right_column {
	float:right;
	width:580px;
	margin-right:50px;

}

#full_column {
	float:left;
	width:820px;
	margin-left:60px;

}

#right_column {
	float:right;
	width:580px;
	margin-right:50px;

}

td {

	vertical-align:top;
	text-align:center;

}
.style1 {font-size: x-small}

.center_img {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

a.link {

	font-style:italic;
	font-weight:bold;
	color:#0000FF;
}

.hmedia {
	display:none;
}

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:540px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #C4CD94;
background:#FFFFFF;
}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:150px;
float:left;
}
#stylized .small{
color:#000000;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #C4CD94;
width:200px;
margin:2px 0 20px 10px;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #C4CD94;
width:150px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#C4CD94 ;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

P.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

