@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003399;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/bkground.jpg);
	background-repeat: repeat-x;
}

.twoColElsLtHdr #container {
	width: 760px;
	background: #003399;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-y;
} 
.twoColElsLtHdr #header {
	background-color: #000099;
	height: 140px;
	padding-left: 0px;
	padding-bottom: 0px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 5px 0;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 180px;
	background-color: #003399;
	color: #FFFFFF;
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	height: 450px;
}
.twoColElsLtHdr #sidebar2 {
	float: right;
	width: 300px;
	background-color: #666666;
	color: #FFFFFF;
	height: 50px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
.twoColElsLtHdr #mainContent {
	width: 580px;
	float: right;


} 
.twoColElsLtHdr #expand {
	float: left;
	width: 180px;
}

.twoColElsLtHdr #footer { 
	padding: 0 10px;
	background:#DDDDDD;
} 
.twoColElsLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}



.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;
}

.menu1{
	margin-left:8px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom: 0px;
	display:block;
	color: #FFFFFF;
	height: 23px;
	width: 172px;
	font-family: "Arial, Helvetica, Geneva, Swiss, SunSans-Regular";
	font-size: 14px;
}
a.menu1 {
	text-decoration: none;
}
a.menu1:hover          {
	color: #000033;
	text-decoration: none;
}
a.menu1:active     {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a.submenu:hover {
	color: #000033;
	text-decoration: none;
}
a.submenu:active {
	color: #000033;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.submenu{
	display: block;
	height: 16px;
	margin-left: 15px;
	padding-top: 2px;
	padding-left: 0px;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	font-family: "Arial, Helvetica, Geneva, Swiss, SunSans-Regular";
	font-size: 12px;
	text-decoration: none;
}

.hide{
display: none;
}
.show{
display: block;
}
a.menu1 img {
	border: none;
}
td.footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000033;
	background-color: #003399;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.footer     a:link  {
	color: #FFFFFF;
	}
.footer  a:visited {
	color: #CCCCCC;
	}
.footer a:hover {
	color: #FFFFFF;
	background-color: #000033;
	text-decoration: none;
	}
.footer a:active {
	color: #000033;
	background-color: #003399;
	}
.submenutitle {
	display: block;
	height: 16px;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 0px;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	font-family: "Arial, Helvetica, Geneva, Swiss, SunSans-Regular";
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
a.submenutitle:hover {
	color: #000033;
	text-decoration: none;
}
.menu1alt {
	padding-left:0px;
	padding-top:0px;
	padding-bottom: 0px;
	display:block;
	color: #FFFFFF;
	height: auto;
	width: 180px;
	font-family: "Arial, Helvetica, Geneva, Swiss, SunSans-Regular";
	font-size: 14px;
}
.menutext {
	margin-left:8px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom: 0px;
	display:block;
	color: #FFFFFF;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-weight: bold;
}
