﻿@import url(layout.css);
body {
	color:#000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color:Menu;
}


#container {
	background: #fff url(../images/back_border1.gif) top;
	background-repeat: repeat-y;
}

#page_content {
	border-left:1px #CCCCCC solid;	
}

#footer {
	text-align: center;
	background-color: #89a;
}

/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

/* Styles for Content */
h1 {
	color:black;
	font-size: 2.7em;
	font-family:"Copperplate Gothic Bold";
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color:olive;
	font-size: 1.5em;
	font-family:Tahoma;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}

/* Styles for Navigation */
#left_col ul {
	list-style-type:none;
	width: 90%;
	margin: 0;
	padding: 0;
}
#left_col li {
	float:none;
	font-size:15px;
}
#left_col a {
	color: #000;
	text-decoration: none;
	/*margin: 0px;*/
	padding: 10px;
	display: block;
	border: 1px solid #d3d3d3;
}
#left_col a:hover {
	background-color: #f2f2f2;
	/*border: 1px solid #f2f2f2;*/
}