body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ACC794;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColElsCtr #container {
	width: 735px;
	text-align: left;
	margin-top: 0;
	margin-left: 17px;
	background-image: url(img/bgcenter.jpg);
	background-repeat: repeat-x;
}
#mainContent {
	margin-left: 23px;
	background-image: url(img/bgbody.gif);
	background-repeat: repeat-y;
	width: 700px;

}
.heading {
	height: 130px;
	width: 750px;
	top: 30px;
}
.logo {
	height: 110px;
	width: 220px;
/*	position: fixed; */
	position:absolute;
	top: 10px;
	left: 23px;
}
.addinfo {
	height: 120px;
	width: 460px;
	top: 10px;
/*	position: fixed; */
	position: absolute;
	left: 260px;
}
.addinfo h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #630008;
	color: #630008;
}
.addbox {
	float: left;
	height: 140px;
	width: 200px;
	line-height: 17px;
}
.leftbox {
	float: left;
	width: 200px;
	height: 600px;
	background-image: url(img/logomenu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
.leftbox h1{
	text-align:left;
	font-size:14px;
	margin:4px;
	padding:8px;
}
.rightbox {
	float: left;
	width: 480px;
	margin-left: 10px;
	margin-top: 10px;
}
.rightbox h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
}
.rightbox h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
}

.mainboxes {
	width: 700px;
	background-image: url(img/bgbody.gif);
	background-repeat: repeat-y;
	padding-top: 160px;
}
.menubar {
	height: 40px;
	width: 700px;
	top: 120px;
	left: 23px;
	clear:both;
	background-color: #DEDEDE;
	background-image: url(img/bgmenu.gif);
	background-repeat: repeat-x;
/*	position: fixed; */
	position:absolute;
}
.menubar p {
	margin-left: 10px;
	padding-top: 15px;
	margin-top: 0;
}
.nomargins {
	margin: 0px;
}
.leftbox p {
	margin-top: 15px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
.menubar a:link, .menubar a:visited, .menubar a:active {
	font-weight: normal;
	text-decoration: none;
}
.menubar a:hover {
	background-color: #FFFFFF;
}
.leftbox a:link, .leftbox a:active, .leftbox a:visited {
	font-weight: normal;
}
.rightbox a:link, .rightbox a:active, .rightbox a:visited {
	color: #630008;
}
.addbox a:link, .addbox a:active, .addbox a:visited {
	color: #C59C23;
}
.t2 {
	background-color: #EDDCA6;
	background-image: url(img/table1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.t1 {
	background-color: #FBF8ED;
	background-image: url(img/table2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.rightbox caption {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}
.rightbox p {
	text-align: justify;
	line-height: 20px;
}
label {
	text-align: right;
	display: block;
	float: left;
	width: 70px;
	margin-right: 15px;
}
input, textarea {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FEFEFC;
	background-image: url(img/bgform.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 3px;
}
.submit {
	margin-left: 87px;
	font-weight: bold;
}
#topbox {
	background: #FFF;
	z-index: 10;
/*	position: fixed; */
	position:absolute;
	height: 160px;
	width: 735px;
	top: 0;
	left: 17px;
	font-size:12px;
}
.clear {
	clear: both;
}
.index {
	text-align:left;
}
.index h2 {font-size:14px;margin-left:10px;}
.index li {margin-top:10px;}
