@charset "utf-8";
html,body {
	height:100%;
}
li,ul {
	margin:0px;
	padding:0px;
}
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,p {
	margin:0px;
	padding:0px;
}
.textjustify {
	text-align: justify;
}
.textbody {
	text-indent: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: justify;
}
body {
	background-color: #606060;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
}
#MainBG {
	position:absolute;
	width:100%;
	z-index:1;
	background-image: url(images/mainbg.gif);
}
#MotherofAllDIVs {
	position:absolute;
	z-index:1;
	left: 50%;
	top: 0px;
}
#PageBG {
	position:absolute;
	width:980px;
	z-index:1;
	left: -490px;
	background-image: url(images/pagebg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#PageHeaderBG {
	position:absolute;
	width:980px;
	z-index:2;
	left: -490px;
	background-image: url(images/pageheaderbg.gif);
	background-repeat: repeat-y;
	height:376px;
}
#PageDividerBG {
	position:absolute;
	width:980px;
	z-index:3;
	left: -490px;
	top: 373px;
}
#Header {
	position:absolute;
	width:970px;
	height:196px;
	z-index:3;
	left: -485px;
	background-color: #D7EDED;
	background-image: url(images/titleareabg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Slogan {
	position:absolute;
	z-index:4;
	left: -61px;
	top: 82px;
}
#Menu {
	position:absolute;
	z-index:5;
	left: -161px;
}
#Logo {
	position:absolute;
	z-index:6;
	left: -462px;
	top: 11px;
}
#Title {
	position:absolute;
	z-index:7;
	left: -467px;
	top: 159px;
}
#BodyArea {
	position:absolute;
	width:915px;
	z-index:8;
	left: -485px;
	top: 196px;
	background-color: #d7eded;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 20px;
}
#Footer {
	position:absolute;
	width:970px;
	z-index:2;
	left: 0px;
	margin-top: 10px;
	background-image: url(images/footerdivider.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}
#Footer H5 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#Footer H6 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#Footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#Footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#Radix {
	position:absolute;
	z-index:2;
	left: 855px;
	top: 13px;
	padding-bottom:5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #232727;
}
h1 {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #e6b81a;
	font-size: 14px;
	line-height: 30px;
	text-indent: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
}
li {
	margin-top: 7px;
	margin-bottom: 8px;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
ul {
	margin-left: 30px;
	margin-top: 8px;
	margin-bottom: 7px;
}

