body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6f6f6f;
background-image:url(images/body_bg.jpg);
background-position:top;
background-repeat:repeat-x;
padding:50px 50px 50px 50px;
}

#top{
width:800px;
background-image:url(images/top_bg.jpg);
background-position:top;
background-repeat:repeat-x;
height:168px;
position:relative;
}

#selection{
vertical-align:middle;
width:800px;
background-image:url(images/button_bg.jpg);
background-repeat:repeat-y;
background-repeat:repeat-x;
position:relative;
margin:0;
height:50px;
}

#content_top{
width:800px;
background-image:url(images/content_top.jpg);
background-position:top;
background-repeat:repeat-x;
position:relative;
margin:0;
}

#content_body{
width:800px;
background-image:url(images/content_body.jpg);
background-repeat:repeat-y;
position:relative;
margin:0;
}

#footer {
width:800px;
background-image:url(images/footer_bg.jpg);
height:48px;
position:relative;
margin:0;
}

#footer p,a,a:hover {
font-size:8pt;
color:#FFFFFF;
text-align:center;
padding:15px 5px 5px 5px;
position:relative;
margin:0;
}

.content_title{
background-image:url(images/button_bg.jpg);
display:block;
width:100%;
position:relative;
margin:0;
font-size:10pt;
color:#ffffff;
}
.content_title img{
margin-left:50px;
}

.content_text{
font-size:10pt;
color:#000000;
margin:0px 10px 10px 10px;
}

.content_text a{
color:#0000dd;
text-decoration:underline;
font-size:1.0em;
width:50px;
}

.content_text a:hover{
color:#004894;
font-size:1.0em;
font-weight:bold;
text-decoration:none;
background-color:#cfcfcf;
}