/* CSS Document */

h1,h2,h3,h4,h5,h6,pre,code { 
font-size:1em; 
}

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
margin:0;
padding:0;
}

a img,:link img,:visited img {
	border:none;
}

address { 
font-style:normal 
}

* {
  margin: 0px;
  padding: 0px;
}

a:link {
	color: #004E24;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
}

p {
	margin-bottom: 1em;
	margin-top: 0.5em;
	color: #000000;
	font-size: 125%;
	padding-bottom: 2px;
}

h2 {
	color: #004E24;
	font-size: 175%;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h3 {
	font-size: 125%;
	border-bottom: dotted #000000 1px;
	padding-bottom: 4px;
	text-transform: capitalize;
}

h4 {
	font-size: 125%;
	padding-bottom: 4px;
	text-transform: capitalize;
	color: #004E24;
}

q {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 145%;
	text-align: center;
}

ul {
	margin: 0em 0em 1.5em 3em;
	padding: 2px;
	font-size: 125%;
}

li {
	font-size: 90%;
	padding: 4px 0px;
}

hr {
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 1px;
	border: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

html {
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:  url(../_images/bck.jpg);
	background-repeat: repeat-x;
}

#base_list {
	width: 350px;
	}

#base_list_nowidth {
	}


#container-page {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

#nav {
	position: relative;
	z-index: 500;
}

.hovermenu ul{
	font-size: 100%;
	margin-left: 0px;
	margin-top: 30px;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	text-decoration: none;
	padding-left: 5px;
	text-align: center;
	color: #FFFFFF;
	float: left;
}

#branding {
}

#icon {
	float: right;
	position: relative;
	z-index: -500;
}

#flash {
	border: solid #FFFFFF 10px;
	width: 652px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 12px;
	background-color: #FFFFFF;
}

#container-content {
	min-height:550px;
	height:auto;
	font-size: 78%;
	border: solid #CCCCCC 1px;
	background-color: #FFFFFF;
	margin-top: 25px;
}

* html #container-content {
height: 550px;
}

#content-left {
	float: left;
	padding: 12px 8px 0 12px;
	height: 245px;
}

#content-right {
	float: right;
	padding: 12px 12px 0 0;
	height: 245px;
}

#content-bottom {
	padding: 20px;
	clear: both;
}

#content-pri {
	padding: 30px;
}

#container-foot {
	height: 40px;
	text-decoration: none;
	margin-top: 8px;
	width: 759px;
}

#foot {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	line-height: 15px;
	text-decoration: none;
	padding-right: 20px;
}
.footer {
	text-decoration: none;
	color: #666666;
}

.floatright
{
	float: right;
	padding-left: 25px;
	padding-bottom: 25px;
}

.floatright_no_padding
{
	float: right;
}

.floatleft
{
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
}

.bold
{
	font-weight: bold;
}
