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: #DEDEDE;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	background-color: #2D2D2D;
	background-image: url(images/background-home.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background-color: #005489;
	background-image: url(images/headerback-home.jpg);
	height: 406px;
	padding-right: 10px;
} 
.twoColFixRtHdr h1, .twoColFixRtHdr #sidebar1 h1 {
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}
.twoColFixRtHdr h2 {
	font-size: 14px;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */

}
.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right 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;
	margin-bottom:10px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
} 
.logo {
	margin-top: 50px;
}
.twoColFixRtHdr #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 */
}

#menu li {
	float: right;
	display:block;
	padding-top: 6px;
	padding-right: 22px;
	padding-bottom: 6px;
	padding-left: 22px;
	list-style-type: none;
	margin-left: 7px;
	font-size: 14px;
	margin-bottom: 20px;
}
#menu li:hover {
	background-color: #01395C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
}
li.active {
	background-color: #01395C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
}
#menu li a:link, #menu li a:visited, #menu li a:hover {
	color: #FFFFFF;
	border: none;
}
.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;
}
a:link, a:visited { 
	color: #DEDEDE;
	border-bottom: 1px dotted #F0F0F0;
	text-decoration:none;
}
a:hover { 
	color: #FFFFFF;
	border-bottom: 1px dotted #3399CC;
}	
.textrt {
	text-align: right;
	float: right;
}
.thumbnail {
	border: 5px solid #434343;
	margin-bottom: 10px;
}
.thumbnail a:link,.thumbnail a:visited, .thumbnail a:hover {
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	