@charset "UTF-8";
#container  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #FFFFFF;
} 
/* CSS Document */

#containerPicside {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#flashContainer {
	padding-bottom: 5px;
	width: 800px;
	padding-top: 10px;
}
#header  {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#header  h1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	line-height: 120%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent  {
	line-height: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 5px;
} 
#sidebar1  {
	width: 150px;
	color: #333;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin: 0px;
	height: auto;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebarContent {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
	text-align: left;
}
#sidebar1 h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333;
	text-align: left;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #333;
	line-height: 120%;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333;
}
#copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:auto;
	font-size: 1px;
	line-height: 0px;
}
#sidebarNav {
	font-size: small;
	background-color: #FFF;
	text-align: right;
	color: #333;
	width: 100%;
	margin: 0px;
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebarNav ul {
	margin: 0px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #670A1D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebarNav li {
	list-style-type: none;
	display: block;
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebarNav a {
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidebarNav a:hover {
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	color: #670A1D;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#navbar {
	text-align: center;
	background-color: #670A1D;
	font-size: small;
	padding-top: 5px;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#navHighlight {
	color: #0F3;
}
#navbar li {
	list-style-type: none;
	display: inline;
	width: 100%;
}
#navbar a {
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navbar a:hover {
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	background-color: #670A1D;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	color: #CCCCCC;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#footer li {
	list-style-type: none;
	display: inline;
	width: 100%;
}
#footer a {
	margin-right: 15px;
	margin-left: 15px;
	color: #F7EEDF;
	text-decoration: none;
}
#footer a:hover {
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	color: #FC0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 80%;
}
a:link {
	color: #670a1d;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #670a1d;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #00F;
}
.navHighlight {
	color: #0C6;
}
#areaInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	font-weight: lighter;
}
