@charset "utf-8";
/* CSS Document */

* { margin: 0px; padding: 0px; }
html, body { font-family: 'Trebuchet MS', Arial; font-size: 11px; color: #181818; }

body {
background-color:#CCCCCC;
}

img {

border:none

}

a {

color:#294676;
font-weight: bold;
}

.imgright {
float: right;
width: 160px;
height: 160px;
padding: 10px;

}




#background {

width: 800px;
margin: auto;
height: auto;
background-image:url(../images/bgcontent.png);
background-repeat:repeat-y;

}

#container {

width: 700px;
height: auto;
margin: auto;
background-color:#FFFFFF;
border: 3px solid white;

}

#header {

width: 700px;
height: 170px;
background-image:url(../images/header.png);

}

#menu {
	width:700px;
	height:auto;
	position:relative;
	margin-left: -3px;
}
#menu ul{
background-color:#8FB649;
	width:700px;
	border: 3px solid #FFFFFF;
	display:block;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;

}
#menu li{
	display:inline;	
}
#menu ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#menu ul a:hover{
	text-decoration:underline;
    color:#FFFFFF;
}

#content{

width: 660px;
padding: 20px;
margin-top: 20px;
height: auto;


}

h1 {

color:#679FD8;
font-size: 18px;

}

h2 {

color:#679FD8;
font-size: 15px;

}

#footer{

height: 100px;
width: 700px;
background-color:#383838;
clear:both;
margin-top: 20px;

}


.footerlist {

width: 108px;
height: 60px;
padding: 20px;
color:#FFFFFF;
margin-left: 20px;
float:left;

}

.footerlist a {

color:#FFFFFF;
text-decoration:none;
}

.footerlist a:hover {

color:#FFFFFF;
text-decoration:underline;
}

#footerimage {

clear: both;
position: relative;
width: 800px;
height: 52px;
background-image:url(../images/footerimage.png);
background-repeat:no-repeat;

}

#leftbar {

width: 100px;
height: 200px;
float: left;
margin-top: 20px;

}

#leftbar a{
color:#679FD8;
text-decoration:none;
font-size: 14px;
margin-top: 5px;
}

#leftbar a:hover{
color:#679FD8;
font-size: 14px;
margin-top: 5px;
text-decoration:underline;
}

#rightbar {
	width: 430px;
	height: auto;
	;
	float: left;
	margin-left: 20px;
	margin-top: 20px;

}
