body {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("/resources/images/shared/template/wallpaper_new.jpg");
	background-repeat:repeat-x;
}
#page {
	text-align: left;
	margin:auto;
	width: 955px;
	background-color:#FFFFFF;
}
#header {
	padding:20px;
}
/*contentArea*/

#featureImage {
	margin-bottom:20px;
}
#body {
	font-family:Georgia, "Times New Roman", Times;
	float:left;
	clear:none;
	background-color:#FFFFFF;
}
#body h1 {
	font-size:22px;
	letter-spacing:-.1em;
	font-weight:normal;
	color:#000000;
	margin-top:0px;
	margin-bottom:10px;
}
#body p,span.sectionIntro {
	letter-spacing:normal;
	font-size:14px;
	line-height:15px;
	color:#666666;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	text-align:left;
}
#body span.sectionIntroSmall {
	font-size: 10px; 
	text-align: left;
	color:#666666;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	text-align:left;
}
#body ol.sectionIntro {
	font-size:14px;
	line-height:15px;
	color:#666666;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	margin-left:35px;
	text-align:left;
}
#body h2 {
	font-size:14px;
	color:#000000;
	margin-bottom:5px;
	margin-top:15px;
}
#body h2.table {
	font-size:14px;
	color:#000000;
	margin-bottom:0px;
	margin-top:0px;
}

/*for weak h2*/
#body span.weaker {
	font-size:14px;
	color:#000000;
	margin-bottom:5px;
	margin-top:15px;
	font-weight:normal;
}
#body p {
	font-size:14px;
	color:#666666;
	margin-top:5px;
	margin-bottom:15px;
	text-align:justify;
}
#pagebody {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	clear:none;
	float:left;
}
hr {
	height:1px;
	color:#e7e7e7;
}
/*End contentArea*/


/*mainMenu*/
#mainmenu {
	padding: 0;
	padding-left: 20px;
	margin: 0;
	margin-bottom:20px;
	background-image: url("../images/shared/template/mainmenu/menuBG.jpg")
}
#mainmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainmenu li {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}
#mainmenu img a {
	margin: 0;
	padding: 0;
	border: 0;
}
/*End mainMenu*/

/*sideMenu*/
.submenucontainer {
	padding-left: 20px;
	width:107px;
	clear:both;
	float:left;
}
div.submenucontainer ul li {
	list-style-image:none;
	list-style-type:none;
}
div.submenucontainer li {
	margin-bottom:5px;
}
div.submenucontainer li.active a.active {
	color:#ab905e;
	font-size:14px;
	line-height:15px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-left: 12px;
	background: url(/resources/images/side_menus/gold_arrows.gif) no-repeat 0 0.3em;
	display:block;
}
div.submenucontainer a:hover.active {
	color:#ab905e;
	font-size:14px;
	line-height:15px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-left: 12px;
	display:block;
}
div.submenucontainer li.inactive a.inactive {
	color:#0063b2;
	font-size:14px;
	line-height:15px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-left: 12px;
	background: url(/resources/images/side_menus/blue_arrows.gif) no-repeat 0 0.3em;
	display:block;
}
div.submenucontainer a:hover.inactive {
	color:#ab905e;
	font-size:14px;
	line-height:15px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-left: 12px;
	background: url(/resources/images/side_menus/gold_arrows.gif) no-repeat 0 0.3em;
	display:block;
}


/*End sideMenu*/

#footer {
	margin:0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	font-size: 0.8em;
	color: #999999;
	clear:both;
	font-family: Arial;
	font-size: 10px;
}
#footer #lowerBar {
	margin-top:0px;
	margin-bottom:10px;
	vertical-align:bottom;
}
#footer #lowerBar #logo {
	float: right;
}
#footer #lowerBar #footerLinks {
	margin-top:25px;
	float:left;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a, a:visited {
	color: #0063b2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#ab905e;
}
/* Utilities */
.clearingDiv {
	clear: both;
}
* {
	padding: 0; 
	margin: 0;
}