/* TAG STYLES*/
body {
	background-color:#cde2e4;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:24px;
	color:#666666;
}

h2 {
	font-size:16px;
	color:#666666;
}

hr {
	border-top:solid 1px #CCCCCC;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
/* TAG STYLES*/

/* LAYOUT STYLES*/
.centerContainer {
	width:1072px;
	margin:0px auto 0;
}

.shadowSpacer {
	height:100px;
	background-color:#cde2e4;
}

.whiteBackground {
	margin:0px auto 0;
	background-color:#FFFFFF;
	width:990px;
	overflow:auto;
}

.dynamicContent {
	width:775px;
	float:right;
	margin-top:10px;
}

.content {
	margin-top:80px;
	margin-left:60px;
	margin-right:30px;
}

.navigationBottom {
	background-image:url(/images/Nav_bottom_s2_01.png);
	background-repeat:no-repeat;
	width:264px;
	height:56px;
	position:relative;
	top:56px;
	clear:both;
}

.footer {
	text-align:center;
	color:#666666;
	font-size:10px;
	clear:both;
	margin-top:80px;
	padding-top:10px;
	padding-bottom:10px;
	width:775px;
	float:right;
	clear:both;
}
/* LAYOUT STYLES*/

/* LAYER STYLES*/
#header {
	background-image:url(/images/Header_s2_01.png);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width:1072px;
	height:196px;
	z-index:2;
}	

#shadow {
	position:relative;
	margin-top:-196px;
	background-image:url(/images/Site_bg_s2_01.png);
	background-position:center;
	background-repeat:repeat-y;
	z-index:1;
}

#desc {
	font-size:10px;
	color:#666666;
	font-weight:bold;
	margin-top:20px;
}
/* LAYER STYLES*/

/* MENU STYLES */

.navigation {
	position:relative;
	top:196px;
	background-image:url(/images/Nav_bg_s2_01.png);
	background-repeat:repeat-y;
	width:264px;
	z-index:2;
}

.NavAlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: transparent;
	text-align: left;
	vertical-align: middle;
	width: 230px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.NavBlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	line-height:20px;
	padding:2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.NavAlink:hover, .NavBlink:hover, .NavClink:hover {
	color: #000000;
}

.menuDivider {
	height:2px;
	background-color:#ffcc99;
	width:234px;
	margin-left:15px;
	margin-top:6px;
}

/* MENU STYLES */
