html {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	line-height: 130%;
}

body {
	border: 0;
	padding: 0;
	margin: 0;
	background: #7D98CB url("img/bodyBg.gif") right top repeat-x;
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

.nocss {
	display: none;
}

.clear {
	height: 1px;
	visibility: hidden;
	line-height: 1%;
	font-size: 1px;
	overflow: hidden;
	clear:both;
}

#bodyBg2 {
	width: 100%;
	height: 100%;
	background: url("img/bodyBg2.gif") repeat-x 50% top;
}

#main {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -390px;
	top: 0;
	width: 769px;
	background: url("img/mainBg.gif") repeat-y;
}

#mainBg2 {
	background: url("img/mainBg2.gif") no-repeat right top;
}

#content {
	margin: 0 10px 0 5px;
	background: url("img/contentBg.gif") no-repeat left top;
	padding: 13px;
}

#header {
	margin: 50px 0 10px 0;
	border-bottom: 1px solid #fff;
}

#right {
	float: right;
	width: 500px;
}

#left {
	width: 200px;
	position: relative;
	margin: 70px 520px 0 0;
}

#left ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left ul.menu li {
	margin: 0;
	padding: 0;
}

#left ul.menu li a {
	display: block;
	border-bottom: 1px solid #DFE5F2;
	color: #182952;
	text-decoration: none;
	font-weight: bold;
	line-height: 160%;
	padding: 0 5px 0 20px;
	background: url("img/liBg.gif") left 6px no-repeat;
}

#left ul.menu li a:hover {
	padding: 0 0px 0 25px;
}



h1 {
	font-size: 20px;
	margin: 1em 0 1em 0;
}

h1 div {
	font-size: 12px;
}

h2 {font-size: 14px;}

p {
	margin: 0 0 1em 0;
}

p.img {
	text-align: center;
}

p.img img {
	display: block;
	margin: 0 auto;
}

p.img .imgDesc {
	margin: 0;
}

.iLeft {
	float: left;
	}

.iRight {
	float: right;
}
