﻿h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #29AC02;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
body {
	background: #000;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: small;
}
form {margin: 0; padding: 0;}

#container {
	position: relative;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	width: 760px;
	background-color: #000;
	float: left;
	height: 78px;
	clear: both;
	background-image: url('masterpage_files/masthead.gif');
	background-repeat: no-repeat;
}
.navbar {
	width: 760px;
	height: 24px;
	background-image: url('masterpage_files/topnav_background.gif');
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	clear: both;
}
#topstrip {
	width: 760px;
	height: 20px;
	clear: both;
	background-image: url('masterpage_files/topcorner_left.gif');
	background-repeat: no-repeat;
}
#maincontent {
	width: 760px;
	float: left;
	background-image: url('masterpage_files/bg_content.gif');
	background-repeat: repeat-y;
	min-height: 100px;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#left {
	width: 170px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	position: relative;
}
#left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#combined_right {
    width: 560px;
    float: left;
    padding-left: 10px;
    padding-right: 5px;
}
.right {
    width: 560px;
    float: left;
    padding-left: 10px;
    padding-right: 5px;
}
.flash
{
    width: 549px;
}
.clear {
	width: 560px;
	clear: both;
}
clear img {
	padding-right: 30px;
}

.style text-align-right 
{
	text-align: right;
}
#footer {
	width: 760px;
	background-color: #A3B79D;
	float: left;
	clear: both;
	border-color: #000;
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

#copyright {
	border-color: #000;
	border-top: 2px solid;
}#copyright a {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color:green;
}
.navbar {
	font-family: "Arial Narrow"
}
.navbar a:link {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}
.navbar a:visited {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFC;
}
.navbar a:hover {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}


.ClearBothWide {
	width: 760px;
	clear: both;
}


