/* Central Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
	background: #020092 url(img/bg.jpg) repeat-x;
}
#container {
	margin: 0 auto;
	width: 881px;
	text-align: left;
	background: url(img/bgmain.jpg) repeat-y;
} 
#header {
	width: 881px;
	height: 98px;
	background: url(img/head.jpg);
}
#leftmenu {
	width: 163px;
	background: url(img/title1.jpg) no-repeat;
	float: left;
}
#contentwrap {
	width: 550px;
	background: url(img/whitetop.jpg) no-repeat;
	float: left;
}
#content {
	margin: 29px 10px 10px 10px;
	text-align: left;
}
#rightmenu {
	width: 168px;
	background: url(img/greytop.jpg) no-repeat;
	float: left;
	text-align: center;
}
#footer {
	clear: both;
	background: #020092 url(img/bottom.jpg) no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 24px;
	margin: 0;
	padding: 0 0 20px 0;
}

/* Form input */
input, textarea, select {
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
input:hover, input:active, select:hover, select:active, textarea:hover, textarea:active {
	background-color: #F5F4EB;
	border: 1px solid #000;
}
.cform label { 
	width: 120px; 
	float: left; 
	text-align: left;
}
.cform label.error {
	float: none;
	color: #f00;
	margin-left: 5px;
	vertical-align: top;
	font-weight: bold;
	background: url(img/fail.gif) no-repeat;
	padding-left: 20px;
	font-size: 12px;
}
.cform input.error, .cform textarea.error {
	background: #F4F4F4;
	border: 2px solid #f00;
}


label.plain {
	text-align: left;
	float: none;
	width: auto;
	margin-right: auto;
}
.jumpright {
	margin-left: 88px;
}
/* Links */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #CD6643;
}
a:hover {
	text-decoration: none;
}

/* General */
.fade {
	font-size: 11px;
	color: #666;
}
.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
li {
	list-style: square;
	margin-top: 9px;
	margin-bottom: 9px;
}
#navaid {
	display: none; 
}
.clear {
	clear:both;
}
.noborder {
	border: 0;
}
.oneborder {
	border 1px;
}
.jump {
	margin-top: 40px;
}
/* Table */
table {
	font-size: 12px;
}
td {
	vertical-align: top;
}
.thead {
	font-weight: bold;
	background-color: #CCCCCC;
}
.table1 {
	background-color: #F4F4F4;
}
.table2 {
}
.tbottom {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Headers */
h1 {
	font-size: 20px;
	color: #314380;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	color: #A66444;
}
h3 {
	font-size: 13px;
}


/* Vertical Menu */
#leftmenu ul {
	margin: 60px 0 0 5px;
	padding-left: 0px;
}
#leftmenu li {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 19px;
	margin-left: 0px;
	padding: 5px;
	background: #FFF;
	color: #333;
}
#leftmenu li.active {
	background: #D0DDEC;
	color: #666;
	cursor: text;
}
#leftmenu a:link, #leftmenu a:visited, #leftmenu a:hover {
	text-decoration: none;
	color: #333;
}
#leftmenu li:hover {
	background: #D0DDEC;
	cursor: pointer;
}
#leftmenu li.active:hover {
	cursor: text;
}
#leftmenu li:hover a {
	color: #000;
	text-decoration: none;
}

/* Rightmenu */

#rightmenu h1, #rightmenu p {
	margin: 10px 15px 20px 8px;
}
#rightmenu h1 {
	border-top: 2px dashed #B0AFAE;
	border-bottom: 2px dashed #969594;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#footer .godown {
	padding-top: 40px;
}
.req {
	font-size: 14px;
	font-weight: bold;
}
#subleft h1 {
	border-top: 2px dashed #FFF;
	border-bottom: 2px dashed #FFF;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFF; 
}
#subleft {
	margin-top: 80px;
	width: 150px;
	margin-left: 9px;
	text-align: center;
}