@charset "utf-8";
body  {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AAAAAA;
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.main #container/* CSS Document */

 {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	background-color: #fdfad7;
}
.main #leftSide {
	width: 236px;
	float: left;
	padding: 10px;
}
.main #rightSide1 {
	margin-left: 256px;
	padding: 10px;
}
.main #footer {
	height: 40px;
	background-image: url(../images/back_footer.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.main #footer a {
	color: #FFFFFF;
	text-decoration: underline;
}



.clearfloat {
	height: 0px;
	clear: right;
	font-size: 1px;
	line-height: 0px;
}
.main #header {
	height: 280px;
}
.main h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.main h2 {
	color: #274869;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.greybox {
	background-image: url(../images/back_hgrey.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
}
.main #box a {
	text-decoration: underline;
	text-align: right;
	font-size: 12px;
	color: #000000;
}
.center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.main  #list1 li {
	list-style-image: url(../images/check.png);
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
}
.main #list2 li {
	list-style-image: none;
	padding: 0px;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: decimal;
}

.bluebox {
	height: 40px;
	width: 200px;
	background-image: url(../images/back_hblue.png);
	background-repeat: no-repeat;
}
.main #rightSide2 {
	padding: 10px;
}
.input1 {
	width: 80px;
}
.input2 {
	width: 120px;
	font-size: 10px;
}
.input3 {
	width: 40px;
	font-size: 10px;
}
.txtbold {
	font-weight: bold;
}
.input4 {
	width: 230px;
	font-size: 10px;
}
.main textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtsuper {
	vertical-align: super;
}
.txtsub {
	vertical-align: sub;
}
