/* CSS Document */

body { margin: 0px 0px 0px 0px; }
p { line-height: 14px; }
br { line-height: 14px; }

h1 { 
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold; 
		line-height: 16px;
		color: #FFFFFF;
		margin: 0px;
		}
		
ul {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		list-style-type:circle;
		padding: 0px 0px 0px 10px;
		margin: 5px 0px 5px 5px;
		list-style-position: outside;
		}
		
li {
		margin: 2px 0px 2px 0px;
		}

a.mainMenu { color:#8D3807; text-decoration:none; font-weight: normal; }
a.mainMenu:hover { color:#FFFFFF; text-decoration:none; font-weight: bold; }

a.subMenu { color:#FFFFFF; text-decoration:none; font-weight: normal; }
a.subMenu:hover { color:#FFFFFF; text-decoration:none; font-weight: bold; }

a.contentLink { color:#8D3807; text-decoration:none; font-weight: normal; }
a.contentLink:hover { color:#FFFFFF; text-decoration:none; font-weight: normal; }

a.white { color:#FFFFFF; text-decoration:none; font-weight: bold; }
a.white:hover { color:#FFFFFF; text-decoration:underline; font-weight: bold; }

a.footerMenu { color:#8D3807; text-decoration:none; font-weight: normal; }
a.footerMenu:hover { color:#44B5CA; text-decoration:none; font-weight: normal; } 

.topTable{
	width: 762px;
	margin: 0px;
	margin: 0px 0px 5px 0px;
	border: 0px solid #CC6600;
}

.stageTable{
	text-align:left;
	width: 762px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #CC6600;
}

.bottomTable{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 5px;
	width: 762px;
	text-align: left;
	margin: 0px;
	border: 0px solid #CC6600;
}

.navTD {
	width: 155px;
	height: 220px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	background-image:url(images/menuBgImg.gif);
	background-repeat:no-repeat;
	background-color:#44B5CA;
	border: 0px solid #8D3807;
}

.navBottomTD {
	width: 155px;
	height: 65px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	background-image:url(images/menuBottomImg.gif);
	background-repeat:no-repeat;
	background-color:#44B5CA;
	border: 0px solid #8D3807;
}

.middleTD {
	width: 21px;
	padding: 0px;
	vertical-align: top;
	background-image:url(images/middleImg.gif);
	background-repeat:repeat;
}

.contentTD {
	width: 586px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.contentBottomTD {
	width: 586px;
	height: 65px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	background-image:url(images/contentBottomImg.gif);
	background-repeat:no-repeat;
	border: 0px solid #8D3807;
}

.navTable { 
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0px 0px 40px;
	color: #FFFFFF;
	width: 100px;
	border: 0px solid #8D3807;
}

.contentTable{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #FFFFFF;
	width: 586px;
	height: 280px;
	background-image:url(images/contentBgImg.gif);
	background-repeat:no-repeat;
	background-color:#44B5CA;
	border: 0px solid #CC6600;
}

.menuBottomLayer{
	vertical-align:bottom;
}

.normalText{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #FFFFFF;
}

.colorText{
	font: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #8D3807;
}

.textField{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #8D3807;
	width: 180px;
	height: 18px;
}

