@media print
{
	BODY
	{
		display: none;
	}
}
HTML
{
	height: 100%;
	/*+placement:shift -41px -22px;*/
	position: relative;
	left: -41px;
	top: -22px;
}
BODY
{
	background-color: #000;
	background-image: url(../images/site.background1.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	color: #FFF;
}
/** styles for text **/
TD, TH, P, DIV, UL
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
H1, H2, H3, H4, H5, H6
{
	font-family: Arial, Verdana, sans-serif;
	color: #FFE887;
	margin-top: 0;
}
.boldText
{
	font-weight: bold;
}
.errorText
{
	font-weight: bold;
	color: #990000;
}
.yellowText
{
	color: #EACC71;
	font-weight: bold;
}
.left
{
	float: left;
}
.clear
{
	clear: both;
}
IMG
{
	border: 0;
	/*+placement:shift -9px 0px;*/
	position: relative;
	left: -9px;
	top: 0px;
}
/** styles for links **/
A, A:active, A:visited
{
	color: #EACC71;
}
A:hover
{
	text-decoration: none;
}
#navigation UL LI A:link, #navigation UL LI A:active, #navigation UL LI A:visited, #navigation UL LI A:hover
{
	display: block;
	/*+placement:shift 4px -3px;*/
	position: relative;
	left: 4px;
	top: -3px;
}
#footer A
{
	color: #FFF;
	font-size: 11px;
}
/** styles for layout **/
#wrapper
{
	margin: 0 auto;
	width: 978px;
}
#content
{
	color: #111;
	width: 978px;
	height: 600px;
	padding: 0;
	margin: 0;
}
#header
{
	height: 130px;
	padding-bottom: 10px;
	/*+placement:shift 2px 4px;*/
	position: relative;
	left: 2px;
	top: 4px;
}
IMG
{
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
#leftContent
{
	width: 803px;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
}
#navigation
{
	width: 175px;
}
#navigation UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation UL LI
{
	background-image: url(../images/site.navBackground.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 75px;
	margin: 0;
	padding: 45px 0 0 30px;
}
#internalContent
{
	width: 683px;
	height: 500px;
	overflow: hidden;
	background-image: url(../images/site.contentBackground4.png);
	background-repeat: no-repeat;
	padding: 50px 70px 50px 50px;
}
#footer
{
	margin: 10px auto;
	width: 978px;
	clear: both;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	/*+placement:shift -99px 8px;*/
	position: relative;
	left: -99px;
	top: 8px;
}
/** styles for forms **/
FORM
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}
FORM FIELDSET
{
	padding: 10px;
/*padding in fieldset support spotty in IE*/
	margin: 0;
	text-align: left;
	border: 0;
}
FORM LEGEND
{
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
}
FORM LABEL
{
	display: block;
/*block float the labels to left column, set a width*/
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 10px 0 0;
/*set top margin same as form input - textarea etc. elements*/
	text-align: right;
	color: #999999;
	font-weight: bold;
	font-size: 11px;
}
FORM LABEL.short
{
	width: 75px;
}
FORM INPUT
{
	width: 250px;
	margin-top: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
FORM INPUT.big
{
	width: 545px;
	margin-top: 15px;
}
FORM INPUT.short
{
	width: 150px;
	margin-top: 5px;
}
FORM TEXTAREA
{
	width: 250px;
	height: 100px;
	margin-top: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
FORM TEXTAREA.short
{
	width: 150px;
}
FORM TEXTAREA.big
{
	width: 300px;
	height: 200px;
	margin-top: 5px;
}
FORM TEXTAREA.reallybig
{
	width: 400px;
	height: 400px;
	margin-top: 5px;
}
FORM SELECT
{
	width: 250px;
	margin-top: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
FORM SELECT.big
{
	width: 250px;
	margin-top: 5px;
}
FORM SELECT.short
{
	width: 75px;
	margin: 0;
}
FORM INPUT.checkbox
{
	width: auto;
}
FORM BR
{
	clear: left;
}
FORM SMALL
{
/*form instructions/comments will appear below input elements*/
	display: block;
	margin: 0 0 0 160px;
	padding: 1px 3px;
	font-size: 88%;
}
FORM INPUT.button, .button, .longbutton
{
	border: 0;
	background-image: url(../images/site.button.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #FFF;
	font-weight: bold;
	height: 35px;
	width: 115px;
	text-align: center;
	cursor: hand;
}
.longbutton
{
	background-image: url(../images/site.longButton.png);
	background-repeat: no-repeat;
	width: 175px;
}
FORM .requiredLabel
{
	font-weight: bold;
	color: #000033;
}
