body
{
	margin: 0px;
	padding: 0px;
}

img
{
	border:0px;
	vertical-align:bottom;
}

.imgAlignTop
{
	vertical-align:top;
}

a
{
	text-decoration:none;
	color:rgb(255,255,253);
}

a:hover
{
	text-decoration:underline;
}

.clearBoth
{
	clear:both;
	overflow:hidden;
	height:0px;
}

#container
{
	position:relative;
	overflow:hidden;
	width:848px;
	margin-left:auto;
	margin-right:auto
}

#main
{
	position:relative;
	overflow:hidden;
	float:left;
	width: 800px;
	height: 600px;
	
}


#logo
{
	float:left;
	width:238px;
	height:131px;
}

#banner
{
	float:left;
	width:562px;
	height:131px;
}

#body
{
	width:800px;
	height:434px;
}

#footer
{
	width:800px;
	height:40px;
	background-color: rgb(34,92,129);
	border-top: 2px solid rgb(67,118,154);
}

#footerlinks
{
	float:right;
	height:20px;
	padding-top:10px;
	padding-right:20px;
	color: rgb(255,255,253);
	font-family: arial;
	font-size:11px;
}

#nav
{
	position:absolute;
	left: 244px;
	top:0px;
	height:36px;
}

#navtext
{
	position:absolute;
	left:244px;
	top:0px;
	height:36px;
	z-index:100;
}

.navfont
{
	font-family: arial;
	font-weight:600;
	font-size:11px;
	color: rgb(255,255,253);
}

.navHiddenFont
{
	font-family: arial;
	font-weight:600;
	font-size:11px;
	color: rgb(34,92,129);
}

.menuItemNormal 
{
	float:left;
	bottom:10px;
	height:24px;
	padding:12px 2px 0px 2px;
	overflow:hidden;
	cursor: pointer;
}

.menuItemHover 
{
	float:left;
	bottom:10px;
	height:24px;
	padding:12px 2px 0px 2px;
	overflow:hidden;
	cursor: pointer;
	background-color: rgb(67,118,154);
	opacity: .7;
}

#floater
{
	position:absolute;
	top:156px;
	left:-314px;
	width: 314px;
	height:394px;
	opacity: .7;
}

#floaterTopBorder
{
	height:8px;width:305px;border-top:1px solid rgb(67,118,154);float:left;background-color:rgb(34,92,129);overflow:hidden;
}

#floaterTopRightCorner
{
	height:9px;width:9px;border:none;float:left;overflow:hidden;
}

#floaterMain
{
	width:253px;height:376px;border-right:1px solid rgb(67,118,154); background-color:rgb(34,92,129); padding-left:30px; padding-right:30px; font-family:Georgia,Times,Serif; color:rgb(255,255,253);
}

#floaterBottomBorder
{
	height:8px;width:305px;border-bottom:1px solid rgb(67,118,154);float:left;background-color:rgb(34,92,129);overflow:hidden;
}

#floaterBottomRightCorner
{
	height:9px;width:9px;border:none;float:left;
}

#floatText
{
	position:absolute;
	top:165px;
	left:-314px;
	width:253px;
	height:376px;
	padding-left:30px; 
	padding-right:30px; 
	font-family:Georgia,Times,Serif; 
	color:rgb(255,255,253);
}

.floatTextLarge
{
	font-size:24px;line-height:32px;
}

.floatTextSmall
{
	font-size:14px;line-height:26px;
}

#leftCorner
{
	width:24px;
	height:24px;
	float:left;
	overflow:hidden;
	background-image:url(../images/main_shadow_round_lft.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#rightCorner
{
	width:24px;
	height:24px;
	float:left;
	overflow:hidden;
	background-image:url(../images/main_shadow_round_rt.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#leftShadow
{
	float:left;
	width:24px;
	height:600px;
	background-image:url(../images/shadow_horz_lft.gif);
	background-repeat:repeat-y;
}

#rightShadow
{
	float:left;
	width:24px;
	height:600px;
	background-image:url(../images/shadow_horz_rt.gif);
	background-repeat:repeat-y;
}

#bottomShadow
{
	width:800px;
	height:24px;
	float:left;
	overflow:hidden;
	background-image:url(../images/shadow_vert.gif);
}
