@charset "utf-8";
@import "styles.css";
@import "nav.css";

html, body {
height: 100%;
}

body {
	font: 14px Verdana, Geneva, sans-serif;
	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: #000;
	
	background: #062033;
	background: #fff;
	background:url("/img/bck.gif") repeat-x;	
	

}

hr {
color:#CCC;
background-color:#975f52; 
border:0px; 
height:1px;
width:auto;
margin-right:20px;
}
a:visited, a:link{
	font: Verdana, Geneva, sans-serif;
	color: green;
	text-decoration:none;
}
a:hover{
	font: Verdana, Geneva, sans-serif;
	color: #062033;
	text-decoration:underline;
}



#container {
	width: 990px;  /* this will create a container 90% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:50px;
	
}
#wrapper {
min-height:97%;	
}
* html #container {
    height: 97%;
}
#header {
	 padding-left:20px; height:181px; width:990px;
	/* background:url("/img/header.png") no-repeat;	*/
	margin-top:0px;

}

#logo  {float: left;  text-align:left ;margin-top:4px; margin-left:53px;  }
#login {float: right; width:300px; text-align:right; padding-top:5px; padding-right:50px; color:#000; }



#footer-spacer {
    height: 100px;
}

#footer {
padding: 0px 10px 0px 0px;
background:url(/img/bckFooter.gif) repeat-x;
min-height: 116px;
height: auto;
color:#CCC;
font-size:12px;

}
#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: 17px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	line-height:18px;


}
#footer a {

color:#fff;

}

.btnW {
background:none;
width:466px; 
height:44px; 
border:0;
padding: 6px 6px 0px 9px;
font:28px Verdana, Geneva, sans-serif;
}



#menLeft {
background:url(../img/midContentS.gif) repeat-y; 
text-align:left;
padding-top:8px;
margin:0;
width:190px; 
color:#490e00;

}
#fullLeft {

float:left;
padding:0;
margin:0;
padding-left:8px;
width:199px; 

}

h1 {
font-size:26px; color:#003A75;
padding:0; margin:0; 
font-weight:100;
font-family:Verdana, Geneva, sans-serif;
}
h2 {
font-size:24px; color:#062033;
padding:0; margin:0; 
font-weight:100;
padding-left:18px; padding-bottom:5px;
font-family:Verdana, Geneva, sans-serif;
}


.cell_left {
	padding:3px 5px 3px 15px;
}

.red {
	color:red;
}

.form td {
padding:10px;
}

.form tr {
background-color:#f6f6f6; 
}
