body {
padding : 0;
margin : 0;
font : 0.8em Arial, Helvetica, sans-serif;
line-height : 1.5em;
background : #fff url(images/background.jpg) repeat-x;/*#393939;*/
color : #000;
}

h1 {
font : bold 1.8em Arial, Sans-Serif;
padding : 8px 0 4px 0;
margin : 0;
letter-spacing : -1px;
color:#052C5D;
}

h2 {
font : 1.8em Arial, Sans-Serif;
letter-spacing : -1px;
padding-top:5px;
}

h3 {
padding : 4px 0;
margin : 0;
}

p {
margin : 5px 0;
}

a {
color : #064DCF;
background : inherit;
text-decoration : none;
}

a:hover {
color : #064DCF;
background : inherit;
text-decoration : underline;
}


ul {
margin : 0;
padding : 0;
list-style : none;
}

hr {
height : 1px;
border-style : none;
color : #000;
background-color : #c0c0c0;
margin : 10px 0;
}

ol {
padding : 0;
margin : 0;
}

#layout {
width : 1024px;
float:left;
margin:0;
z-index:100;
}

#top {
background : #F5FBFF url(images/banner.jpg) no-repeat left top;
height : 120px;
padding-left:10px;
}
#top h1 {
/*margin-top:85px;*/
padding-top:90px;
}
#top a:hover {
text-decoration : none;
}

#menu {
float : right;
height : 27px;
margin-top:90px;
margin-right:10px;
padding-top:3px;
padding-right:5px;
background:#CEE3FD;
}
#menu a {
color : #000;
background : inherit;
text-decoration : none;
padding-left : 10px;
line-height : 23px;
font-weight : bold;
}
#menu a span {
padding-right : 10px;
}
#menu a, #menu a span {
display : block;
float : left;
}
#menu a:hover, #menu .current {
color : #fff;
background : #589CF0 url(images/tabl.gif) no-repeat left top;
padding-left : 10px;
height : 23px;
}
#menu a:hover span, #menu .current span {
background : url(images/tabr.gif) no-repeat right top;
padding-right : 10px;
height : 23px;
cursor : pointer;
}
#menu ul {
list-style : none;
padding : 0;
margin : 0;
}
#menu li {
float : left;
margin : 0 0 0 5px;
}
#main {
width : 1000px;
margin : 0;
padding : 0;
}
.right_side {
float : right;
width : 202px;
background : inherit;
overflow : hidden;
margin-top:20px;
}

.right_side p {
padding : 0 0 5px 5px;
}

.right_side ul {
padding : 3px 0 12px 5px;
}

.right_side li {
line-height : 18px;
background : inherit;
list-style : square;
padding-left : 0px;
margin-left : 17px;
color : #000;
}

.right_side a {
background : inherit;
text-decoration : none;
}

.right_side a:hover {
text-decoration : underline;
}

.right_side h3 {
color : #000;
font : bold 1.2em Arial, Sans-Serif;
background : url(images/rmenuhead.gif) no-repeat top;
width : 202px;
height : 30px;
padding-top : 7px;
text-indent : 10px;
}

#left_side {
width : 768px;
background : inherit;
margin-top:30px;;
margin-bottom : 10px;
margin-left:20px;
}

#left_side p {
color : #000;
padding : 0;
text-align:left;
padding-right:10px;
}


.table_content {
	color:#000000;
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:15px;
	margin-bottom:20px;
	padding-bottom:30px;
	/*width:650px;
	height:473px;*/
	z-index:100;
	}
	
.table_content p{
	margin-right:10px;
	}

/******************************************************************/
/*	Table styles
/******************************************************************/
table.tab_style{
	font-size:1.0em;
}
table.tab_style th {
	font-size:1.0em;
}
table.tab_style td {
	font-size:1.0em;
	padding-left:15px;
	padding-right:5px;
}
/**********************************************************/	
/* Form starts here
/**********************************************************/	
.login_box{
	position:relative;
	left: 100px;
	top:20px;
	border:none;
	z-index:1000;
	width: 360px;
	padding-bottom:25px;
	}
form#login {  					
	width:400px;
	margin-top:10px;
	margin-left:100px;
	padding:10px;	
	}	
form#login .login_form {
	border:solid #0000CC 1px;
	margin-bottom:10px;
	padding:10px;			
	}
.error_msg{
	font-size: 1.0em;
	color: #FF0000;
	margin-top:5px;
	margin-left: 85px;
	display:none;
  }

.error {
	font-size: 1.0em;
	color: #FF0000;
	margin-top:5px;
	margin-left: 85px;
  }
  
form#login label { 
	float: left;
	width: 80px;
	font-weight: bold;
	color:#000;
	margin-left:50px;
	}
form#login fieldset legend {
	font-size:1.4em;		
    color:#000;             
	/*font-weight:bold;*/
	background-color:#fff; 	
	}
	

.input_field, .but_submit, .but_reset{
	background-color:#EDF5FF;
	}
	
.input_field{
	width: 180px;
	padding:2px;
	margin-bottom: 5px;
	border:#000 solid 1px;
}

.but_submit, .but_reset{
	width:92px;
	}
	
.but_submit {
	margin:5px 0 0 0px;
	}
		
.but_reset {
	margin-left:0px;		
	}



form#login br {
	clear:left;				
	}

#footer {
clear : both;
width : 1000px;
margin : 0 0 6em 0;
padding-top : 5px;
color : #000;
border-top : 1px solid #444;
background : inherit;
}

#footer .right {
float : right;
}

#footer a {
text-decoration : none;
background : inherit;
}

#footer a:hover {
text-decoration : underline;
}

/******************************************************************/
/*	clear div
/******************************************************************/
.cleardiv {		
	clear:both;
	height:1%;
	}
