@charset "UTF-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #e8e8e8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
	position: relative;
}
.oneColFixCtrHdr #header {
	position: relative;
	background: #000000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 40px;
	background-image: url(images/flag1up.gif);
}
.oneColFixCtrHdr #banner {
	background: #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 137px;
	border-bottom: black solid 3px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 200px;
	line-height: 120%;
	min-height: 400px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
}
div#menu {position: absolute; z-index: 7;
	width: 30.5em; top: 10px; left: 100px;
	margin-left: -1em; padding: 0.25em 0 0.5em;
	margin-right: 0px;
	border: 1px solid black; background: #cc0000;}
div#menu b {display: none;}
div#menu a {display: block;
	color: #cc0000; background: transparent;
	margin: 0; padding: 0 8px;
	text-align: right; font-style: italic;
	text-decoration: none;}
div#menu a:hover {color: rgb(153,89,5);
	padding-right: 4px; border-right: 4px solid #732}
	
.submenu {width: 150px;
	padding: 10px 0 20px 0;}

.sublinks a {color: #cc0000;
background-color: #ffffff;
padding: 2px;
padding-left: 3px;
display: block;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.sublinks a:hover {background-color: #ffffff;
color: #000000;
text-decoration: none;}



h1 {
	font-weight: bold;
	font-size: 1.75em;
	line-height: 90%;
}

h2 {
	font-family: sans-serif;
	font-style: normal;
	font-variant: none;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

h3 {
	font-weight: bold;
	font-size: 1em;
}

a {
	text-decoration: underline;
	color: #cc0000;
}


/*START horizontal top menu */
.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(images/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:right;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#cc0000; background:url(images/button3.gif);}
.menu1 li.current a b {background:url(images/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(images/button2.gif);}
.menu1 li a:hover b {background:url(images/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#cc0000; background:#000 url(images/button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(images/button3.gif) no-repeat right top;}
/*END horizontal top menu*/

/*START logo box */
#rs {
	position: absolute;
	z-index: 101;
	height: 106px;
	width: 200px;
	top: 5px;
	left: 5px;
	padding-left: 0px;
	border: 1px solid black;
}
/*END logo box */
/*START action center box */
#mp {
	position: absolute;
	z-index: 101;
	width: 170px;
	top: 120px;
	left: 5px;
	padding-left: 30px;
	border: 1px solid black;
	background: #FFFFFF;
	height: auto;
}
/*END action center box */

/*START ad box */
#adbox {
	position: absolute;
	z-index: 105;
	width: 200px;
	top: 385px;
	left: 5px;
	padding-left: 0px;
	border: 1px solid black;
	border-bottom: 10px solid black;
	background: #FFFFFF;
	height: auto;
}
#adbox p {
padding: 5px;
}
/*END ad box */

#home_box1 {
	background: #e8e8e8;
	float: right;
	z-index: 101;
	width: 250px;
		margin: 5px 0px 10px 10px;
	padding: 5px 15px 5px 15px;
	border: 1px solid black;
}
/*START form formatting*/
fieldset {
float: left;
clear: both;
width: 100%;
margin: 0 0 1em 0;
padding: 0 0 1em 0;
border-style: none;
border-top: 1px solid #333;
background-color: #ccc;
}
legend span {
position: absolute;
left: 0.74em;
top: 0;
margin-top: 0.5em;
font-size: 135%;
}
legend {
padding: 0;
color: #333;
font-weight: bold;
}
fieldset ol {
padding: 0.5em 1em 0 1.5em;
list-style: none;
}
fieldset li {
padding-top: 0.5em;
}
fieldset.submit {
float: none;
width: auto;
padding-top: 1.5em;
border-top: none;
background-color: #FFFFFF;
}
/*END form formatting*/