/* ben01 - an open source xhtml/css website layout by Benjamin Evans - http://BenjaminEvans.net . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.0
(Oct 28, 2006)

Screen layout: */

.red {color: #FF0000}

body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#047 url(../img/bodybg.png) repeat-x fixed;
color:#222;
}

#thetop{
margin:0;
}

#container{
	width:905px; /* use this to change the width */
	margin:0 auto;
	padding:20px 5px 0 20px;
	background:#fff url(../img/contbg_new_v7.png) no-repeat;
	color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
	float:none;
	text-align:center;
	overflow:auto;
	width: 530px;
}

#logo h1{
margin:50px 5px 1px 5px;
letter-spacing:-3px;
}

#logo h2 {
	font-size: 24px;
	margin:50px 5px 1px 5px;
    letter-spacing:-3px;
}

#logo a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
	width:530px; /* This needs changing for the width as well */
	margin:0 200px;
	float: none;
}

.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 5px 5px 8px;
background:#eee url(../img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

#sidebar_left{
	width:155px;
	float:left;
	margin-top:20px;
	font-size:1em;
	line-height:1.3em;
}

#sidebar_right{
	width:140px;
	float:right;
	margin-top:20px;
	font-size:1em;
	line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(../img/gradient1.png) repeat-x;
color:#000000;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelink:hover,.menuheader{
background:#fff url(../img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#footer{
margin:0 auto 20px auto;
width:930px; /* This needs changing if the width is to change */
background:#fff url(../img/footerbg_v2.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h2,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.2em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h2{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
	clear:both;
	margin:0px 0 0px 0;
	height: 10px;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

.unbulleted {
    list-style-type: none;
 }
/* Original open source design by Benjamin Evans - http://BenjaminEvans.net */
#box {
	border: thin solid #CCCCCC;
    -moz-border-radius-bottomleft: 0.8em;
	-moz-border-radius-bottomright: 0.8em;
	-moz-border-radius-topleft: 0.8em;
	-moz-border-radius-topright: 0.8em;
	padding: 8px;
	text-align: center;
	width: 230px;
}

#middlebox {
	border: thin solid #CCCCCC;
    -moz-border-radius-bottomleft: 0.8em;
	-moz-border-radius-bottomright: 0.8em;
	-moz-border-radius-topleft: 0.8em;
	-moz-border-radius-topright: 0.8em;
	padding: 8px;
	text-align: center;
	width: 230px;
}

#rightbox {
	border: thin solid #CCCCCC;
    -moz-border-radius-bottomleft: 0.8em;
	-moz-border-radius-bottomright: 0.8em;
	-moz-border-radius-topleft: 0.8em;
	-moz-border-radius-topright: 0.8em;
	padding: 8px;
	text-align: center;
	width: 230px;
	float: right;
}

#container #main #WelcomeBox h2 {
	color: #000099;
}

#WelcomeBox {
	background-color: #f5f5f5;
	-moz-border-radius-bottomleft: 0.8em;
	-moz-border-radius-bottomright: 0.8em;
	-moz-border-radius-topleft: 0.8em;
	-moz-border-radius-topright: 0.8em;
	padding: 5px;
}
#latestnewsbox {
	padding: 5px;
	float: right;
	width: 230px;
}
#container #main #latestnewsbox h4 {
	font-weight: bold;
	color: #000099;
}

#container #main #latestnewsbox p {
	color
