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

body {
background: url(images/bg.jpg) #b2b2b2 repeat-x;
margin: 0px 0px;
}

p, h5 {
margin: 0px 0px;
font-family:tahoma, Arial, Helvetica, sans-serif;
color:#676767;
}

h5 {
font-size: 13px;
}
/*Layout*/

#shadow {
width: 803px;
background: url(images/shadow.png) repeat-y;
margin: 0px auto;
}

#shadow_footer {
width: 803px;
height: 22px;
background: url(images/shadow_footer.png) no-repeat;
margin: 0px auto;
}

#container {
background: #FFFFFF;
font-size: 9px;
padding: 0px 15px;
width: 745px;
margin-left: 10px;
}

#top_links {
padding-top: 20px;
text-align: right;
margin-bottom: 15px;
}

#lg {
margin-bottom: 5px;
}

#links {
position: absolute;
margin: 25px 0px 0px 572px;
}

#left_pane {
width: 212px;
}

#left_pane2 {
width: 210px;
margin-top: 305px;
line-height: 13px;
position: absolute;
}

#left_pane2 p {
font-size: 11px;
}

#middle_pane {
text-align: justify;
font-size: 11px;
width: 348px;
float: right;
}

#right_pane {
float: right;
width: 183px;
}

#footer {
padding: 10px 0px 20px;
font-size: 11px;
}

#left_links {
width: 212px;
position: absolute;
margin-top: 260px;
line-height: 13px;
}

#left_links p {
font-size: 11px;
}

#logo {
	position: absolute;
	margin: 13px 0px 0px 23px;
}

/*Styles*/

.fright {
float: right;
}

.border {
padding-bottom: 4px;
}

.linehigh {
line-height: 18px;
}

/*Links*/

a:link, a:visited { color: #676767; text-decoration: underline; }
a:hover, a:active { color: #0066CC; text-decoration: none; }
