body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	background-color: #3f3e3e;
	margin: 0px;
}

p, ul, h2, ol, h3 {
margin: 0px 45px 20px 45px;
}

a:link {
	color:#003399;
	text-decoration:none;
	}
	
a:visited {
	color:#003399;
	text-decoration:none;
	}
	
li {
	text-indent: 0px;
	}

.topBar {
	background-image:url(images/bk_top.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:30px;
	}
	
.btmBar {
	background-image:url(images/bk_btm.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:50px;
	}
	
.footer {
	color:#FFFFFF;
	font-size: 10px;
	vertical-align:bottom;	
	}
	
.footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.footer a:visited {
	color:#FFFFFF;	
	text-decoration:underline;

	}
	
.leftBar {
	background-image:url(images/bk_left.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#4b758f;
	}
	
.rightBar {
	background-image:url(images/bk_right.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#4b758f;
	}
h2 {
	font-size:1.5em;
	font-weight:bold;
	}
h3 {
	font-size:1.2em;
	font-weight:bold;
	}