@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixLtHdr .bg {
	margin:0;
	padding:0;
	background:url(../images/bg.gif) repeat-y;	
}
.twoColFixLtHdr #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	/*border: 1px solid #000000;*/
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 20px 0 0 0;  
	margin:0;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 120px; 
	/*background: #f0b436; */
	padding: 5px 10px 15px 10px;
	margin:0;
	font-size:12px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-size:14px;
	padding:0;
}

/*
.twoColFixLtHdr #sidebar1 a:link {
	color:black;
	text-decoration:none;
	font-size:14px;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color:black;
	text-decoration:none;
	font-size:14px;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color:black;
	text-decoration:underline;
	font-size:14px;
}
*/
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 160px; 
	padding: 0 0 0 20px; 
	font-size:14px;
	border:1px solid white;
} 
.twoColFixLtHdr #mainContent h1 { 
	font-size:20px;
}
.twoColFixLtHdr #mainContent h2 { 
	font-size:16px;
	line-height:0;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#036; 
} 
.twoColFixLtHdr #footer p {
	margin: 3px 0 10px 0; 
	padding: 7px 0;
	font-size:10px;
	color:white;
	text-align:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* contact info */
.upper_right {
	text-align:right;
	height:80px;
	/*vertical-align:bottom;*/
	font-size:12px;
	margin:0;
	padding: 0;
	color:#666;
}

.upper_right a:link {
	text-decoration:underline;
	color:blue;
	font-size:12px;
}
.upper_right a:visited {
	text-decoration:underline;
	color:blue;
	font-size:12px;
}
.upper_right a:hover {
	text-decoration:underline;
	color:blue;
	font-size:12px;
}

.lrg {
	font-size:24px;
	font-weight:bold;
}

/* top navigation */
#navcontainer ul
{
	padding: 0;
	margin: 10px 0 3px 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li.active { 
	background-color: #369;
}

#navcontainer ul li a
{
	width:125px;
	padding: 0.2em 1em;
	text-align:center;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 3px solid #fff;
}

#navcontainer ul li a.current { 
	background-color: #369;
}

#navcontainer ul li.end_nav a
{
	border:none;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

/* image border */
.brdr_grey {
	border: 1px solid #999;
	padding: 2px;
	margin:0 5px 5px 0;
}
.brdr_black {
	border: 1px solid #000;
	padding: 2px;
	margin:0 5px 5px 0;
}
.brdr_blue {
	border: 1px solid #00F;
	padding: 2px;
	margin:0 5px 5px 0;
}

/* table highlights */
td.yellow {
	background-color:#FFC;
	padding-right:5px;
}

/* table border */
.tbl_brdr {
	border: solid 1px #999999;
}

.tbl_brdr_yellow {
	border: solid 1px #F0B436;
}
.tbl_brdr_yellow th {
	font-size:18px;
	background-color:#F0B436;
}
.tbl_brdr_yellow td {
	text-align:center;
	padding:10px;
}
/* list style */
ul, ol {
list-style-position: outside;
margin-top:0;
margin-bottom: 0;
}
