@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--

link {
    color: #4d4d4d;
}

a:link {
   	color: #4d4d4d;
    text-decoration: none;
}
A:visited {
    color: #4d4d4d;
    text-decoration: none;
}
A:active {
    color: #4d4d4d;
    text-decoration: none
}
A:hover {
    color:#4d4d4d;
    text-decoration: underline;
}

body {
	background: rgb(255,255,255) url(images/back.gif) repeat;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13.5pt;
	color:#4d4d4d;
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
}

div#space{
    margin-top: 10px;
}
div#wrapper {
	width: 942px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#header {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div#banner {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div#main-content {
	padding: 22px;
	padding-top: 32px;

}
div#nav {
	width: 297px;
	float: right;
}
div#footer {
    background: url(images/footer.gif) 0 0 repeat-x; width: 930px;
	padding: 6px;
	margin: 0px;
	height: 30px;
	color: 4d4d4d;
	font-size: 10px;
}

div#footer-left {
    width: 150px;
    float:left;
	text-align: left;
	padding-left: 11px;
}

div#footer-middle {
   	color: #4d4d4d;
	text-align: center;
}

div#footer-right {
    width: 125px;
    float: right;
	text-align: right;
	padding-right: 11px;	
}

div#page-content {
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 5px;
	padding-top: 23px;
}

.page {
    background: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;		
}

.border-top-left {
    background: #ffffff url(./images/tl.gif) repeat-y;
}

.border-top {
	background: #ffffff url(./images/dot.gif) repeat-x;
}

.border-top-right {
	background: #ffffff url(./images/tr.gif) repeat-y;
}

.border-left {
	background: #ffffff url(./images/dot.gif) repeat-y;
}

.border-right {
	background: #ffffff url(./images/dot-shadow-right.gif) repeat-y;
}

.border-bottom-left {
	background: #ffffff url(./images/bl.gif) repeat-y;
}

.border-bottom {
	background: #ffffff url(./images/dot-shadow-bottom.gif) repeat-x
}

.border-bottom-right {
	background: #ffffff url(./images/br.gif) repeat-y;
}


</style>

