body {
	background-color: #ffffff;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;	
	border-top : 2px solid #1e90ff;
	border-left: 4px solid #1e90ff;
	border-right: 4px solid #1e90ff;
	margin : 0px;
	padding : 0px;
	width: 940px;
}

#header {
	border-bottom: 20px solid #99ccff;
	height : 120px;
}

#header .strapline {
    font :2em Verdana;
	color : #1E90FF;
	background-color : transparent;
	float : left;
	margin-left : 20%;
	margin-top : 55px;
}

#header .logo {
	float : left;
	margin-left : 5px;
	margin-top : 5px;
}

#nav {
	position : absolute;
	margin : 0;
	border-top : 2px solid #99ccff;
	top : 143px;
	left : 0px;
	width : 180px;
}

#nav ul {
	list-style : none;
	margin-top : 0px;
	margin-left : 4px;
	padding-left : 0px;
	border-left : 1px solid #000000;
	border-bottom : 1px solid #000000;
}

#nav ul a:link, #nav ul a:visited {
	background-color : #99CCFF;
	color : #0000ff;
}

#nav li a {
	text-decoration : none;
	display : block;
	margin : 0px;
	padding : 5px 5px 5px 5px;
	border : 2px solid;
	height : 40px;
	border-right-color : #000000;
	border-bottom-color : #000000;
	border-right-color: #cccccc;
	border-top-color: #cccccc;
}

#nav li a:hover {
	text-decoration : none;
	background-color : #e4e4e4;
	color : #ff0000;
	border : 2px solid;
	border-left-color : #99ccff;
	border-bottom-color : #99ccff;
	border-right-color: #9999cc;
	border-top-color: #9999cc;	
}

table.news {
   border: dashed 2px;
	border-bottom-color:#000000;
	position: absolute;
	left: 200px;
	font-size: 0.9em;
}

table.news a:link, table.news a:visited {
   text-decoration: none;
}

table.news li {
    margin-bottom: 6px;
}


#content {
	margin-left : 200px;
	margin-right : 20px;
	padding-left : 2px;
}

h1 {
	font:  Arial, Helvetica, sans-serif;
	color : Blue;
	text-align : center;
}

h2 {
	color : #0099ff;
}

h3 {
   color: #006600;
}

#foot {
	width : 100%; /*
	position : absolute;
	bottom : 0px; */
	font-size : 0.7em;
	border-top : 1px dotted #b2bcc6;
	padding-top : 5px;
	padding-bottom : 10px;
}