@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 #top {
	width: 100%;
	background-image:url(/img/background-top.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
}
.oneColFixCtrHdr  #top #header {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 780px;
	height:105px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border:thin solid #000000;
	background: #ffffff; 
	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. */
}
.oneColFixCtrHdr #top #header a {
	text-decoration: none;
	font-size:11px;
	font-variant:small-caps;
	font-weight:bolder;
	color: f2f0d7;
}

.oneColFixCtrHdr #top #header .menu:link {	
	text-decoration: none;
	font-size:11px;
	font-variant:small-caps;
	font-weight:bolder;
	COLOR: #f2f0d7;
}
.oneColFixCtrHdr #top #header .menu:visited
{
	COLOR: #f2f0d7;
	text-decoration : none;
}
.oneColFixCtrHdr #top #header .menu:active
{
	COLOR: #f2f0d7;
	text-decoration : none;
}
.oneColFixCtrHdr #top #header .menu:hover
{
	COLOR: #ffffff;
	text-decoration : none;
}









.oneColFixCtrHdr  #top #header #logo {
	float:left;
}
.oneColFixCtrHdr  #top #header #topmenu {
	float:right;
}
.oneColFixCtrHdr  #top #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.oneColFixCtrHdr #mid {
	width: 100%;
	background-image:url(/img/background-mid.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
}
.oneColFixCtrHdr #mid #menu {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 780px;
	height: 30px;
	text-align:center;
	font-weight:bold;
	border:thin solid #000000;
	border-bottom:none;
	border-top:none;
	background-image:url(/img/menu-bg.gif);
	background-repeat:repeat-x;
	padding: 2px 0 0 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. */
}









.oneColFixCtrHdr #mid #menu .menu:link {	
	text-decoration: none;
	font-size:12px;
	font-variant:small-caps;
	font-weight:bolder;
	COLOR: #2d5e07;
}
.oneColFixCtrHdr #mid #menu .menu:visited
{
	COLOR: #2d5e07;
	text-decoration : none;
}
.oneColFixCtrHdr #mid #menu .menu:active
{
	COLOR: #2d5e07;
	text-decoration : none;
}
.oneColFixCtrHdr #mid #menu .menu:hover
{
	COLOR: #f2f0d7;
	text-decoration : none;
	background:#2d5e07;
}




.oneColFixCtrHdr #bot {
	width: 100%;
	height: 39px;
	background-image:url(/img/background-bot.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
}
.oneColFixCtrHdr #mid #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border:thin solid #000000;
	border-bottom:none;
	border-top:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mid #container #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #2d5e07;
}
.oneColFixCtrHdr #mid #container #mainContent h1 {
	margin-top: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr  #footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 780px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border:thin solid #000000;
	color:#2d5e07;
	text-align:right;
	font-size: 10px;
	background:#f2f0d7;
}



.oneColFixCtrHdr #footer .menu:link {	
	text-decoration: none;
	font-size:11px;
	font-variant:small-caps;
	font-weight:bolder;
	COLOR: #2d5e07;
}
.oneColFixCtrHdr #footer .menu:visited
{
	COLOR: #2d5e07;
	text-decoration : none;
}
.oneColFixCtrHdr #footer .menu:active
{
	COLOR: #2d5e07;
	text-decoration : none;
}
.oneColFixCtrHdr #footer .menu:hover
{
	COLOR: #f2f0d7;
	text-decoration : none;
	background:#2d5e07;
}







.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 */
}
.oneColFixCtrHdr #mid #menu a {
	font-size: 12px;
	font-variant: small-caps;
	color: 2d5e07;
	text-decoration: none;
}
.oneColFixCtrHdr #mid #footer p {
	padding-right: 10px;
}
.oneColFixCtrHdr #mid #container #mainContent .rightBox {
	margin: 10px;
	padding: 10px;
	border: thin solid #BC5411;
	background-color: #FFFFFF;
	text-align: justify;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.oneColFixCtrHdr #mid #container #mainContent .rightBox .quotation {
	font-style: italic;
	font-size:11px;

}
.oneColFixCtrHdr #mid #container #mainContent .rightBox h1 {
	color: #BC5411;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mid #container #mainContent .sidelist li {
	list-style-type:none;
	margin-left:-20px;
	padding-left:-10px;
	list-style-image:url(/img/select.png);
	line-height:18px;
	
}

.oneColFixCtrHdr #mid #container #mainContent .rightBox .sidelist .sidemenu:link  {	
	font-size:11px;
	COLOR: #2d5e07;
	text-decoration : none;
}
.oneColFixCtrHdr #mid #container #mainContent .rightBox .sidelist .sidemenu:visited
{
	COLOR: #2d5e07;
	text-decoration : none;
}
.oneColFixCtrHdr #mid #container #mainContent .rightBox .sidelist .sidemenu:active
{
	COLOR: #444444;
	text-decoration : none;
}
.oneColFixCtrHdr #mid #container #mainContent  .rightBox .sidelist .sidemenu:hover
{
	COLOR: #bc5411;
	text-decoration : none;
}
.oneColFixCtrHdr #mid #container #mainContent hr {
border:none;
	border-bottom:thin dashed #BC5411;
}
