/* CSS layout */
.greyrow {
	background-color: #F0F0F0;
}
.tablestyle1 {
	border-right: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	border-left-style: solid;
	border-top-color: #cc9900;
	border-left-color: #cc9900;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	padding:2px;
	background-color: #F5F5F5;
	text-align: center;
	margin-left:3px;
	margin-right:3px;
	width:84%
}
.tablestyle2 {
	border-right: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	border-left-style: solid;
	border-top-color: #cc9900;
	border-left-color: #cc9900;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	padding:10px;
	background-color: #F5F5F5;
	text-align: left;
	margin-left:10px;
	margin-right:10px;
	width:85%
}
.tablestyle3 {
	width:136px;
	border-right: 1px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	margin-top: 10px;
	margin-right: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #fff;
}


.x-large {
	text-align: center;
	font-size: x-large;
}
.line150 {
	line-height: 200%;
	margin-top: 0;
	margin-bottom: 0;
}
.noborder {
	border-width: 0;
}
body {
	margin: 0;
	padding: 0;
	background:#fff url(bg.gi) top center repeat-y;
	color:#000;
}
.centertext {
	text-align: center;
}
.pixmargins {
	margin-left: 3px;
	margin-right: 3px;
}
.justify {
	text-align: justify;
}

#masthead {
	background-color:#000;
	font-family: "Arial Black";
	font-size: 170%;
	color: #cc9900;
	padding-left: 20px;
	height: 48px;
}
#masthead a {
	text-decoration: none;
	color: #f5f5f5;
}
#masthead a:hover{
	color:#cc9900;
	text-decoration: none;
}
#masthead a:visited{
	color:#b5b5b5;
	text-decoration: none;
}
#top_nav {
	font-family: "Arial";
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	color: white;
	background-image: url('../chromemenu/stretchtile.jpg');
	background-repeat: repeat-x;
	border-bottom-color: #FECE6B;
	height: 26px;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
#container {
	min-width: 600px;
	max-width: 1000px;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}
#left_col {
	width: 100px;
	float: left;
	font-family: "Lucida Sans";
	font-size: 100%;
	background-color: #f5f5f5;
	background-image: url('../images/side_fadeR3.jpg');
	background-repeat: repeat-y;
	background-position: right top;
	border-right: 2px solid #3e3e3e;
	padding: 8px;
	line-height:180%
}

#page_content {
	margin-left: 100px;
	margin-right: auto;
	font-family: "Verdana";
	font-size: 80%;
	height:auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 0px;
}

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

}

#footer a{
color:#4a85ff;
text-decoration:none;
}

#footer a:hover{
text-decoration: underline;
}
#footer a{
color:#4a85ff;
text-decoration:none;
}

#footer a:hover{
text-decoration: underline;
}
/* Styles for Content */
}
h1 {
	color: #000;
	font-size: 2.0em;
	}
h2 {
	color: #808080;
	font-size: 2.0em;

}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #cc9900;
	border-bottom: 1px solid #000;
}
{
	color: #000;
	font-size: small;
	text-align: justify;
	margin: 0;
	padding: 5px;
}

