body
{
	margin-top: 0px;
	background-color: White;
	background-image: url(../Images/bgsite.jpg);
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

td
{
	font-family: Arial;
	font-size: 12px;
	fotn-weight: normal;
}

a:link{color:white;	text-decoration: underline;}
a:visited{color: #d7d7d7; text-decoration: underline;}
a:hover{color: #e9e9e9; text-decoration: none;}

input, textarea
{
	font-family: Tahoma, Arial;
	font-size: 11px;
}


/* ### menuLayer ### */
#menuLayer
{
	background-color: White;
	width: 900px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
}

#logoBottom
{
	width: 125px;
	height: 40px;
	margin-top: 5px;
	float: left;
}

#menuContainer
{
	width: 565px;
	margin-top: 25px;
	float: right;
}

#menuContainer div
{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.menuItem
{
	border-top: none;
	border-bottom: none;
}

.menuItemRollover
{
	margin-top: -1px;
	border-top: solid 1px #474848;
	border-bottom: solid 2px #474848;
}

a.mLink:link, a.mLink:hover, a.mLink:visited
{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #474848;
	text-decoration: none;
}

/* ### contentLayer ### */
#contentLayer
{
	position: relative;
	width: 900px;
	height: 530px;
	margin-left: auto;
	margin-right: auto;
}

#crosshair
{
	position: absolute;
	top: 160px;
	left: 320px;
	width: 31px;
	height 31px;
}

#chVTop		{position: absolute; top:   0px; left: 335px; width: 2px; height: 160px; background-color: #4D75B5;}
#chVBottom	{position: absolute; top: 190px; left: 335px; width: 2px; height: 340px; background-color: #4D75B5;}
#chHLeft	{position: absolute; top: 175px; left:   0px; width: 320px; height: 2px; background-color: #4D75B5;}
#chHRight	{position: absolute; top: 175px; left: 350px; width: 550px; height: 2px; background-color: #4D75B5;}

#sideImage
{
	background-color: #d7d7d7;
	width: 335px;
	height: 530px;
	float: left;
}

#contentSection
{
	background-color: #fbfbfb;
	width: 565px;
	height: 530px;
	float: right;
}

#titleSection
{
	background-color: #696969;
	background-image: url(../images/bg-title.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height: 175px;
}

#submenu
{
	position: absolute;
	width: 475px;
	top: 155px;
	margin-left: 60px;
	text-align: right;
}

#submenu div
{
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.subMenuItem
{
	border-top: none;
}

.subMenuItemRollover
{
	margin-top: -1px;
	border-top: solid 1px #FFFFFF;
}

a.smLink:link, a.smLink:hover, a.smLink:visited
{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#title
{
	position: relative;
	width: 450px;
	height: 30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: White;
	left: 60px;
	top: 130px;
}

#contentContainer
{
	background-color: #4C4C4C;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height: 355px;
}

#content
{
	width: 463px;
	height: 330px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 40px;
	margin-left: 50px;
	color: white;
	text-align: left;
	overflow: auto;
}


/* ### Footer ### */

#footer
{
	width: 895px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-right: 5px;
	background-color: White;
	text-align: right;
}

a.fLink:link, a.fLink:visited, a.fLink:hover
{
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
