@charset "UTF-8";
body  {
	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: #666;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	background-repeat: repeat-x;
}
h1, h2, h3 {
	color: #06C;
	font-weight: normal;
}
h1 {
	font-size: 140%;
	padding-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
h2 {
	font-size: 130%;
	line-height: 1.6;
}
h3 {
	font-size: 100%;
	padding-top: 10px;
	line-height: 1.6;
}
 #container {
	width: 960px;
	text-align: left;
	background-repeat: repeat-y;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
 #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #FFF;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 1.2em;
	font-style: italic;
	font-weight: lighter;
	line-height: 1.4;
} 
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}
ul#nav {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 153px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #999;
}
#nav li a {
	font-size: 90%;
	color: #333;
	text-decoration: none;
	display: block;
	background-color: #FFF;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#nav li a:hover, #nav li active, #nav li focus {
	color: #333;
	background-color: #CCC;
}
 #mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	background-color: #FFF;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 260px;
} 
 #footer {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
} 
 #footer p {
	margin: 30; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#mainContent p, #sidebar1 p, #footer p {
	font-size: 70%;
	line-height: 1.6;
	font-family: Tahoma, Geneva, sans-serif;
}
.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;
	float: left;
}
div {
	color: #FFF;
}
.external {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
	color: #06C;
	line-height: 1.75;
}
.view {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #06C;
}
.description {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 1.4;
}