/*CSS DOCUMENT   */
body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/bodybg.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: white;
}
h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #003366;
}
p {
	margin: 0;
	padding: 6px;
}
a {
	color: #306192;
}
label {
	padding: 0;
	margin: 0 20px 0 6px;
	width: 150px;
	float: left;
	clear: left;
	text-align: left;
	display: block;
	font-weight: normal;
	line-height: 1.8em;
}
input {
	color: #000033;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	color: #000033;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	color: #000033;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
	width: 425px;
	border: none;
}
table tr {
	padding: 0;
	margin: 0;
}
table tr td {
	text-align: left;
	margin: 0;
	padding: 0 0 12px 0;
	border: none;
	width: 300px;
}
table tr td b{
	font-weight: normal;
}
#midLeftSection img {
	border: 2px solid #306192;
	margin: 0;
}
#midLeftSection h2 {
	margin: 10px 0;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	color: #306192;
	border-bottom: 4px solid #C6D9EC;
}
#midSection h3 {
	margin: 0;
	padding: 6px;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: normal;
	color: #003366;
}
/***********************************************************
FOR PAGE
************************************************************/
#page {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 800px;
	height: 1050px;
	background-color: white;
	background-image: url(../images/wrapperbg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
}
/***********************************************************
FOR HEADER
************************************************************/
#header {
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 195px;
	background-image: url(../images/headerbg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #6699CC;
}
/***********************************************************
FOR MAIN MENU
************************************************************/
#navbar {
	position: absolute;
	top: 195px;
	left: 10px;
	width: 796px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-color: white;
	border-left: 4px solid white;
	z-index: 1;
}
/*each menu item*/
#navbar li {
	float: left;
	position: relative;
	list-style-type: none;
	width: 131px;
	height: 25px;
	background-image: url(../images/navbg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #6699DD;
	text-indent: 0px;
	text-align: center;
	margin: 0px;
	border-right: 1px solid white;
}
/*each main menu link*/
#navbar li a {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	width: 100%;
	height: 20px;
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#navbar li a:hover {
	background-color: #FF9900;
	color: white;
}
/*the entire submenu*/
#navbar li ul {
	position: absolute;
	top: 25px;
	left: 0;
	display: none;
	margin: 0px;
	padding: 0px;
}
/*each submenu item*/
#navbar li ul li {
	padding: 0px;
	margin: 0px;
	width: 131px;
	height: 25px;
	float: none;
	list-style-type: none;
	text-indent: 4px;
	text-align: left;
	border: none;
	background-image: none;
	background-color: #6699DD;
}
/*each sub menu link*/
#navbar li ul li a {
	width: 100%;
	height: 20px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#navbar li ul li a:hover {
	color: white;
	background-color: #FF9900;
}
/***********************************************************
FOR MID CONTENT
************************************************************/
#midSection {
	position: absolute;
	top: 220px;
	left: 10px;
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: white;
	z-index: 0;
}
#midLeftSection {
	position: absolute;
	top: 5px;
	left: 6px;
	width: 530px;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}
#midTopRightSection {
	position: absolute;
	top: 22px;
	left: 568px;
	width: 225px;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}
#midBottomRightSection {
	position: absolute;
	top: 440px;
	left: 568px;
	width: 223px;
	height: 250px;
	margin: 0;
	padding: 0;
	border: 1px solid #666666;
}
/***********************************************************
FOR FOOTER
************************************************************/
#footer {
	position: absolute;
	top: 1000px;
	left: 10px;
	width: 800px;
	height: 50px;
	background-color: #306192;
}
/***********************************************************
CLASSES
************************************************************/
.noBorder {
	border: none !important;
}
.imgRight {
	float: right;
	margin: 6px 6px 10px 8px !important;
	border: none !important;
}
.redText {
	color: red !important;
}
.subButton {
	margin: 0;
	background-color: #306192;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.endOfLabel {
	position: relative;
	top: 3px;
	left: 5px;
	padding: 6px;
	margin: 0;
	font-size: 10px;
	vertical-align: top;
}
.smallText {
	font-size: 10px;
}