body {
	font: 100% Verdana, Arial, Helvetica, 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: #000000;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: medium;
}
.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 #mainContent h1, .oneColFixCtrHdr #mainContent h2{font-size:medium; margin-top:50px;}

.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #333333;
	height: 25px;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*User Meta*/
#userMeta{
	float: right;
}
#userMeta a{
	text-decoration: none;
	color: #0069B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#userMeta a:hover {
	color: #F78231;
	text-decoration: underline;
}


/*Top Level Navigation*/
#navcontainertop{
	margin-top: -15px;
}
#navcontainertop ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #0069B5;
	color: White;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}

#navcontainertop ul li { display: inline; }

#navcontainertop ul li a
{
	padding: 0.2em 1em;
	background-color: #0069B5;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: 12px;
}

#navcontainertop ul li a:hover
{
	background-color: #F78231;
	color: #333333;
}

/*search field */
#searchdiv{
	float: right;
	margin-right: 15px;
}

/*Footer Navigation*/
#navcontainerfooter{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navcontainerfooter ul
{
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainerfooter ul li { display: inline; }

#navcontainerfooter ul li a
{
	padding: 0.2em 1em;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#navcontainerfooter ul li a:hover
{
	background-color: #FFFFFF;
	color: #000000;
}


/*Login Form */
#LoginForm{
	height: 250px;
	width: 100%;
	text-align: center;
}


/*File Lists*/
#filescontainer{
}
#fileslist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 700px;
}

#fileslist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#fileslist li a { text-decoration: none; color:#000000;}
#fileslist li a:hover { text-decoration: underline; color:#990000;}


/*forms styles*/
fieldset {
	border:1px dashed #CCC;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}
legend a {
	color: #FFFFFF;
	text-decoration: none;
}
legend a:hover {
	color: #F78231;
	text-decoration: underline;
}
#form h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 175%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#333;
}
label {
	width:140px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#CCCCCC;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 115%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}
.form {
	margin:0;
	padding:0;
}
#formcontainer {
	margin:auto;
	padding:10px;
}
#top {
	width:680px;
	height:50px;
}
#leftSide {
	width:530px;
	padding-top:30px;
	float:left;
}
#rightSide {
	background-color:#fff;
	width:200px;
	padding:5px;
	margin-top:40px;
	float:right;
	border:1px solid #CCC;
	font:normal 12px Arial;
	color:#666666
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:347px;
	float:right;
	background-color:#E6E6E6;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-image: url(images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}

.username {
    	background-image: url(images/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
    	background-color:#FFFFFF;
	width:285px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#F78231;
	color:#000066;
}
  
.form_email {
    	background-image: url(images/email.png);
    	background-repeat: no-repeat;
    	background-position:left;
    	background-color:#FFFFFF;
	width:285px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.form_email:focus, .form_email:hover {
	background-color:#F78231;
	color:#000066;
}  
  
   
.password {
    	background-image: url(images/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
   	background-color:#FFFFFF;
	width:285px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#F78231;
	color:#000066;
}
.button_div {
	width:287px;
	float:right;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:right;
	height:30px;
	margin-top:3px;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 3px;
	padding-left: 32px;
}

.button_div2 {
	width:450px;
	float:right;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:right;
	height:1600px;
	margin-top:3px;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 3px;
	padding-left: 32px;
}
.buttons {
	background: #e3e3db;
	font-size:12px; 
	color: #989070; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
.welcome_letter{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.contacttable td{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	text-align: center;
}
.contacttable2 td{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #CCCCCC;
}
.contacttable3 td{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}
.contacttable h1 {}
.contacttable h2 {}
.contacttable a{
	color: #0069B5;
	text-decoration: none;
}
.contacttable a:hover{
	color: #F78231;
	text-decoration: underline;
}
#contacttable{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

