/** BASIC */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #c7c7c7 url(images/bg.gif) repeat-y top center;
	font-size: 13px;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFC61A;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #333333;
	text-align: center;
}
h2 {
	font-size: 15px;
	color: #38910d;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color:#FF6600;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color:#000000;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
img.floatLeft { 
	float: left; 
	margin: 4px; 
}
img.floatRight { 
	float: right; 
	margin: 4px; 
}
img.fltLeft { 
	float: left; 
}
img.fltRight { 
	float: right; 
}


/** HEADER */
div#container {
	margin:0 auto;
	padding: 10px auto;
	width:100%;
	position: relative;
	background: #c7c7c7 url(images/bg.gif) repeat-y center;
}

div#headercontainer {
	width: 100%;
	margin: 0px auto;
	background: #c7c7c7 url(images/headerbg.gif) repeat-x top;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #000000;
	height: 75px;
	position:relative;
	float:inherit;
}
div#menucontainer {
	margin: 0px auto;
	width: 100%;
  	position: relative;
	background: url(images/menubg.gif) repeat-x center left;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #000000;
}
div#footercontainer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: inherit;
	background: #c7c7c7 url(images/bg.gif) repeat-y center;
}
div#header {
	width: 989px;
	background: #c7c7c7 url(images/headerbg.gif) repeat-x top;
	height: 75px;
	margin: 0;
	position: relative;
	padding: 0;
	text-align: left;
	list-style: none;
}

div#header h1 {
	margin: 0px;
	padding: 20px;
}

div#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

div#menu {
	width: 989px;
	margin: 0;
	position: relative;
	padding: 3px 0px 4px 0px;
	background-color:#000000;
	background-image:url(images/menubg.gif);
	background-repeat:repeat-x;
	background-position:center;
	text-align: right;
	list-style: none;
	overflow: hidden;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}


div#menu li a {
	padding: 5px 15px;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
div#menu li a:hover {
	background-color: #c7c7c7;
	background-image:url(images/menubgover.GIF);
	background-repeat:repeat-x;
	background-position:center;
	color: #FFFFFF;
}
div#menu li .active {	
	background-color: #c7c7c7;
	background-image:url(images/menubgover.GIF);
	background-repeat:repeat-x;
	background-position:center;
	color: #FFFFFF;
}

/** CONTENT */


div#content {
	width: 990px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #c7c7c7 url(images/background.gif) repeat-y center top;
	}
div#content  ul {
 	list-style: square;
    }

div#content.home {
	width: 990px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #c7c7c7 url(images/backgroundhome.gif) repeat-y top center;
	}

div#content p, #content ul, #content ol {
	line-height: 140%;
}
div#left {
	float: left;
	width: 210px;
	padding: 0px 10px 20px 20px;
	overflow:hidden;
	line-height: 150%;
}

div#left ul {
 	list-style-type: none;
	padding: 0;
	margin: 0;
	color:#808080;
	font-weight: bold;
	font-size: 14px;
    }

div#left li {	
 	list-style-type: none;
	padding-left: 20px;

    }
div#left li a {	
	padding-left: 20px;
	color:#808080;	
	text-decoration: none;
    background-image: url(images/bulletgrey.gif);
	background-repeat: no-repeat;
	background-position: 0;
    }

div#left li .active {	
	padding-left: 25px;
	color:#38910d;	
	text-decoration: none;
	border: 0;
    background-image: url(images/bulletover.gif);
	background-repeat: no-repeat;
	background-position: 0;
    }


div#left li a:hover {	
	padding-left: 25px;
	color:#38910d;	
	text-decoration: none;
	border: 0;
    background-image: url(images/bulletover.gif);
	background-repeat: no-repeat;
	background-position: 0;
    }

.lefthead {
	padding: 1px 1px 1px 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #c7c7c7;
	border-top: 1px dotted #c7c7c7;
	text-decoration:none;
	
}
.lefthead a {
	text-decoration:none;
}
.lefthead a:hover {
	text-decoration:none;
}

div#right {
	float: right;
	width: 710px;
	padding: 0px 20px 40px 10px;
}

div#center {
	float: right;
	width: 710px;
	padding: 0px 15px 10px 15px;
}
div#colA {
	float: left;
	width: 230px;
	padding: 0px 40px 0px 0px;
}

div#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

div#footer {
	clear: both;
	position: relative;
	width:100%;
	margin: auto;
	padding: 0px;
	font-size: 11px;
	background-repeat:repeat;
}

div#footer p {
	margin: 0px;
	padding: 15px 0px 15px 0px;
	text-align: center;
	color: #555555;
	line-height: 180%;
}

div#footer a {
	color: #555555;
	text-decoration:none;
}
div#footer a:link {
	color: #555555;
	text-decoration:none;
}
div#footer a:visited {
	color: #555555;
	text-decoration:none;
}
div#footer a:hover {
	color: #555555;
	text-decoration:underline;
}
div#footer a:active {
	color: #555555;
	text-decoration:none;
}

img.logotop {
	padding-left: 30px;
	padding-right: 30px;
	border:0;
}

img {
	border: 0;
}

.slogantop a {
	margin: 0px auto;
	padding: 0px 30px 0px 0px;
	font-size: 14px;
	border: 0;
	font-weight: bold;
	text-decoration:none;
	color: #FAFAFA;
}
.slogantop a:link {
	margin: 0px auto;
	padding: 0px 30px 0px 0px;
	font-size: 14px;
	border: 0;
	font-weight: bold;
	text-decoration:none;
	color: #FAFAFA;
}
.slogantop a:visited {
	margin: 0px auto;
	padding: 0px 30px 0px 0px;
	font-size: 14px;
	border: 0;
	font-weight: bold;
	text-decoration:none;
	color: #FAFAFA;
}
.slogantop a:hover {
	margin: 0px auto;
	padding: 0px 30px 0px 0px;
	font-size: 14px;
	border: 0;
	font-weight: bold;
	text-decoration:none;
	color: #FAFAFA;
}
.slogantop a:active {
	margin: 0px auto;
	padding: 0px 30px 0px 0px;
	font-size: 14px;
	border: 0;
	font-weight: bold;
	text-decoration:none;
	color: #FAFAFA;
}
table#table1 {
	border: 1px solid #38910d;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
	text-align: left;
	empty-cells: hide; 

}
table#table1 thead {
	background: #dddddd;
	font-weight: bold;
	text-align: center;
}
table#table1 tr {
	border: 1px solid #38910d;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table#table1 td {
	border: 1px solid #38910d;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table#table1 caption {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

table#table1 {
	border: 1px solid #000000;
	padding: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
	text-align: left;
	empty-cells: hide; 
}
table#table2 thead {
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}
table#table2 tr {
	border: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table#table2 td {
	border: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}

p.floatboxleft { 
	float: left; 
	clear: both;
	margin: 4px; 
	padding: 4px;
	border: 1px solid #38910d;
}
p.floatboxright { 
	float: right; 
	clear: both;
	margin: 4px;
	padding: 4px; 
	border: 1px solid #38910d;
}

.fltheader {
	color: #FFFFFF;
	font-weight: bold;
}

.search {
	background: #38910d;
	color: #FFFFFF;
	font-weight: bold;
}
.continue {
	background: #38910d;
	color: #FFFFFF;
	font-weight: bold;
}
.searchbox {
	background: #c7c7c7;
}

.bgrn {
	color: #38910d;
	font-weight: bold;
	text-decoration: underline;	 
}
.grn {
	color: #38910d;
}

.top a {
	text-decoration: none;
	color: #FFFFFF;
}
.top a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.top a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.top a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
.top a:active {
	text-decoration: none;
	color: #FFFFFF;
}
