/* CSS layout */
.justify {
	text-align: justify;
}
.noborder {
	border-width: 0;
}
body {
	margin: 0;
	padding: 0;
	margin-top: 1px;
	margin-left: 1px;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 82%;
	color:#484848;
	scrollbar-arrow-color: #3F0;
	scrollbar-3d-light-color : #3CF;
	scrollbar-base-color: #000;
	scrollbar-face-color: #B50B0B;
	scrollbar-dark-shadow-color : #006;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #000;
	}
	
	p {

font-family: Trebuchet, Verdana, Arial, sans-serif;
width: 100%;
}

h1 {

font-family: Trebuchet, Verdana, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #A9296C;
}

h2 {

font-family: Trebuchet, Verdana, Arial, sans-serif;

font-size: 16px;

font-weight: bold;

text-align: left;

color: gold;

border-bottom: 1px solid #C6EC8C;

}

h3 {

font-family: Trebuchet, Verdana, Arial, sans-serif;

font-size: 14px;

text-align: left;

font-weight: bold;

color: #B50B0B;

	
}

h5 {
font-family: Trebuchet, Verdana, Arial, sans-serif;
font-size: 12px;
text-align: center;
font-weight: bold;
color: gray;
border-top: 1px solid #C6EC8C;
}
	
a:link {
color: #B50B0B;
text-decoration: none;
font-weight: normal;
}
a:visited {
color: #9FE03F;
text-decoration: none;
font-weight: normal;
}
a:hover {
color: #febf01;
padding-bottom: 0px;
font-weight: normal;
text-decoration: none;
}
a:active {
color: rgb(255, 0, 102);
text-decoration: none;
font-weight: normal;
}
#masthead {
	height: 143px;
	background-color: black;
	background-image: url('images/125_logo4.jpg');
	background-repeat:no-repeat;
}
#masthead2 {
	height: 143px;
	background-color: white;
}

#top_nav {
background-image: url('images/bottom_edge.jpg');
background-repeat:repeat-x;
background-position: top;
height:25px;
top:143px;
}

#container {
	min-width: 800px;
}

#left_col {
	border-style: none solid none none;
	border-width: 1px;
	border-color: #C0C0C0;
	width: 150px;
	height:auto;
	float: left;
	margin-left: 10px;
	text-align: center;
	background-image: url('images/side_fade.jpg');
}

#right_col {
	width: 140px;
	height:auto;
	float: right;
	margin-right:40px;
	text-align: center;
}

#page_content {
	margin-left: 160px;
	margin-right:210px;
	text-align: left;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url('images/side_fadeR.jpg');
	background-repeat: repeat;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #3e3e3e;
	width: 100%;
	text-align: center;
	color: #808080;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url('images/bottom_edge2.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
