tr.alt td {
	background:#ecf6fc;
}

tr.altwhite td {
	background:#ffffff;
}

tr.over td {
	background:#bcd4ec;
}

body  {
	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;
	font-family: Helvetica;
	font-size: 14px;
	background-color: #385cb9;
	background-image: url(images/gradient_background_01.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
}
.twoColFixLt #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	min-height:700px;
  height:auto !important;
  height:700px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/widebg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: 0px bottom;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px;
	min-height: 700px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	float: right;
	width: 650px;
	margin-left: 0px;
	padding-left: 0px;
} 
.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;
}
.center {
	text-align: center;
}
#header {
	background-color: #FFF;
	height: 48px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(images/logos.gif);
	width: 850px;
}
#headspace {
	background-color: #FFF;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
#headspace1 {
	background-color: #FFF;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
#headspace2 {
	background-color: #FFF;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
#headspace3 {
	background-color: #FFF;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
#headspace4 {
	background-color: #FFF;
	height: 5px;
	margin: 0px;
	padding: 0px;
}

#status {
	font-family: Helvetica;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
#latestnews {
	float: left;
	width: 300px;
}
#rightcol {
	float: right;
	width: 320px;
}
#mcvadmin {
	background-color: #0F0;
	clear: both;
	margin-right: 10px;
}
#admin {
	background-color: #C63;
	clear: both;
	margin-right: 10px;
}

.newstitle {
	color: #F00;
	font-weight: bold;
}
#tmp {
	clear: both;
	float: left;
	width: 600px;
}
.blue {
	color: #00F;
}

 .formLayout
    {
	background-color: #f3f3f3;
	border: solid 1px #a1a1a1;
	width: 550px;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    }
    
    .formLayout label, .formLayout input
    {
	display: block;
	width: 120px;
	margin-bottom: 10px;
	float: left;
    }
 
    .formLayout label
    {
        text-align: right;
        padding-right: 20px;
    }
 
    br
    {
        clear: left;
    }
.headerunderline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #074a85;
	text-align: center;
	font-family: Helvetica;
	color: #074a85;
	font-weight: bold;
}
#bluebar {
	background-color: #10244c;
	height: 15px;
	width: 830px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	font-family: Helvetica;
	font-size: 10px;
	color: #FFF;
	text-align: center;	
}
#docicon {
	float: left;
	height: 75px;
	width: 100px;
	text-align: center;
}
#doctype a p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


#filebox {

}
#doctype {
	float: left;
	height: 55px;
	width: 125px;
	clear: left;
}
.doctype {
	float: left;
	height: 55px;
	width: 125px;
	clear: left;
	text-align: right;
	margin-right: 20px;
}
#fileinfo {
	float: right;
	height: 55px;
	width: 525px;
}
#leftcol {
	width: 300px;
	float: left;
	font-family: Helvetica;
}
a {
	color: #00F;
	text-decoration: none;
}
.twoColFixLt #footer p a {
	font-size: 10px;
	text-decoration: underline;
	
	color: #FF9E6B;
}



