			body {
 			  color: #FFFFFF; font-family: Verdana; font-size: 10pt; background: #009dd2 url(bg.jpg) no-repeat fixed center top; margin: 0px 0px 0px 0px;
			}
			
			a:link {color: #FFFFFF; text-decoration: underline;}
			a:visited {color: #FFFFFF; text-decoration: underline;}
			a:active {color: #FFFFFF; text-decoration: underline;}
			a:hover {color: #FFFFFF; text-decoration: none;}
			
			#page {
			  position: relative;
   			width: 960px;
				height: auto;
   			margin: 0 auto;
   			margin-top: 0px;
				margin-bottom: 0px;
				background: url(page_bg.png) repeat-y center top;
		  }
			
			#page_gradient_top {
			  position: absolute;
				top: 0px;
				left: 11px;
				width: 938px;
				height: 440px;
				min-height: 440px;
				background: url(page_gradient_top.jpg) no-repeat center top;
			}
			
			#header {
			  position: absolute;
				top: 0px;
				left: 11px;
   			width: 938px;
				height: 240px;
				background: url(header_bg.jpg) no-repeat center top;
			}
			
			#shadow_top {
			  position: absolute;
				top: -20px;
				left: -2px;
   			width: 964px;
				height: 20px;
				background: url(top_shadow.png) no-repeat;
			}
			#shadow_bottom {
			  position: absolute;
				bottom: -19px;
				left: 0px;
   			width: 960px;
				height: 20px;
				background: url(bottom_shadow.png) no-repeat;
			}
			
			#nav {
			  position: absolute;
				top: 0px;
				left: 0px;
   			width: 938px;
				height: 26px;
   			margin: 0px 0px 0px 0px;
				background: url(nav_bg.png) repeat-x center top;
				text-align: right;
				font-size: 10px;
				color: #29231f;
			}
			
			#logo {
			  position: absolute;
				top: 20px;
				left: 120px;
   			width: 200px;
				height: 120px;
				background: url(logo.png) no-repeat center top;
			}
			
			#myAccount {
			  position: absolute;
				top: 110px;
				right: 40px;
				width: 200px;
				height: 30px;
			}
			
			#login {
			  position: absolute;
				top: 70px;
				right: 40px;
				width: 220px;
				height: 80px;
				text-align: right;
				color: #24292c;
				font-weight: bold;
			}
			
			#content_footer {
			  position: relative;
				width: 938px;
				height: auto;
				min-height: 500px;
				margin: 140px 0px 0px 11px;
   			background: url(page_gradient_bottom.jpg) no-repeat left bottom;
			}
			
			#content {
			  position: relative;
				width: 882px;
				height: auto;
				min-height: 740px;
				margin: 0px 0px 0px 28px;
				background: url(content_bg.png) no-repeat center top;
			}
			
			#footer {
			  position: absolute;
				bottom: -17px;
				left: 0px;
				width: 938px;
				height: auto;
				min-height: 60px;
				margin: 0px 0px 0px 0px;
				background: url(footer_bg.jpg) repeat center top;
				font-size: 10px;
				color: #29231f;
			}
			
			
			.clearfix:after {
				content:".";
				display:block;
				height:0;
				clear:both;
				visibility:hidden;
			}
			.clearfix {display:inline-block;}
			/* Hide from IE Mac \*/
			/*.clearfix {display:block;}*/
			/* End hide from IE Mac */
			
			#topMenu {
			  position: relative;
				float: left;
				width: 872px;
				height: 62px;
				margin: 5px 0px 0px 5px;
				padding: 0px;
				background: url(topMenu_bg.png) no-repeat center top;
				text-align: center;
				vertical-align: top;
			}
			
			#content_zone {
			  position: relative;
				float: left;
				width: 872px;
				height: auto;
				margin: 5px 0px 0px 5px;
				text-align: left;
			}
			
			.sideMenu { 
			  font-family: Tahoma;
				font-size: 10pt;
				font-weight: bold;
				color: #f6f6f6;
				text-align: center;
				vertical-align: middle;
	    }
	
			.systemText {
			  color: #6f2f00;
				font-family: Verdana;
				font-size: 12px;
			}
			.contentText {
			  color: #ffffff;
				font-family: Verdana;
				font-size: 12px;
			}
			.contentTextTitle {
	  	  color: #24292c;
				font-family: Verdana;
				font-size: 12px;
				padding: 3px;
			}
			
			div.Utility_Box {
				position: relative;
				float: left;
			  margin: 0px;
				min-width: 50px;
				min-height: 50px;
				background: #ced2e1 url(Simple_Box_Bg.jpg) repeat-x left top;
				border: 1px solid #808183;
			  padding: 1px;
				color: #29231f;
				text-align: left;
				font-size: 10px;
			}
			.Utility_Box_Title {
			  position: relative;
				float: left;
				width: 100%;
				height: 24px;
				background: url(Simple_Box_Title_Bg.jpg) repeat-x left top;
				color: #FFFFFF;
				font-weight: bold;
				font-size: 12px;
				padding: 5px 0px 0px 0px;
			}
			.Utility_Box_Content {
			  position: relative;
				float: left;
				width: 98%;
				height: auto;
				padding: 3px;
			}
			
			div.Utility_Blue {
			  position: relative;
				float: left;
			  margin: 0px;
				min-width: 50px;
				min-height: 50px;
				background: #07a0d4 url(Simple_Box_Blue_Bg.jpg) repeat-x left top;
				border: 1px solid #808183;
			  padding: 1px;
				color: #ffffff;
				text-align: left;
				font-size: 10px;
			}
			