p,ol,ul { 
 font-size: 12px; 
 margin: 10px;
 line-height: 18px;
 padding-left: 8px;
 color: #333333;
 }

h3 { 

 font-size: 16px; 
 /*margin: 10px;*/
 line-height: 18px;
 padding-left: 5px;
 color: #e9f2fc;
 } 
.small
 { 

 font-size: 10px; 
 font-weight: normal;
 padding-left: 10px;
 line-height: 14px;
 color: #e9f2fc;
 }
.small_noindent
 {  
 font-size: 10px; 
 font-weight: normal;
 padding-left: 2px;
 line-height: 14px;
 color: #e9f2fc;
 } 
 .medium
 {  
 font-size: 12px; 
 font-weight: normal;
 line-height: 14px;
 padding-left: 0px;
 color: #e9f2fc;
 }

 .big
 { 
 font-size: 14px; 
 line-height: 14px;
 padding-left: 10px;
 color: #e9f2fc;
 }
.news
 { 
 font-size: 10px; 
 line-height: 10px;
 padding-left: 5px;
 color: #464C64;
 } 
td {  
 font-size: 12px;
 color: #e9f2fc;
 }
a:link {
 color: #333333;
 font-weight: bold; 
 text-decoration: none;
 }
a:visited {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
 }
a:active {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
 }
a:hover {
 color:#7C8AA4;
 font-weight: bold;
 text-decoration: overline;
 }
input, textarea, select {
 background-color: #eeeeee;
 font-size: 10px;
 color: #333;
 padding: 0px; 
} 

input.button {
 background-color: #ccc;
 border-style: outset;
 border-color: #999;
 border-width: 2px;
} 

.copyright
 { 

 font-size: 10px; 
 font-weight: normal;
 line-height: 10px;
 padding-left: 5px;
 color: #354463;
 }

.darkblue
{
background-color: #354463;
}

.lightblue
{
background-color:#5f7797;
}

.blue
{
background-color: #5F7797;
}

.grey
{
background-color: #BFC4CB;
}

.altgrey
{
background-color: #A7AEB8;
}

.altaltgrey
{
background-color: #9CA4B1;
}

.darkblue
{
background-color: #2d3851;
}

.altdarkblue
{
background-color: #2A344F;
}

.white
{
background-color: #ffffff;
}

.otherblue
{
background-color: #7C8AA4;
}

specialfont
{
color: #333333;
}

body
{
font-family: verdana, arial, "ms sans serif", sans-serif;
background-color: #2d3851;
}

/*NEW*/

#container{
	position:relative;
	width:95%;
	margin:auto auto;
	background:white;
	border:groove;
}

#banner{
	position:relative;
	margin : 2px;
	padding-top:70px;
	margin-bottom:0;
}

#above{
	width:100%;
	max-height:50px;
	position:absolute;
	top:0;
	/*background-color:#464c64;*/
}

#content{
	background-color:#bfc4cb;
	border:solid 1px;
	width:99.5%;
	margin:auto auto;
	margin-bottom:3px;
}

#page_container{
	width:70%;
	min-height:300px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:30%;
	float:right;
}

#news{
	background-color:#2d3851;
	width:25%;
	float:left;
	position:absolute;
	margin:10px;
	overflow:auto;
	max-height:200px;
	max-width:230px;
	border : groove #e9f2fc;
}

#news .thead{
	background-color:#7c8aa4;
	width:100%;
	border : solid 1px #e9f2fc;
}

#about_us_box{
	max-width: 30%;
	position:absolute;
	top:330px;
}

#about_us_box .text{
	font-size: 10px; 
	font-weight: normal;
	padding-left: 10px;
	line-height: 14px;
}

#clear{
	clear:both;
	background-color:#5F7797;
}

.float_left{
position:relative;
float:left;
}

.float_left{
position:relative;
float:right;
text-align:"right";
}

.navbar{
	border: solid 1px #000;
	margin:0;
}
/* END OF NEW */

