@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5280B1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

p {
line-height:21px;
}

a {
color:#FFFFFF
}

a:hover {
color:#F8FCEB;
}

#wrapper {
	width:950px;
	margin:auto;
}

#menu {
	width:180px;
	float:left;
	background:#deefba;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

#menu a{
display:block;
font-size:12px;
margin-top:3px;
margin-bottom:3px;
text-align:left;
background:url(../images/off.gif);
height:24px;
line-height:24px;
vertical-align:middle;
padding-left:10px;
color:#133050;
font-weight:bold;
text-decoration:none;
}


#menu a:hover{
display:block;
font-size:12px;
margin-top:3px;
margin-bottom:3px;
text-align:left;
background:url(../images/on.gif);
height:24px;
line-height:24px;
vertical-align:middle;
padding-left:10px;
color:#133050;
font-weight:bold;
text-decoration:none;
}


#contentwrapper {
	display:block;
	overflow:hidden;
	margin-top:5px;
}

#title {
	display:block;
	overflow:hidden;
	vertical-align:middle;
	line-height:40px;
	height:40px;
	padding-left:10px;
}

h1 {
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}
	
	h3 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	}

.smalltext {
font-size:10px;
}

.gb {
text-align:left;
}


.blue {
	background:url(../images/titles/blue.jpg) repeat-x;
	}
.green {
	background:url(../images/titles/green.gif) repeat-x;
	}
.red {
	background:url(../images/titles/red.gif) repeat-x;
	}
.purple {
	background:url(../images/titles/purple.gif) repeat-x;
	}
.yellow {
	background:url(../images/titles/yellow.gif) repeat-x;
	}
.darkblue {
	background:url(../images/titles/darkblue.gif) repeat-x;
	}
.orange {
	background:url(../images/titles/orange.gif) repeat-x;
	}
.darkgreen {
	background:url(../images/titles/darkgreen.gif) repeat-x;
	}
.gray {
	background:url(../images/titles/gray.gif) repeat-x;
	}
.palepurple {
	background:url(../images/titles/palepurple.gif) repeat-x;
}

#content {
	display:block;
	overflow:hidden;
	font-size:14px;
	color:#FFFFFF;
	padding:10px;
}

#adverts {
	display:block;
	overflow:hidden;
	font-size:10px;
	color:#FFFFFF;
	padding:10px;
}

#footer {
	display:block;
	overflow:hidden;
	font-size:12px;
	color:#FFFFFF;
	padding:10px;
	border-top:#C5E2F3 1px solid;
	background:#143352;
}

#baseline {
	display:block;
	overflow:hidden;
	font-size:12px;
	color:#FFFFFF;
	padding:6px;
	text-align:right;
}

.clear {
clear:both;
}