* {
margin:0px;
padding:0px;
border:none;
border-width:0px;
border-color:#000000;
}

body {
	background-color:#deddd9;
}

zbody {
	background-color:#000000;
	color: #CCCCCC;
	background-image: url(images/bg0.gif);
	background-repeat: repeat;
}

#topline {
	height: 27px;
	width: 100%;
	background-color:#000000;
	overflow: visible;
}

#toplinecontent {
	margin: 0 auto;
	width: 1000px;
	height: 27px;
	//background-image: url(images/logo.png);
	//background-repeat: no-repeat;
	//background-position: 0px 3px;
	//background-size: 155px 33px; 
	overflow: visible;
	
}

#ztopbackimage {
	margin: 0 auto;
	height: 661px;
	width: 100%;
	background-image: url(images/backimg0.jpg);
	background-repeat: repeat-x;
}

#topbackimage {
	width: 100%;
	height: 661px;
	//position: fixed;
	//left: 50%;
	//top: 27px; 
	//margin-left: -960px;
	margin-top: 0px;
	background-image: url(images/a_backimg0.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	//overflow: hidden;
	min-width: 1000px;
}

#mainbody {
	height: 100%;
	width: 100%;
}

#mainframespacer {
	margin: 0px auto;
	width: 1000px;
	height: 255px;
}

#mainframeborder {
	background-color:#1d1d1f;
	margin: 0px auto;
	width: 1002px;
	height: 1000px;
}

#menuback {
	margin: 0 auto;
	height: 50px;
	width: 1000px;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
}

#menuside {
	margin: 0 auto;
	height: 50px;	
	width: 1002px;
	background-image: url(images/menuside.gif);
	background-repeat: repeat-x;
}


#mainframe {
	margin: 0px auto;
	width: 1000px;
	height: 1000px;
	//background-image: url(images/bg2.gif);
	//background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#38362c;
}

#flashcontent {
	background-color:#1d1d1f;
	margin: 0px auto;
	width: 760px;
	height: 100px;
}

#content0 {
	margin: 10px 10px;
	width: 100%;
	height: 100%;
	float: left;
	//background-image: url(images/bg2d.gif);
	//background-repeat: repeat;
}

#quicklinks {
	margin: 0px auto;
	width: 288px;
	height: 100%;
	float: left;
	background-image: url(images/bg2d.gif);
	background-repeat: repeat;
}

#qldev {
	margin: 0 auto;
	height: 178px;	
	width: 100%;
	background-image: url(images/img_dev.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#qltext {
	margin: 0 auto;
	height: 100%;	
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c7c7c7;
	position: relative;
	top: 145px;
	left: 25px;
}

#bottomlineback {
	margin: 0 auto;
	height: 96px;
	width: 100%;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#copyright {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

#vspacer20 {
	margin: 0 auto;
	width: 100%;
	height: 20px;
}

#vspacer15 {
	margin: 0 auto;
	width: 100%;
	height: 15px;
}

#vspacer5 {
	margin: 0 auto;
	width: 100%;
	height: 5px;
}


ul#bottomnavigation {
	text-align: center;
	list-style:none;
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: auto auto;
}
ul#bottomnavigation li {
	display: inline-block; 
	padding:0 10px;
}

a {
	//color: #5b5b5b;
	color: #808080;
	text-decoration:none;
}

ul#bottomnavigation li a:hover {
	color: #b0b0b0;
	text-decoration:underline;
}

#dot {
	border: 1px solid #5b5b5b;
	display: inline-block;
	height: 0px;
	margin: 4px 0px;
}

#newswrapper {
	width: auto;
	margin: 10px 10px;
}
#newswrapper_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#C7C7C7;
	width: auto;
	float: left;
}
#newswrapper_date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#46433e;
	width: auto;
	float: right;
}
#newswrapper_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	width: 100%;
	text-align:justify;
	clear: both;
	//margin-bottom: 10px;
}
