/* General styles */
html, body, form
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 870px;
}

body, div, span, td
{
	font-family: Verdana;
	font-size: 11px;
}

hr
{
	color: #f7edde;
	background-color: #f7edde;
	border: 0;
}

input
{
	font-size: 10px;
	border: 1px solid #e8be84;
}

input.imagebtn
{
	border: 0;
}

input[type=checkbox]
{
	padding: 0;
	margin: 0;
	margin-right: 4px;
	border: 0;
}

input.btn
{
	font-family: Arial;
	font-size: 11px;
	color: #4b2077;
	background-color: #efdbbf;
	padding: 0;
}

input.btn:hover
{
	color: #bc0030;
}

textarea
{
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #e8be84;
}

select
{
	font-size: 10px;
	border: 1px solid #e8be84;
}

a
{
	color: #4b2077;
}

a:hover
{
	color: #bc0030;
}

a img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
	color: #4b2077;
	font-weight: bold;
	margin-top: 0;
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first
{
	margin-top: 0;
}

h1
{
	font-size: 17px;
	margin-bottom: 6px;
}
h2
{
	font-size: 16px;
	margin-bottom: 6px;
}
h3
{
	font-size: 15px;
	margin-bottom: 6px;
}
h4
{
	font-size: 14px;
	margin-bottom: 4px;
}
h5
{
	font-size: 13px;
	margin-bottom: 4px;
}
h6
{
	font-size: 12px;
	margin-bottom: 2px;
}

p
{
	margin: 0;
	margin-bottom: 12px;
}

body, div#header
{
	min-width: 990px;
}

/* Container */
div#container
{
	margin: 0 auto;
	width: 990px;
}

div#container2
{
	top: 0px;
	bottom: 0px;
}

div#container2, div#content, div#navigation, div#components
{
	position: absolute;
	min-height: 300px;
}

div#container, div#container2
{
	min-height: 870px;
}

/* Header */
div#header
{
	height: 150px;
	top: 0px;
	left: 0px;
	right: 0px;
	border-bottom: 2px solid #ead0ac;
	background: #f7edde url(../images/header.jpg);
}

img#header_logo
{
	margin-left: 10px;
	margin-top: 20px;
}

img.header_right_image
{
	position: absolute;
	right: 20px;
	top: 20px;
}

/* Left and right bars */
div#navigation, div#components
{
	width: 207px;
	top: 152px;
	bottom: 0px;
	background-color: #F7EDDE;
}

div#navigation
{
	border-right: 1px solid #EAD0AB;
	left: 0px;
}

div#components
{
	border-left: 1px solid #EAD0AB;
	left: 782px;
}

div#components_content
{
	padding: 10px;
	padding-bottom: 5px;
}

div#navigation_mission
{
	background: #debc8f;
	text-align: center;
	border-bottom: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.forgotpasswordlink
{
	position: absolute;
	top: 50px;
	left: 5px;
}

/* Menu */
div#menu
{
	width: 100%;
	text-align: right;
	margin-top: 20px;
}

div#menu img
{
	vertical-align: middle;
	border: 0;
}

div#menu a
{
	padding-right: 25px;
}

div#menu a.active
{
	color: #bc0030;
}

div#menu a:hover
{
	color: #bc0030;
	font-weight: bold;
	background-image: url(../images/l1_over.png);
	background-repeat: no-repeat;
	background-position: center right;
}

div#menu a
{
	color: #4b2077;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

div#menu li
{
	height: 22px;
}

/* Content */
div#content
{
	width: 547px;
	top: 152px;
	bottom: 25px;
	left: 209px;
	padding: 14px;
	padding-top: 8px;
}

/* Login styles */
div.login
{
	float: left;
	height: auto;
	text-align: right;
	position: absolute;
}

div.login span
{
	display: block;
	margin-bottom: 5px;
}

div.login input.txt
{
	width: 88px;
	position: absolute;
}

div.login label
{
	position: absolute;
	color: rgb(217, 170, 105);
	font-size: 10px;
}

div.login input#login_usn
{
	left: 0px;
	top: 0px;
}

div.login input#login_pwd
{
	left: 95px;
	top: 0px;
}

div.login input#login_li
{
	left: 128px;
	top: 40px;
	position: absolute;
}

div.login label.loginlabel
{
	top: 18px;
	left: 0px;
}

div.login label.passwordlabel
{
	top: 18px;
	left: 98px;
}

div.login span#login_msg
{
	top: 60px;
	position: absolute;
	width: 190px;
	text-align: left;
	color: red;
}

/* Footer */
div#content_footer
{
	position: absolute;
	bottom: 0px;
	left: 220px;
	width: 550px;
	text-align: right;
	border-top: 2px dotted #C1C1C1;
	color: #C1C1C1;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 7pt;
}
