

body {
	background-color: #999999;
	color: #2D2D2D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/fake_bg.gif);
	background-repeat: repeat-y;
	background-color: White;
	border: 1px solid Black;
}

#main_mg {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	border: 1px solid Black;
}

#wrap {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(/images/wrap2_bg.gif);*/
	background-repeat: repeat-y;
}

#header {
	width: 800px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #99ccff;
	background-image: url(/images/logo4.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid Black;
}

#leftnav {
	border-left: 1px solid Black;
	background-color: #eeeeee;
	width: 198px;
	padding: 10px;
	float: right;
	display: inline;
}

#content {
	text-align: justify;
	background-color: White;
	min-height: 400px;
	width: 560px;
	padding: 10px;
	float: left;
	display: inline;
}

.viplist {
	margin-top: 30px;
	color: #404040;
}

#footer {
	width: 800px;
	height: 55px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #006bc5;
	border-top: 1px solid Black;
}

.footerlinks {
	color: #FFFFFF;
	text-align: left;
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 0px;
}

.footerlinks a {
	padding-right: 13px;
	text-decoration: none;
	color: White;
}

.copyright {
	text-align: right;
	padding-right: 10px;
	color: #ffffff;
	font-size: 10px;
}

.copyright a {
	color: White;
	font-size: 10px;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	color: #007CF2;
	font-weight: bold;
	text-align: left;
}

#top_menu {
	width: 800px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: Black;
}

input {
	border: 1px solid #999999;
}
textarea {
	border: 1px solid #999999;
}

.form_title {
	background-color: #1F3F9A;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/formtop_bg.gif);
}
.form_line {
	background-color: #EEEEEE;
}
.input_200 {
	width: 200px;
}
.form_title2 {
	background-color: #86C879;
	color: #FFFFFF;
}
.form_table {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
}

#full_page {
	width: 100%;
	padding: 10px;
}

#selectbox {
	width: 800px;
	text-align: center;
}

#editing {
	width: 800px;
	text-align: center;
}

