/* @group Common */

/*table, tr, td, form, ul, ol, li {
	margin: 0; padding: 0;
}*/


/* Some general color settings */	

.blue {color: #00498c;}
.lightgray {color: #d1d3d4;}
.grey {color: #bbbdc0;}
.darkgrey {color: #636466}
.lightblak {color: #231f20;}
.black {color: #000}

/* @group Struture */

body {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	background: #3d3d3d url('../images/body.jpg') left top repeat-x;
	font-family: Arial, Helvetica, Sans-serif;
	color: #333333;
	font-size: 0.80em;
	line-height: 1.4em;
}

#background, #top, #bottom {
	width: 1000px;
	margin: 0 auto;
}

#background {
	background: url('../images/container.png') center top repeat-y;
	position: relative;
}

#container {
	padding: 0 50px;
	position: relative;
}

#top {
	background: url('../images/top.png') center top no-repeat;
	height: 28px;
}

#bottom {
	background: url('../images/bottom.png') center bottom no-repeat;
	height: 46px;
}

#main {
	text-align: left;
	margin-top: 20px;
}

#menu {
	width: 200px;
	float: left;
}

#content {
	width: 670px;
	float: right;
	overflow: hidden;
}

#footer {
	font-size: 0.70em;
	height: 30px;
	margin-top: 15px;
	clear: both;
}

/* General link styles */

a, a:link, a:hover, a:active, a:visited {
	color: #00498c;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* General class to hide an element on page */	

.hide {
	display: none;
}

/* General class to clear a float */	

.clear {
	clear: both;
}

/* General header styles */

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #00498c;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

#content h1 {
	margin-bottom: 15px;
	font-size: 2em;
}

#content h2 {
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 4px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top: 0.8em;
}

#content p {
	text-align: justify;
}

.box h2, .box h3, .box h4, .box h5, .box h6,
.floatbox h2, .floatbox h3, .floatbox h4, .floatbox h5, .floatbox h6 {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-top: 5px !important;
}

#content .box, #content .floatbox {
	background-color: #fafafa;
	border: 1px solid #ececec;
	padding: 5px 10px;
	margin-bottom: 1em;
}

#content .floatbox {
	width: 200px;
	float: right;
	margin: 0 0 20px 20px;
}

#nav {
	background: white url('../images/nav-top.gif') left top no-repeat;
	padding-top: 5px;
}

#nav ul {
	list-style-type: none;
	text-align: right;
	margin: 0 0 30px 0;
	padding: 0 10px 5px 0;
	background: white url('../images/nav-bottom.gif') left bottom no-repeat;
}

#nav li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #E5E5E5;
}

#nav li.last {
	border-right: none;
}

#nav a.active {
	font-weight: bold;
}

/* @group Header */

#header {
	background: url('../images/header.gif') 230px top no-repeat;
	height: 75px;
	padding-left: 215px;
}

#logo {
	position: absolute;
	top: -15px;
	left: 50px;
	background: url('../images/logo.gif') center center no-repeat;
	width: 200px;
	height: 75px;
}


#header h1, #header h2 {
	margin: 0;
	padding: 3px 0;
	text-align: left;
}

#subheader {
	height: 100px;
	background: white url('../images/subheader.jpg') center center no-repeat;
}

#aims #subheader {
	background-image: url('../images/subheader-aims.jpg');
}

#rdt #subheader {
	background-image: url('../images/subheader-rdt.jpg');
}

#news #subheader {
	background-image: url('../images/subheader-news.jpg');
}

#member #subheader {
	background-image: url('../images/subheader-members.jpg');
}

/* @group Left Menu */

.menu {
	background: url('../images/menu-top.gif') left top no-repeat;
	padding-top: 5px;
	margin-bottom: 15px;
}

.menu h2 {
	background-color: #ECECEC;
	font-size: 1em;
	margin: 0;
	padding: 0 10px 4px 10px;
}

.menu ul, #members .content {
	padding: 10px 0 10px 30px;
	margin: 0;
	background: url('../images/menu-bottom.gif') left bottom no-repeat;
}

#members .content {
	padding: 10px;
}

#members table {
	width: 100%;
}

.menu a.active {
	font-weight: bold;
}

#menu4 ul {
	overflow: hidden;
}

#menu4 li {
	float: left;
	margin-right: 30px;
}

#menu4 li.first {
	border-left: none;
}

/* @group Content */


#rootline {
	margin-bottom: 15px;
}

/* @group Footer */

#footer {
	border-top: 2px solid #00498c;
	text-align: center;
	color: #636466;
}

#footer p {
	margin: 10px 0 0 0;
}

#toplinks {
	position: absolute;
	top: -28px;
	right: 20px;
	background: url('../images/links.gif') left bottom no-repeat;
	text-align: right;
}

#toplinks ul {
	margin: 0;
	padding: 3px 15px;
	background: url('../images/links-corner.gif') right top no-repeat;
}

#toplinks li {
	list-style-type: none;
	padding: 0;
	display: inline;
}

/* Browse menu */

#browse {
	margin-bottom: 15px;
}

#browse ul {
	margin: 1.5em auto 0 auto !important;
	overflow: hidden;
	height: 1%;
	border: 1px solid #ececec;
	background-color: #fafafa;
	padding: 0.2em 5px 0.2em 5px;
}

#browse li.previous, #browse li.next {
	display: block;
	width: 300px;
	line-height: 1.2em;
}

#browse li.previous {
	float: left;
	padding: 0 0 0 20px;
}

#browse li.next {
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
}


/* Global Layout */

/* Global colors */
