BODY,HTML
{
	background-color:#FFFFFF;
	margin:5px 0px 0px 0px;
	font-family:verdana, sans-serif;
	font-size:8pt;
	color:#000000;
}

#MainContent
{
	position:absolute;
	width:780px;
	height:auto;
	margin-left: -390px;
	left: 50%;
}

#SiteTop
{
	position:relative;
	width:780px;
	height:55px;
	background-image:url(../images/site_top.jpg);
}

#Nav
{
	position:relative;
	width:780px;
	height:40px;
}

#HomeBanner
{
	position:relative;
	width:780px;
	height:120px;
	background-image:url(../images/home_banner.jpg);
	cursor:pointer;
}

#Main
{
	position:relative;
	width:780px;
	height:auto;
}

#ShadowLeft
{
	width:10px;
	background-image:url(../images/shadow_left.gif);
}

#Content
{
	width:740px;
	padding:23px 10px 50px 10px;
}

#ShadowRight
{
	width:10px;
	background-image:url(../images/shadow_right.gif);
}

#SiteBottom
{
	position:relative;
	width:780px;
	height:34px;
	background-image:url(../images/site_bottom.gif);
}

/* Classes */

.BoxTopLeft
{
	width:26px;
	height:26px;
	background-image:url(../images/box_top_left.gif);
}

.BoxTop
{
	height:26px;
	background-image:url(../images/box_top.gif);
}

.BoxTopRight
{
	width:26px;
	height:26px;
	background-image:url(../images/box_top_right.gif);
}

.BoxLeft
{
	width:26px;
	height:auto;
	background-image:url(../images/box_left.gif);
}

.BoxMain
{
	height:auto;
	background-color:#FFFFFF;
}

.BoxRight
{
	width:26px;
	height:auto;
	background-image:url(../images/box_right.gif);
}

.BoxBottomLeft
{
	width:26px;
	height:26px;
	background-image:url(../images/box_bottom_left.gif);
}

.BoxBottom
{
	height:26px;
	background-image:url(../images/box_bottom.gif);
}

.BoxBottomRight
{
	width:26px;
	height:26px;
	background-image:url(../images/box_bottom_right.gif);
}

.VersionMain
{
	width:225px;
	height:325px;
	background-image:url(../images/version_bg.jpg);	
}

.VersionBottom
{
	width:225px;
	height:31px;
	background-image:url(../images/version_bottom.jpg);
}

.VersionBox
{
	padding:8px 20px 0px 23px;
	color:#FFFFFF;
	font-size:8pt;
}

/* Links */

A.Default:link, A.Default:visited, A.Default:active 
{ 
	text-decoration: none; 
	color:#000000;
	font-weight:bold;
}

A.Default:hover 
{ 
	text-decoration:underline; 
	color:#000000; 
	font-style:bold;
}

A.Version:link, A.Version:visited, A.Version:active 
{ 
	text-decoration: none; 
	color:#FFFFFF;
}

A.Version:hover 
{ 
	text-decoration:underline; 
	color:#FFFFFF;
}


/* Input Styles */

.requiredField
{
	font-weight:bold;
}

Input.TextDefault 
{
	height: 12px;
	width: 297px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: x-small;
}

Textarea.TextAreaDefault
{
	font-size:8pt;
	font-family: Verdana, Arial, Sans-serif;
	width:290px;
	height:138px;
	padding:5px;
	background-color: #FFFFFF;
	border:solid #C0C0C0 1px;
}