body  {
	background: #FFFFFF;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-color: #06389b;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #F0F2FF;
	margin-top: 25px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003399; 
} 
.twoColFixLtHdr #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 */
}
.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;
}
.twoColFixLtHdr #container .main_nav {
	height: 31px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-indent: 15px;
	width: 940px;
	margin-left: 10px;
	color: #FFFFFF;
	background-image: url(../images/navigationbackgroundbar.jpg);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #container .main_nav a:link { text-decoration: none; color: #FFFFFF; }
.twoColFixLtHdr #container .main_nav a:visited { text-decoration: none; color: #FFFFFF; }
.twoColFixLtHdr #container .main_nav a:hover { text-decoration: none; color: #FF9900; }

.twoColFixLtHdr #container #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.twoColFixLtHdr #container #header a:link {
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #container #header a:visited {
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #container #header a:hover {
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #container #header div { padding-top: 10px; }

.twoColFixLtHdr #container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #000066;
}

.twoColFixLtHdr #container #footer a:link { text-decoration: none; color: #FFFFFF; }
.twoColFixLtHdr #container #footer a:visited { text-decoration: none; color: #FFFFFF; }
.twoColFixLtHdr #container #footer a:hover { text-decoration: none; color: #CCCCCC; }

.twoColFixLtHdr #container #mainContent .slideshow {
	height: 200px;
	width: 680px;
	margin-top: 25px;
}

.twoColFixLtHdr #container .about { float: left; }

.twoColFixLtHdr #container .leftbar1 {
	width: 225px;
	float: left;
}

.twoColFixLtHdr #container #mainContent #message {
	width: 654px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	float: left;
	padding-right: 15px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent #message h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
}
.twoColFixLtHdr #container #mainContent #message p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.twoColFixLtHdr #container #mainContent #message img {
	float: left;
	padding-right: 7px;
}



.twoColFixLtHdr #container #mainContent #resources {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 280px;
	font-size: 14px;
	padding-left: 20px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent #resources li { font-size: 12px; line-height: 18px; }
.twoColFixLtHdr #container #mainContent #resources a:link { text-decoration: none; color:#666666; }
.twoColFixLtHdr #container #mainContent #resources a:visited { text-decoration: none; color:#666666; }
.twoColFixLtHdr #container #mainContent #resources a:hover { text-decoration: none; color:#333333; }


.twoColFixLtHdr #container #mainContent #message h1 { font-family: Arial, Helvetica, sans-serif; font-size: 25px; }
.twoColFixLtHdr #container #mainContent #message h2 { font-family: Arial, Helvetica, sans-serif; font-size: 17px; color: #000099; }




.twoColFixLtHdr #container #mainContent #message navtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.twoColFixLtHdr #container #mainContent #message navtree a:link, a:visited { text-decoration: none; color: #333333; }
.twoColFixLtHdr #container #mainContent #message navtree a:hover { text-decoration:underline; }


.twoColFixLtHdr #container #mainContent #message a:link, a:visited { text-decoration: none; color: #000066; }
.twoColFixLtHdr #container #mainContent #message a:hover { text-decoration:underline; color: #E07F21; }

/* This is for the RSS Calendars*/

#headerRSS { margin: 0 3em; padding: .3em 0; background-color: #999999; border: 1px solid #999999; }
#headerRSS h3 { margin: 0; padding: 0 1em; color: #ffffff; }
#newsRSS { margin: 0 3em; padding: 0 0 .5em; color: #ffffff; background-color: #cccccc; border: 1px solid #999999; }
#newsRSS ul { margin: .5em 0 0 1em; }
#newsRSS li { margin: 0 1em; padding: .5em 0; color: #000000; font-size: 75%; display: block; line-height: 100%; list-style-type: square; }
#newsRSS a, a:visited, a:active, a:hover { text-decoration: none; }
#newsRSS a:hover { text-decoration: underline; }


.twoColFixLtHdr #container #mainContent #message th, td { text-align: right; }
.twoColFixLtHdr #container #mainContent #message td.gray { background-color: #f6f6f6; }
.twoColFixLtHdr #container #mainContent #message th.darkgrey { background-color: #cccccc; color: #000000; border-top: 1px solid #f6f6f6; }
.twoColFixLtHdr #container #mainContent #message caption { margin: 1em auto 0; padding: 0; font-size: 90%; font-weight: bold; color: #003366; }
.twoColFixLtHdr #container #mainContent #message table { margin: 0 auto 1em; padding: 0; border: 1px solid #cccccc; }

.twoColFixLtHdr #container #mainContent #message p {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent #message li {
	font-size: 12px;
}.twoColFixLtHdr #container #mainContent #message #weather img {
	float: right;
}

.twoColFixLtHdr #container #mainContent #message #onvsoff {
	width: 650px;
	height: 30px;
	background-image: url(../../housingOptions/images/onvsoff.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 60px;
	padding-left: 10px;
	float: left;
	margin-top: 15px;
	clear: left;
}
.twoColFixLtHdr #container #mainContent #message #onvsoff a { display: block; text-decoration: none; color: #FFFFFF; }
.twoColFixLtHdr #container #mainContent #message #onvsoff a:link { display: block; text-decoration: none; color: #FFFFFF; }
.twoColFixLtHdr #container #mainContent #message #onvsoff a:hover { display: block; text-decoration: none; color: #FFFFFF; }
.twoColFixLtHdr #container #mainContent #message #onvsoff a:visited { display: block; text-decoration: none; color: #FFFFFF; }


.twoColFixLtHdr #container .leftbar1 .sidebar_subnav #sidelinks {
	height: 70px;
	width: 225px;
	margin-top: 9px;
}.twoColFixLtHdr #container #mainContent #message #task_list {
	background-color: #CCCCCC;
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	border: thin solid #999999;
	background-image: url(../images/nsp/task_list.jpg);
	background-repeat: no-repeat;
	float: left;
}
.twoColFixLtHdr #container #mainContent #message #video_img {
	width: 300px;
	float: left;
	margin-left: 30px;
}
.twoColFixLtHdr #container #mainContent #message #video_img {
	width: 300px;
	float: left;
}
.twoColFixLtHdr #container .leftbar1 .sidebar_subnav #meet_bloggers {
	height: 200px;
	width: 150px;
}
.twoColFixLtHdr #container #mainContent #message .inclusive {
	float: left;
	height: 59px;
	width: 300px;
}
.twoColFixLtHdr #container #mainContent #message .inclusive {
	margin-right: 30px;
}
.twoColFixLtHdr #container #mainContent #message #housingimages {
	float: left;
	width: 650px;
}
.twoColFixLtHdr #container #mainContent #message #facebook {
	float: left;
	width: 320px;
	height: 400px;
}
.twoColFixLtHdr #container #mainContent #message #googlecal {
	float: left;
	width: 320px;
	height: 400px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .slideshow .announce {
	background-color: #FF9900;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #000066;
	font-weight: bold;
	text-indent: 25px;
	display: block;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #container #mainContent .slideshow .announce a:link {
	color: #000066;
	display: block;
	text-decoration:none;
}
.twoColFixLtHdr #container #mainContent .slideshow .announce a:hover {
	color: #000066;
	display: block;
	text-decoration:underline;
}
.twoColFixLtHdr #container #mainContent .slideshow .announce a:visited {
	color: #000066;
	display: block;
	text-decoration:underline;
}

