@charset "utf-8";
/* CSS Document */

p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; color:#151515; line-height:1.2em; text-align:justify;}
li a{font-family:Arial, Helvetica, sans-serif; font-size:90%; color:#595959; font-weight:bold;}
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%; color:#151515; text-align:center;}

body {
	margin:10px 10%;
	padding:0;
	color:#0000CC;
	background-color: #000000;
	background-image:url(images/background.jpg); background-repeat:repeat;}
}

#content {backgroun-color:#FFFFFF; margin-left:auto; margin-right:auto; width:95%; height:800px; padding-top:15px; overflow:auto; }
#container {
	background:#193244;
	border:1px solid #000;
}
#header {
	border-bottom:1px solid #193244;
	background:#ffffCC;
	height:120px;
	background:url(images/header.jpg);
	background-repeat:repeat-x;
	
}
#left {
	margin-left:-169px;
	float:left;
	width:170px;
	position:relative;
	left:-2px;
	display:inline;/* ie fix*/
	height:800px;
}
#right {
	margin-right:-169px;
	float:right;
	width:170px;
	position:relative;
	right:-2px;/* line up */
	display:inline;
	height:800px;
	padding-top:20px;
}
* html #left{margin-right:-3px;}
* html #right{margin-left:-3px;}

#middle {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background:#FFFFFF;
	margin-left:170px;
	margin-right:170px;
	height:800px;

}
* html #centre{overflow:hidden;float:left;width:100%}
* html #middle {height:1%;}

#footer {
	clear:both;
	border-top:1px solid white;
	border-bottom:1px solid white;
	height:50px;
	background:#193244;
	text-align:center;
}
#footer a:link, #footer a:visited {color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:75%;}

h1,h3,p {margin-top:0}
imgright{float:right;}
.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;	
}
.left{float:left; padding:6px;}
#rightcontent {float:right; padding:6px;}

#navigation ul {margin:0; padding:0; list-style:none;}
#navigation ul a {display:block; margin-left:10px; margin-right:10px; width:150px; height:35px; line-height:35px; text-decoration:none; background:url(images/button.jpg); background-repeat:no-repeat; background-color:#000066; color:#F7F7F7; text-align:center;}
