* {
    padding: 0;
    margin: 0;
} 

body {
    	background: white;
	color: #575757;
	font: 14px/21px Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #CD0000;
	font: 14px/21px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

	background: #fff url('images/botbg.jpg');
	height: 30px;
}


.header {
	height: 150px;
	background: white
}


.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.topnav { 
    background: lightgrey; 
	border-bottom: 1px solid grey; border-top: 1px solid grey;
	padding: 5px;
}
	
.middle {
	float: left;
	width: 76%;
	margin: 0 10px;
	padding: 2% 1%;
	text-align: centre;
}

.right {
	background: lightgrey;
	float: left;
	width: 15%;
	height: 750px;
	/*margin: 0 10px;*/
	padding: 1% 1%;
	
	
}
.right a {
	color: black;
	font: 12px/21px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.right a:hover {
	text-decoration: underline;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: black;
}
.middle ul li {
	list-style: square;
	/*background: url(images/li_circle.png) no-repeat 0 9px;*/
	padding-left: 3px;
	margin:0 25px;

}


.topnav h2 { color: black; font-size: 1em; margin-bottom: 2px; margin-top: 2px;}
.middle h2 { color: darkblue; font-size: 1em; margin-bottom: 10px; margin-top: 0px;}
.right h2 { color: #CD0000; font-size: 10px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
	font-size: 10px;
}


