/* CSS */
body {
	font-family:Arial, Helvetica, Gill Sans, Sans-serif; 
	/*Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	color: #0052a5;
	background:#ADBDDE;
}

html, body {
	margin: 0;
	padding: 0;
}

#page-container {
	width: 800px;
	margin: auto;
	margin-top:20px;
	margin-bottom:20px;
	border:double;
	border-color:#333399;
	background: #ffffcc;
}

#access_optionPanel{
background-color:#FFFFCC;
height: 40px;
font-size: 16px;
	color: #333399;
}

#main-nav {
	background:#CCCCCC;
	height: 40px;
	font-size:16px
} 

#main-nav { padding-left: 11px; } 

#main-nav dl { margin: 0; padding: 0; }

#main-nav dt { 
	float: left; 
	width:95px;
	background-color:#FFFFCC;
	text-align:center;
	padding:inherit;
	border:double;
	display:block;
}

#main-nav dt#about { }
#main-nav dt#history  { }
#main-nav dt#services  { }
#main-nav dt#news { }
#main-nav dt#strategic { }
#main-nav dt#sitemap { }

/*to be used at later*/
/*
#about {
	background:#FF00CC;
	width:50px;
	text-align:center;
	font-size:14px;
	background-repeat:repeat-x;	
}*/
/*body.about*/
 
 #header {
	height: 155px;
	background: #ffffcc
	            url(../images/headers/logo.jpg);
	background-repeat:no-repeat;
}

#rightPanel {
	float: right;
	width: 280px;
	line-height: 18px;
	background: #ffffcc;
	font-size:16px;
}

#rightPanel .padding {
	padding: 25px;
}

#content {
	margin-right: 280px;
	line-height: 18px;
	background: #ffffcc;
	font-size:16px;
}

#content .padding {
	padding: 25px;
}

#footer {
	clear: both;
	background:#333399;
	height: 66px;
	font-family: Arial, Helvetica, Gill Sans, Sans-serif;;
	font-size: 12px;
	color: #FFFFFF;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 57px;
	padding-right: 31px;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 31px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.buttonscontainer {
	background:green;
	width: 200px;
}

.buttons a {color: ;
	background-color: #ffffc6;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid ;
	font: 13px Arial, sans-serif;
	color:#0052a5;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {background-color:#ADBDDE ;
	color: ;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #0066CC;
}

a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}

a:active {
	text-decoration: none;
	color: #00FF00;
}

.hidden {
	display: none;
}

.button{
background-color:#ffffff;
border:1px dotted #808080;

}

.bluetxt{
color:#0052a5;}


.ctr{
text-align:center;}
</style>


