body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #CCCCCC;
}
.container {
	height: 100%;
	width: 90%!important;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
}
.header {
	margin: 0px;
	background-image: url(images/topbars.gif);
	padding: 0px;
	height: 144px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.content {
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-left: 10px;
	width: 92%;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 1.2em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;

}
.content li {
	font-size: 1em;
}
.content a:link {
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}
.content a:visited {
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}
.content a:hover {
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
}

.menu{
	height: auto;
	width: 95%!important;
	position: relative;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: right;
	padding-right: 9px;
}
.menu  a:link  {
	color: #000000;
	text-decoration: none;
}
.menu  a:visited  {
	color: #000000;
	text-decoration: none;
}
.menu  a:hover {
	color: #469123;
	text-decoration: none;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.footer {
	font-size: 0.8em;
	color: #333333;
	text-align: center;
}

.green {
	color: #009900;
	text-decoration: underline;
}


h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	color: #003366;
	font-size: 1.5em;
	text-decoration: underline;
}

h5 {
	font-weight: bold;
	color: #003366;
	font-variant: normal;
	font-style: italic;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 4px;
}
#popitmenu{
position: absolute;
background-color: #efefef;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #21A2BD;
}
