body { 
	background-color: #0b5b85;
	background-image:url(../images/background.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.select{
	background:#023A51;color:#F9EDE4;font-weight: bold;
}
#wrapper {
	margin:auto;
	width:960px;
}

#content {background-image:url(../images/layout/bodyback.jpg);
}

h1 {
	color:#0b5b85;
	font-size:1.3em;
	line-height:1.3em;
}
h2 {
	color:#0b5b85;
	font-size:1.1em;
	line-height:1.1em;
}
a {
	color: #364F6F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #364F6F;
	text-decoration: none;
	font-weight: bold;
}

#leftmenu {
	color:#0a537a;
	width:200px;
	margin: 20px;
	display:block;
	text-align:left;
	font-size:1em;
	font-weight:bold;
	line-height:1.5em;
	float:left;
	clear:both;
	height:770px;
}
#leftmenu a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/layout/menubutton.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding:3px 12px;
	height:25px;
	display:block;
}
#leftmenu a:hover {
	color: #d7e5e5;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/layout/menubutton.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding:3px 12px;
	height:25px;
	display:block;
}
#leftmenu a.plainlink { 
	background-image:none;
	color:#859e29;
	margin:0;
	padding:0;
}
#leftmenu a:hover.plainlink  { 
	background-image:none;
	color:#000;
	margin:0;
	padding:0;
}

#right {
	width:600px;;
	float:right;
	margin-right:50px;
}
.caption {
	color:#598aa4;
	font-size:11px;
}
.pad {padding: 0 30px;
}