body { 
	background: #FFF;	
	text-align: center;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 86px;
	z-index: 2;
}



#menu { position: absolute; left: 70px; top: 0px; 
	font: bold 16px Arial, sans-serif; 
	z-index: 2; height: 29px; line-height: 27px;
	}

	.menuOff {  
		    height: 30px;
		}

	.menuOn { 
		   height: 30px;
		}

	.menuOff a { color: #e0911d; text-decoration: none; }
	.menuOn a { color: #FFFFFF; }


	.submenu { position: absolute; left: 0px; top: 29px; 
	           width: 130px; z-index: 4;
		   font: bold 11px Arial, sans-serif;
		   text-align: left; text-indent: 0px; 
		   visibility: hidden; padding: 5px;
		   border: #FFF 1px solid;
		   background: #336EBD;
		 }

		.submenuOff { background: url('sub_bg.gif') repeat-x; border: #FFFFFF 0px solid; border-top: 0px; }
		.submenuOn { background: url('sub_bg2.gif') repeat-x; border: #FFFFFF 0px solid; border-top: 0px;  }

		.submenuOff a { color: #FFF; text-decoration: none; }
		.submenuOn a:hover { color: #e0911d; text-decoration: none; }


		.subEmpty { height: 5px; border: 0px; margin: 0px; background: transparent;}

/* menu div element positioning */


#link1 { position: absolute; left: 0px; top: 0px; padding-right: 5px; border-right: #FFF 2px solid;}
#link2 { position: absolute; left: 60px; top: 0px; padding-right: 5px; border-right: #FFF 2px solid;}
#link3 { position: absolute; left: 140px; top: 0px; padding-right: 5px; border-right: #FFF 2px solid;}
#link4 { position: absolute; left: 220px; top: 0px; padding-right: 5px; border-right: #FFF 2px solid;}
#link5 { position: absolute; left: 327px; top: 0px; padding-right: 5px; border-right: #FFF 2px solid;}
#link6 { position: absolute; left: 400px; top: 0px; padding-right: 5px; border-right: #FFF 2px solid;}
#link7 { position: absolute; left: 460px; top: 0px; }

.menu { 
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}
	


	.menu #imgRight {
		background: url(images/left-head.jpg) no-repeat;	
		position: absolute;
		left: 0px;
		top: 0px;
		width: 144px;
		height: 31px;
	}
	

	
	.menu #center {
		background: #D0D0D0;
		position: absolute;
		left: 144px;
		top: 0px;
		width: 601px;
		height: 29px;
		border-top: #FFF 2px solid;
/*		text-indent: 70px;
		word-spacing: 30px;
		line-height: 30px; */

	}
	




		.menu #center #bg {
			background: url(images/menu-center.gif) no-repeat;
			position: absolute;
			left: 0px;
			top: -2px;
			width: 83px;
			height: 31px;
			font: bold 17px Arial, sans-serif;
		}

		a {
			color: #E3911D;
			text-decoration: none;

		}
		
		a:hover {
			color: #336EBD;
		}
		


#mainBox {
	position: absolute;
	left: 1px;
	top: 117px;
}


	#mainBox #right {
		position: relative;
		background: #5D7091;
		width: 144px;
		vertical-align: top;
		border-top: #FFF 2px solid;
	}
	
		#mainBox #right #flashMon {
			position: relative;
		}


	#mainBox .sidebar {
		background: #D0D0D0 url(images/content-bg2.jpg) right bottom no-repeat;
		position: relative;
		top: 0;
		left: 0px;
		width: 127px;
		font-family: Tahoma, sans-serif;
		font-size: 11px;
		vertical-align: top;
	}

		#mainBox .sidebar h1 {
			background: #EEE;
			font-size: 16px;
			text-align: center;
			width: 100%;
			padding: 0;
			margin: 0;
		}
	
		#mainBox .sidebar .sbLink {
			color: #336EBD;
			font-weight: bold;
			text-decoration: none;
			line-height: 16px;
			display: block;
			padding-top: 3px;
			padding-bottom: 3px;
			padding-left: 4px;
			border-bottom: #FFF 2px solid;
		}
	
		#mainBox .sidebar .sbLink:hover {
			background: #EDA743;
		}
	
	

	#contentCorner {
		background: url(images/content-left-corner.jpg) no-repeat;
		position: absolute;
		left: 608px;
		top: 116px;
		width: 13px;
		height: 12px;
		
	}

	#mainBox .content { 
		background: url(images/content-bg1.jpg) bottom right no-repeat;
		width: 611px;
		font-family: Arial,serif;
		font-size: 14px;
		padding-right: 3px;
		padding-left: 3px;

		}

	
/*		#mainBox .content p:first-letter {
			font-size: 18px;
		} */
		
		#mainBox .content h1 {
			font-size: 28px;
			text-decoration: underline;
			color: #5D7091;
			width: 100%;

		}

		#mainBox .content h2 {
			font-size: 18px;
		}

		#mainBox .content h3 {
			font-size: 15px;
		}

		#mainBox .content #left {
			vertical-align: top;
			width: 50%;

		}

		#mainBox .content #right {
			width: 50%;
		}


	#mainBox #footer {
		background: url(images/footer-bg.jpg) repeat-x;
		color: #000;
		font: 11px Verdana;
		line-height: 15px;
		letter-spacing: 2px;
		text-align: center;
		border: #FFFFFF 1px ridge;
	}

	#mainBox #footer a {
		text-decoration: none;
	}

	#mainBox #footer a:hover {
		text-decoration: underline;
	}