@charset "utf-8";

/* Defaults */
body	{
	margin: 0px;
	background-color: #20A91D;
}	


/* Required Elements */
#wrapper	{
	width: 920px;
	margin: auto;
	padding-bottom: 30px;
	background-color: #4081E1;
}
#pageHeader	{
	width: 785px;
	height: 200px;
	margin: auto;
	background-image: url(/assets/skin/AA_pageBanner.png);
	background-repeat: no-repeat;	
}
#navigation	{
	width: 785px;
	height: 40px;
	margin: auto;
	text-align: center;
}
#bodyWrapper	{
	width: 785px;
	margin: auto;
	background-color: #FFF;
	margin-bottom: 20px;
}
#pageBodyTop	{
	width: auto;
	height: 12px;
	background-image: url(/assets/skin/sc_bodyTop.gif);
	background-repeat: no-repeat;
	background-color: ;
	margin: auto;
}
#pageBodyContent	{
	width: auto;
	height: auto;
	margin: auto;
}
#pageBodyBottom	{
	width: auto;
	height: 12px;
	background-image: url(/assets/skin/sc_bodyBottom.gif);
	background-repeat: no-repeat;
	background-color: ;
	margin: auto;
	clear: both;
}
#pageFooter	{
	width: 750px;
	height: auto;
	margin: auto;
	margin-top: 15px;
}
#pageFooterLeft {
	width: auto;
	height: auto;
	float: left;
}
#pageFooteRight	{
	width: auto;
	height: auto;
	float: right;
}

/* Page Specific */
#pageBanner	{
	width: 740px;
	height: 394px;
	margin: auto;
	z-index: 1;
}
#bannerOverlay	{
	width: 235px;
	height: 330px;
	margin-right: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
/*	background-color: #FFF;
	opacity: 0.5;
	filter:alpha(opacity=50);*/
	text-align: left;
	z-index: 1000;
	position: relative;
	top: -350px;
	left: 25px;
}
#pageTitleNB	{
	width: 750px;
	height: auto;
	padding-left: 10px;
}
#pageTitleNB2	{
	width: 375px;
	height: auto;
	padding-left: 10px;
	float: left;
}
#pageTitleNB_SNav	{
	width: 375px;
	height: auto;
	padding-right: 10px;
	float: right;
	text-align: right;
}
#pageContentColumnLeft	{
	width: 470px;
	min-height: 500px;
	background-color: #FFF;
	margin-top: 1px;
	padding-left: 20px;
	float: left;
	text-align: justify;
	line-height: 20px !important;
}
#pageContentColumnRight	{
	width: 250px;
	margin-top: 1px;
	padding-right: 20px;
	float: right;
	text-align: center;
}
#pageSectionBottom	{
	width: 765px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}

/* Navigation Bar */
#navButton	{
	height: 40px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;
	float: left;
	cursor: pointer;
	margin-left:: auto;
	padding-left: 24px;
	padding-right: 24px;
}


/* Tag Specific */
p	{
	line-height: 20px;
}

table.caption	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	padding: 5px;
	text-align: center;
}

/* Tag Specific */
p	{
	line-height: 20px;
}
table {
	margin: 3px;
	padding: 5px;
}