

body {
	text-align: left;
	min-width: 840px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2pt;
}

#page {
	width: 800px;
}


#static h3 {
  padding-left: 18px;
  padding-top: 5px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #8A7575;
}

#static top-tabs {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #8A7575;
}

.top-tabs {
  background-color: white; 
  color: black;
  line-height: 20px;
  font-size: 12px;
  padding-right: 15px;
  text-align: left;
  float:left; 
}

#bannerhome {
  height: 154px;
  background-color: #f3a549;
  background:url(../images/mainlogo.jpg);
  background-repeat:no-repeat;
}


.leftcolumn {

  width: 600px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-right: 5px;
  background-color:#FFFFFF;
  height: 1%;  /* changed from auto. has fixed for IE7, but ie6 still crocked */
}

.leftcolumn a:link {
	text-decoration:none;
	font-weight: bold;
	color:#26547c;
}



.leftcolumn a:hover {
	text-decoration:underline;
	color:#26547c;
}

.leftcolumnc {
	  width: 600px; 
	  float: left;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  background-color:#FFFFFF;
	  height:auto; 
}


#rightmenu {
	  margin: 0;
	  width: 100px;
	  border-left: 1px solid white;
	  background-image:none;
	  float: left; 
	  padding-top: 15px;	
}

/* IE backslash hack \*/

* html #rightcol {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
	height: 1%;
}


* html #rightmenu {
  margin: 0;
  width: 154px;
  : 1px solid #fff;
  padding-left: 25px;
  float: none;
}

/* End hack */




#rightmenu h3 {
   font-family: Arial, Helvetica, sans-serif;
   color: white;
   background-image: url("../images/h3top.gif");
   padding-top: 2px;
   margin: 0;
   background-color: #ffffff;
   width: 153px;
   height: 27px;
   text-align: left;
   font-size: 11px;

}



#rightmenu h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-image: url("../images/h3bot.gif");
    padding-top: 2px;
    margin: 0;
    background-color: #ffffff;
    width: 153px;
    height: 27px;
    text-align: left;
    font-size: 11px;
}

#rightmenu a {
    	color: white;
	text-decoration:none;

}

#rightmenu a:hover {
    	color: white;
	text-decoration:underline;

}

#rightmenu h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-image: url("../images/h3.gif");
    padding-top: 2px;
    margin: 0;
    background-color: #ffffff;
    width: 153px;
    height: 27px;
    text-align: center;
   font-size: 11px;
}


#rightmenu p {
   padding-left: 5px;
   font-size: 12px;
   color: white;
}

#rightmenu ul {
	margin: 0;
	padding: 0;
        line-height: auto;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	color: white;
}

#rightmenu li {
	display: block;
	background: #fff;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	background-color:#9e2387;
	padding-left: 1px;
    	padding-top: 0px;
} 

#rightmenu li.firstitem {
	border: none;
}

#footer {
	border: none;
  	background-repeat: no-repeat;
  	background-position: bottom;
  	padding: 0 0 0 0;
  	margin: 0 auto;
  	width: 800px;
	height:100px;
  	clear: both;
}
  


input.radio, input.checkbox, input.submit {
	width: auto;
}


input:focus, textarea:focus {
	background: #e7e7e7;
}


.dropdown {
	background: #26547c; 
	color: #ffffff;	
	width: 150px;
}

#bottext {
	font-size: 10px;
	text-align:left;
	width:800px;
}


.subjects {
	background-image: url(../images/menu_bg.jpg);  
	border: 1px solid; 
	border-color: white;
	color: white;
	width: 145px;
	line-height: 20px;
	font-size: 12px;
        padding-left: 5px;
        padding-right: 2px;
	text-align: left;
	vertical-align: top;
}


/* IE backslash hack \*/
* html .subjects {
	background-image: url(../images/menu_bg.jpg);
	border: 1px solid; 
	border-color: white;
	color: white;
	width: 153px;
	line-height: 20px;
	font-size: 12px;
        padding-left: 5px;
        padding-right: 2px;
	text-align: left;
	vertical-align: top;
}
/* End hack */


.subjects a:link{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.subjects a:visited {
	color: white;
	text-decoration: none;
}

.subjects a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}


.top-tabs a:link{
	text-decoration: none;
	font-weight: bold;
}

.top-tabs a:visited {
	text-decoration: none;
}

.top-tabs a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a {
	color:#26547c;
	text-decoration:none;
	font-weight:bold;
}

a:link {
	color:#26547c;
	text-decoration: none;
	font-weight:bold;
}
	
a:hover {
	color:#26547c;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color:#26547c;
}



/* added by AW for login usemenu*/

#usermenu a {  
    height: 15px;
    padding-left: 3px;
    margin: 0; 
    text-decoration: none;
    background-color: #26547c;;
    color: #ffffff;
    clear:right;
    width: 762px;
    font-family : Verdana, Tahoma, sans-serif;
    font-size : 12px; 
    border: thin solid black;
    position: left;
}


#usermenu a:visited,
#usermenu a:link {
    background: #26547c; 
    color: #ffffff; 
  
}
#usermenu a:visited,
#usermenu a:link {
    background: #26547c; 
    color: #ffffff; 
  
}
#usermenu a:hover {
    background-color: #ff6600;
    color:#ffffff;
}

/* end of added by AW for login usemenu*/


