* {
	padding:0;
	border:0;
	margin:0;
}

body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2f577a;
}
body div
{
	text-align:left;
}
h1, h2, h3, h4, h5{
	padding-bottom:5px;
}
p{
	line-height:17px;
	padding-bottom:10px;
}
ul, ol{
	margin:5px 5px 5px 20px;
}
ul{
	list-style:disc;
}
ol{
	list-style:decimal;
}
ul li, ol li{
	margin-left:15px;
}
#topCont
{
	width:100%;
	height:31px;
	background:url(/library/media/gui/topBg.jpg) top left repeat-x;
	color:#FFFFFF;
}
#headCont
{
	width:100%;
	height:175px;
	background:url(/library/media/gui/headBg.jpg) top left repeat-x;
	background-color:#1f4a6b;
}
#headInnerContWrapper{
	width:900px;
	height:156px;
	padding-top:10px;
}
#headInnerContWrapper img{
	float:left;
}
#headInnerCont{
	width:892px;
	height:156px;
	background:url(/library/media/gui/headBgSlice.jpg) top left repeat-x;
	float:left;
	position:relative;
}
#headInnerCont h5{
	position:absolute;
	top:135px;
	left:275px;
	font-size:14px;
}
#navCont
{
	width:100%;
	height:44px;
	border-top:solid 3px #FFFFFF;
	background-color:#717982;
	color:#FFFFFF;
}
#navCont .ic{
	width:942px;
	height:44px;
}

#navCont .navFrame{
	float:left;
	margin-top:-3px;
}
#navInnerCont{
	width:896px;
	height:44px;
	float:left;
}



#bodyInnerContWrapper{
	padding-bottom:10px;
}
#bodyInnerContWrapper img{
	margin:0;
	padding:0;
	display:block;
}
#bodyInnerCont{
	display:block;
	width:882px;
	min-height:530px;
	border-left:solid 2px #FFFFFF;
	border-right:solid 2px #FFFFFF;
	background:#F0F0F0;
	padding:8px;
}
#bodyInnerCont h1{
	font-size:19px;
}
#bodyInnerCont h2{
	font-size:17px;
}
#bodyInnerCont h3{
	font-size:14px;
}
#bodyCont
{
	width:100%;
	display:block;
	background:url(/library/media/gui/bodyBg.jpg) bottom left repeat-x;
	background-color:#717982;
	min-height:580px;
	clear:both;
}

#bodyCont a{
	/*color:#f37648;*/
	color:#c75f38;
	text-decoration:none;
}
#bodyCont a:hover{
	text-decoration:underline;
}
#bodyLeftCont{
	float:left;
	display:block;
	width:750px;
	padding-right:8px;
}

#bodyRightCont{
	float:left;
	display:block;
	width:120px;
}
#footerOuterCont
{
	color:#FFFFFF;
}

#footerOuterCont a{
	color:#FFFFFF;
	text-decoration:none;
}
#footerOuterCont a:hover{
	text-decoration:underline;
}
#footerHeaderCont
{
	width:100%;
	height:31px;
	background:url(/library/media/gui/footerHeaderBg.jpg) top left repeat-x;
}
#footerBodyCont
{
	width:100%;
	display:block;
	min-height:70px;
	background:url(/library/media/gui/footerBodyBg.jpg) bottom left repeat-x;
	background-color:#1f4a6b;
}

.footerHeaderItemList{
	display:block;
	width:100%;
	height:100%;
	padding-top:13px;
}
.footerHeaderItemList li{
	list-style-type:none;
	float:left;
	height:18px;
	display:block;
	width:145px;
	background:url(/library/media/gui/footerNavHeaderCont.jpg) bottom left no-repeat;
	margin:0;
	padding-left:5px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}
.footerBodyItemList{
	display:block;
	width:100%;
	height:100%;
	padding-top:5px;
	margin:0;
}

.footerBodyItemList li{
	list-style-type:none;
	color:#FFFFFF;
	display:block;
	float:left;
	width:145px;
	padding-left:5px;
	margin:0;
}
.footerBodyItemList li li{
	padding-left:0px;
	margin:0;
}
.ic
{
	display:block;
	width:900px;
	height:100%;
	margin-left: auto;
  	margin-right: auto;
}

.rc
{
	float:right;
}

.lc
{
	float:left;
}

