/*@import url(nav.css);*/

body {
   color: #152A75;
   /*text-align:center;*/
   margin:0 auto;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   background-color: #FFF; 
	font-size: 0.8em;
 }

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #63C21E;
color: White;
float: none;
width: 735px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
height: 21px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0em 1.5em;
background-color: #63C21E;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #9BF45B;
height: 20px;
line-height: 20px;
}

#navcontainer ul li a:hover { background-color: #B1E18F; color: #152A75;}

#navcontainer ul li a#current {background-color: #B1E18F; color: #152A75;}


.input {  font-family: Arial, Helvetica, sans-serif; font-size: 11px;  border-width : 2px 1px 1px 2px;  border-color : #808080 #D4D0C8 #D4D0C8 #808080;  background-color: #FFFFFF;    }
 
hr {display:none}
div.hr {display: block;height: 1px;
background: url(../../../../images/common/horizontal_separator.gif) repeat-x center; 
margin-top: 17px;
margin-bottom: 17px;
line-height: 1px;}

h1.blue{
 color: #152A75;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 margin: 0 0 10px 0;
 line-height: 16px;
}

h1.green{
 color: #63C21E;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 margin: 0 0 10px 0;
 line-height: 16px;
}

a {
	color: #152A75;
	font-size: 11px; 
	text-decoration: none;
	line-height: 18px; 
	border-bottom: solid 1px #63C21E;
}

a:hover {	color: #63C21E;}

.greentext {
   color: #63C21E;
	font-size: 11px;
	line-height: 1.5em; 
	font-weight: bold;
}

.bluetexts {
   color: #152A75;
	font-size: 10px;
	line-height: 1.3em; 
}

.bluetext {
	font-size: 85%;
	line-height: 1.3em; 
}

a.bluetext {
	color: #152A75;
	font-size: 11px; 
	text-decoration: none;
	line-height: 14px;
	border-bottom: solid 1px #63C21E;
}

a.bluetext:hover {	color: #63C21E;}

.login {  border: 1px solid #9BF45B; 
margin: 5px 0 5px 0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;  background-color : #63C21E; color : white;  font-weight : bold; }

form {
	margin: 0 0 0 0;
	padding: 0px;
}

.smalltext {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	color: #152A75;	font-size : 11px;	line-height : 14px;}
.error {
	color: #63C21E;
	font-size: 10px;
	line-height: 14px; 
	font-weight: bold;
}