body  {
	font: 90%  Arial, Verdana,Helvetica, sans-serif;
	margin: 0; 
	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: #333333;
	background-color: #000000;
}
 #container {
	width: 80%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../img/main_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
 #header {
	background-color: #333333;
	color: #999999;
	height: 76px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
} 
 #header h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0;
	/*display: inline; */
	z-index: 2;
	position: relative;
	left: 530px;
	top: -60px;
}
#headerLogo {
	padding-bottom: 10px;
}
#headerImage {
	padding-left: 65px;
	z-index: 0;
}
h2 {
	background-color: #999999;
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;
	padding-bottom: 3px;
}
h3 {

  color: #2F8294;
 }

h4 {
  color: #7380C2;

 }
 #sidebar1 {
	float: left;
	width: 12em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 170px;
	padding-left: 0;
}
 #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


 #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 13em;
	padding-bottom: 13px;
} 
 #footer {
	background-color: #333333;
	height: 25px;
} 

#callOut {
	color: #fff;
	background-color: #444A02;
	height: auto;
	width: 260px;
	visibility: visible;
	float: right;
	border: solid 2px #005372;
	margin: 5px;
	padding: 5px;
}
#callOut a, #callOutWhite a:hover {
	color: #0090B9;
	text-decoration: underline;
}
#callOut a:hover, #callOutWhite a:hover {
	color: #A8C1CA;
	text-decoration: underline;
}	
#callOut h4 {
	color: #C2A269;
	font-size: larger;
	margin-top: 2px;
}
#callOutWhite {
	color: #444A02;
	background-color: #fff;
	height: auto;
	width: 260px;
	visibility: visible;
	float: right;
	border: solid 1px #BFBEAC;
	margin: 5px;
	padding: 5px;
}
	
#callOutWhite h4 {
	color: #005372;
	font-size: larger;
	margin-top: 2px;
}
/*************  Menu *************/
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
	display: block;
	border: 1px solid #333;
	width: 157px;
	background-color: #999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #3650A4;
color: #fff;
}
#locks a:link, #a:visited {
	background-image: url(../img/locks_off.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#locks a:hover{
	background-image: url(../img/locks_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*********** GENERAL *************/
.fltRight { 
	float: right;
	margin-left: 8px;
}
.fltLeft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear { 
	clear:both;
   
}
#copyright {
	font-size: smaller;
	color: #CCCCCC;
	text-align: left;
	width: 80%; 
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a:link img a:visited img {
    border-style: none;
	text-decoration:none
	}
	
img { 
     border: 0;
}
.imgCenter {
   display: block;
    margin-left: auto;
    margin-right: auto
	}	
 
a {
	color: #003399;
	text-decoration: underline;
}
/*********** text format *************/
.bold {
	font-weight: bold;
}
.italic{
	font-style: italic;
}

.RedBackground {
	color: #FFFFFF;
	background-color: #990000;
}	
.red {
	color: #990000;
	
}	

 .purple {
 color: #7380C2;
 }

/********** TABLES **********/
td {
	vertical-align: top;
}
td.noWrap	{
	white-space: nowrap;
}
table.border {
	margin-right: 5px;
	margin-left: 5px;
	padding: 0;
	border: solid 1px #000;
	empty-cells:show; }	
	
td.border 	{
	margin: 0;
	border-bottom: 1px solid #000;
	border-right: 1px dotted #000;
	border-left: 1px dotted #200606;
	border-collapse:collapse; }

table.borderGray {
	margin-right: 5px;
	margin-left: 5px;
	padding: 0;
	border: solid 1px #999999;
	empty-cells:show; }	
	
td.borderGray 	{
	margin: 0;
	border-collapse:collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #000000;
	border-bottom-color: #999999;
	border-left-color: #000000;
}
.BotGrayBorder{

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
th.black {
	color: #000;
	font-weight: 700;
	text-align: left;
	vertical-align: bottom;
	padding-right: 3px;
	padding-left: 3px;
	border: 2px solid #000000;
}

[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1 { padding-top: 30px; }
 #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
