@charset "utf-8";
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bckgrnd.png);
	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;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #336600;
}
a:active {
	color: #660000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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: 3px solid #660000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/bckgrnd_f.png); 
	padding: 0px 0px 0px 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. */
}
.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: 10px 10px; /* 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;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image:url(images/bckgrnd_f.png);
}
h1 {
	font-size: 24px;

}
h2 {
	font-size: 18px;
	color: #660000;
}
h3 {
	font-size: 14px;
}
.div {
	position:absolute;
    top:50%;
    margin-top:-330px;/* half main elements height*/
    left:0;
    width:100%;
}
.footer { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
}

.nav a:link {
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}
.nav a:visited {
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}
.nav a:hover {
	color:#336600;
	font-weight:bolder;
	text-decoration: underline;
}
.nav a:active {
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}

ul#nav {
	list-style:none;
	padding:0;
	margin:0;
}
ul#nav li a {
	display:block;
	font-weight:normal;
	padding:5px 5px;
	background-image:url(images/button_up.png);
}

ul#nav li a:hover{
background-image:url(images/button_over.png);	
	color:#FFCC00;
	}
	
ul#nav li {
	float:left;
	position:relative;
	width:100px;
	text-align:center;
	margin-right:5px;
	border:2px solid #660000;

}

ul#nav li.current a{
background-image:url(images/button_over.png);	
	color:#FFCC00;
	}

ul#nav li.current a:hover{
background-image:url(images/button_over.png);
text-decoration:underline;
	}

li ul {
	display:none;
	list-style:none;
	position:absolute;
	width:100px;
	top:0;
	left:0;
	font-weight:normal;
	padding:1px 0 10px 0;
	margin-left:-1px;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav li ul.sub li a{
	font-weight:normal!important;
}
li>ul {
	top:auto;
	left:auto;
}

li:hover ul, li.over ul {
	display:block;
}


.menu a:link {
	font-size: 9px;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}
.menu a:visited {
	font-size: 9px;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}
.menu a:hover {
	font-size: 9px;
	color:#336600;
	font-weight:bolder;
	text-decoration: underline;
}
.menu a:active {
	font-size: 9px;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}

ul#menu {
	list-style:none;
	padding:0;
	margin:0;
}
ul#menu li a {
	display:block;
	font-weight:normal;
	padding:5px 5px;
	background-image:url(images/button_up.png);
}

ul#menu li a:hover{
background-image:url(images/button_over.png);	
	color:#FFCC00;
	}
	
ul#menu li {
	float:left;
	position:relative;
	width:80px;
	text-align:center;
	margin-right:5px;
	border:2px solid #660000;

}

ul#menu li.current a{
background-image:url(images/button_over.png);	
	color:#FFCC00;
	}

ul#menu li.current a:hover{
background-image:url(images/button_over.png);
text-decoration:underline;
	}

li ul {
	display:none;
	list-style:none;
	position:absolute;
	width:100px;
	top:0;
	left:0;
	font-weight:normal;
	padding:1px 0 10px 0;
	margin-left:-1px;
}

ul#menu li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#menu li ul.sub li a{
	font-weight:normal!important;
}
li>ul {
	top:auto;
	left:auto;
}

li:hover ul, li.over ul {
	display:block;
}
.table {line-height:14px;
}
