@charset "UTF-8";



body {
	margin: 0px;
	padding: 0px;	
	text-align:center;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(/images/layout/gradient-bg.png);
	background-repeat:repeat-x;
	background-color:#000027;
	background-attachment:fixed;
}

h1 {font-size:large; color:#0d0d8b;}

h2 {font-size:medium; color:#0d0d8b;}

a {color:#0d0d8b;}

a:hover {color:#3e4fe6;}

#position-container {
// this div positions a thin element at the centre of the screen from which the container div steps 400px to the left of.

padding:0px;
margin:0px;
left:50%;
height:100%;
position:absolute;
}

#container {
	vertical-align:top;
width:820px;
	top:20px;
left:-410px;
	position:absolute;
	border: 1px #8b90b2 solid;	
	text-align:left;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	margin-left:auto;
	clear:both;
	overflow:auto;
	z-index:2;
	color:#000033;
}

#topbanner {
	width:820px;
	height:78px;
	background-image:url(/images/layout/topbar.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;

}

.menuarea {
background-image:url(/images/layout/menubar.png);
background-repeat:no-repeat;
background-position:0px 0px;
	width:820px;
	height:32px;
	padding:0px;
	margin:0px;
	clear:both;
	overflow:hidden;
	vertical-align:middle;
}

#maincontent {
	padding:15px;
	padding-left:32px;
	padding-right:15px;
	padding-top:5px;
	background-image:url(/images/layout/mainbody-bg.png);
	background-repeat:repeat-x;
	background-color:#ffffff;	
	vertical-align:top;
	
	
}

#footer {
	height:20px;
	
	margin:0px;
	padding-top:6px;
	padding-bottom:0px;
	padding-left:32px;
	
	font-size:11px;
	
	vertical-align:middle;
	color:#FFFFFF;
	text-align:left;
	overflow:hidden;
	background-image:url(/images/layout/menubar.png);

}

#footer a {color:#ffffff}

#search {

	
}

.searchinput {
	color:#FFFFFF;
	background-color:#6370c1;
	margin:0px;
	margin-top:4px;
	padding:0px;
	border:1px solid #eeeeee;
	padding:2px;
	padding-left:4px;
	padding-bottom:1px;
	text-align:left;
}

.searchbutton {
margin:0px;
margin-top:5px;
margin-right:13px;

}


.clear { 	clear:both; 	height: 0px; 	overflow: hidden; }

.floatright {
float:right;
margin-left:10px;
margin-bottom:10px;

}

.floatleft {
float:left;
margin-right:10px;
margin-bottom:10px;

}

.microtext {
font-size:xx-small;
}

.smalltext {
font-size:x-small;
}

#frontpagenewslist {
margin-top:380px;
color:#ffffff;
margin-right:10px;
margin-left:10px;
}
#frontpagenewslist A {
color:#4400dd;
text-decoration:none;

}
