body {	background-color: #8CC63F;
	background-image: url('images/mainbg.gif');
	background-repeat: repeat-x;		font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}
body, html, form, table, td, tr, div, span {
	margin:0px;
	padding:0px;
}
.container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 700px;
}

/* Top Banner Main Content */
#topbanner {
	position: absolute;
	top: 20px;
	height: 125px;
	width: 700px;
	background-image: url('images/top_banner.gif');
	background-repeat: no-repeat;

}
#contentHolder {
	position: absolute;
	top: 155px;
	height: 530px;
	width: 700px;}
#copyright {
	position: absolute;
	top: 695px;
	text-align: center;
	width: 100%;
	height: 30px;
	z-index: 10
}

/* Body Format */
#menu {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 467px;
	height: 20px;
	background-color: #F0F0F0;
	border: 1px solid #000000;	
}
#bodyleft {
	position: absolute;
	top: 30px;
	left: 1px;
	width: 469px;
	height: 485px;
	background-color: #FFFFFF;
}
#bodyleftbottom {
	position: absolute;
	top: 515px;
	left: 0px;
	width: 470px;
	height: 15px;
	background-image: url('images/bottom_left.gif')
}
#bodyright {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 219px;
	height: 515px;
	background-color: #FFFFFF;
}
#bodyrightbottom {
	position: absolute;
	top: 515px;
	right: 0px;
	width: 220px;
	height: 15px;
	background-image: url('images/bottom_right.gif')
}

/* Body Content */
#menucontent {
	position: absolute;
	left: 10px;
	width: 455px;	
}
#mainbody {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 455px;
}
#welcome {
	text-align: center;
}
#menubody {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 200px;	
}
#iconblock {
	height: 35px;
}


/* Links */A:link {	COLOR: #000099; 
	text-decoration: underline}A:visited {	COLOR: #000099; 
	text-decoration: underline}A:active {	COLOR: #000099; 
	text-decoration: underline}A:hover {	COLOR: #000099; 
	text-decoration: none}
A.footerlink:link {	COLOR: #FFFFFF; 
	text-decoration: underline}A.footerlink:visited {	COLOR: #FFFFFF; 
	text-decoration: underline}A.footerlink:active {	COLOR: #FFFFFF; 
	text-decoration: underline}A.footerlink:hover {	COLOR: #FFFFFF; 
	text-decoration: none}
/* Text */ 
h1 {
	font-size: 13pt;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.footer {
	color: #FFFFFF
}
.emphasis {
	font-size: 14pt;
	font-weight: bold;
}


/* Images */
.icon {
	margin-right: 3px;
}