@import url(typo3.css);
/* orange #fba92c */
html {
	height:100%;
	margin:0;
	padding:0;
	}
body {
	margin: 0;
	height:100%; /* this is the key! */ 
	font-family: arial, sans-serif;
	}
#allWrap {
	height:100%;
	}
/*
*
* pageHead
*
*/
#pageHead {
	height: 147px;
	width: 816px;
	margin: 0 auto;
	background: url(../_media/head.jpg) no-repeat;
	}
/*
*
* HeadMenu
*
*/
#HeadMenu {
	width: 95px;
	text-align: left;
	margin-left: 685px;
	
	padding-top: 20px;
	}
/*ie7 hack */
*+html #HeadMenu {
	margin-left: 710px!important;
}
#HeadMenu ul {
	margin: 0;
	list-style-type: none;
	}
#HeadMenu li {
	background-image: url(../_media/HeadMenuLi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:14px;
	}
#HeadMenu li a,  li a:visited {
	color: #000066;
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
	font-weight: 700;
	line-height: 200%;
	}
/*
*
* pageMenuWrap
*
*/
#pageMenuWrap {
	width: 100%;
	background: url(../_media/menu_bg.gif) repeat-x;
	height: 44px;
	}
/*
*
* pageMenu
*
*/
#pageMenu {
	margin: 0 auto;
	width: 816px;
	height: 44px;
	background:url(../_media/pageMenu_bg.gif) no-repeat;
	}
/*
*
* mainMenu
*
*/
#mainMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
	}
#mainMenu li {
	float: left;
	width: 100px;
	w\idth: 90px;
	line-height: 25px;
	margin: 0 1px;
	}
#mainMenu li a {
	color: #fff;
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	/*width: 100px;
	w\idth: 90px; */
	
	line-height: 25px;
	background-image: url(../_media/pageMenuLi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	padding-left:10px;
	/* width: 99.8%;
	padding-left: 10px; */
	}
#mainMenu li a.active {
	background-image: url(../_media/pageMenuLi_bg_act.gif);
	color:#000066;
	}
/*
*
* subMenu
*
*/
#subMenu {
width: 803px;
	margin: 0;
	padding:0;
	background: url(../_media/subMenuUL_bg.gif) 0 0 no-repeat;
	
	}
#subMenu ul {
	
	
	list-style-type: none;
	margin:0;
	/* padding:0 5px; */
	height:19px 

	
	}
#subMenu li {
	word-wrap:break-word;
	float:left;
	width: auto;
	font-size: 10px;
	line-height: 19px;
	padding-right: 2px;
	}
#subMenu ul li {
	display: inline;
	}
#subMenu a {
	line-height: 19px;
	text-decoration: none;
	color: #000066;
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	padding-right: 5px;
	}
/*
*
* bodyWrap
*
*/
.clean {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	}
.orange,  .important {
	color: #fba92c;
	}
.important {
	font-weight: bolder;
	}
#bodyAllWrap {
	clear:left;
	width: 816px;
	margin: 0 auto;
	height: 100%;
	background: url(../_media/bodyWrap_bg.gif) repeat-y;
	}
#leftTop {
	background-color: #fff;
	}
#leftTop, #leftBottom, #Content {
	font-family: arial;
	}
#leftTop p {
	font-size: 11px;
	}
#leftTop h6{
	font-family: Arial,san-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	padding-right: 10px;
	padding-top: 10px;
}
#leftBottom {
	padding: 5px;
	background-color: #000066;
	height: 100%;
	}
#leftBottom p {
	font-size: 11px;
	}
#leftBottom h1 {
	color: #fff;
	font-size:16px;
	font-weight: 500

	}
#leftBottom h2 {
	color: #fba92c;
	font-size: 12px;
	font-weight: 500;
	}
#Content { background: url(../_media/Content_bg.gif) no-repeat left top;  }
#Content h1 {
	color: black;
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	
	font-weight: normal;
	
	}
#Content p {
	
	font-size: 11px;
	line-height: 16px;
	}
#Content a:link,  a:visited,  a:hover,  a:active {
	color:#000066;
	text-decoration: none;
	}
#Content a:hover {
	text-decoration: underline;
	}
#Content ol li, ul li {
	font-size:11px;
	line-height: 18px;
	}

