.yellowbox {
	background-color: #F5C503;
	margin: 0px;
	border: 5px solid #FFFFFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.lightgraybox {
	background-color: #ACACAC;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.leftbox {
	border: 5px solid #FFFFFF;
	vertical-align: top;
	background-color: #F5C503;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 12pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18pt;
	color: #FFFFFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #FFFFFF;
	margin: 0px;
}
.h2title {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 20px;
}
.blkoutline {
	border: 1px solid #000000;
}
.verticallines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.centerbox {
	background-color: #666666;
	vertical-align: top;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 25px;
}
.rightbox {
	background-color: #666666;
	vertical-align: top;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 25px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 100%;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FFFFFF;
}
.horzrule_yellow {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5C503;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
	color: #000000;
	font-weight: lighter;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.formbox {
	background-color: #999999;
	margin: 0px;
	border: 5px solid #FFFFFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
body {
	margin-top: 25px;
}

a.gallery:link{
	color: #F5C503;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.gallery:visited{
	color: #F5C503;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.gallery:hover{
	color: #F5C503;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.tot {
	color:#f5c503;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12pt;
}
a.tot:hover {
	text-decoration:underline;
}

/***Tony Aslett's clearing hack***/
.clearing:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearing {
	display: inline-block;
}

/* hides from IE/Mac \*/
* html .clearing { 
	height: 1%;
}

.clearing {
	display: block;
}
/* end hide from IE-Mac */
/***end clearing hack***/

#header {
	width:786px;
	height:95px;
	background-image:url(images/header.gif);
}
#header a, #header img { border:none; }
#hdr-rt {
	width:450px;
	height:93px;
	float:right;
}
#top-nav {
	padding:1px 1px 0 0;
	text-align:right;
}
#header-text { padding:12px 0 0 0;}
#header-text p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10px;
	padding:0 8px 0 0;
	margin: 10px;
	text-align:right;
	font-weight:bold;
}
#header-text img { padding:0 0 6px 0; margin:0 auto; vertical-align:middle; }
#header-text span { font-size:12px; padding-right:10px;color:#000;}
#hdr-lt {
	width:250px;
	height:93px;
	float:left;
	cursor:pointer;
}
