@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

@charset "UTF-8";
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: #003;
	font-family: Open Sans;
	font-size: 80%;
	background-image: url(graphics/background.gif);
	background-repeat: repeat-x;
}
 #container {
	width: 768px;  /* 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 #003;
	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;
	height: auto;
} 
 #header { 
	  /* 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. */
} 
#navigation {
	font-family: Roboto Slab;
	font-size: 100%;
	font-variant: small-caps;
	color: #006;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: bold;
} 
#navigation a {
	color: #036;
	text-decoration: none;
}
#navigation a:hover {
	color: #036;
	text-decoration: underline;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Roboto Slab;
	font-size: 100%;
	color: #006;
}

#container #sidebar1 h4 a {
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	background-color: #06C;
	display: block;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#container #sidebar1 h4 a:hover {
	background-color: #99AEC9;
	
}
ul#nav {
	background-image: url(graphics/banner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #FFF;
}
#nav li a {
	font-family: Roboto Slab;
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
	background-color: #99AEC9;
	display: block;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#nav li a:hover, #nav li active, #nav li focus {
	background-color: #06C;
}
#mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 50px;
} 
#container #mainContent table {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #039;
	border-right-color: #039;
	border-bottom-color: #039;
	border-left-color: #039;
}
#container #mainContent .button a {
	font-size: 75%;
	font-variant: small-caps;
	color: #FFF;
	background-color: #999;
	text-align: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	height: auto;
	width: auto;
	letter-spacing: .1em;
}
#container #mainContent .button a:hover {
	background-color: #999;
	font-family: Open Sans;
	font-size: 75%;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: underline;
	text-align: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: auto;
	width: auto;
	letter-spacing: .1em;
}
#mainContent img {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #903;
}
#mainContent ul {
	list-style-type: square;
}
 #footer {
	background-color: #36C;
	font-family: Open Sans;
	font-size: 80%;
	font-variant: small-caps;
	text-align: center;
	color: #FFF;
	height: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#lastrev {
	font-family: Open Sans;
	text-align:center;
	font-size: 70%;
	font-style: italic;
	font-variant: normal;
	height: 15px;
	padding-top: 5px;
}
.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;
}
h1   {
	font-family: 'Roboto Slab', serif;
	font-size: 130%;
	font-weight: bold;
	color: #039;
	padding-bottom: 0px;
}
h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 110%;
	font-weight: bold;
	color: #039;
	margin: 0px;
	padding-top: 5px;
}
h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 100%;
	color: #039;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 5px;
}

h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 120%;
	color: #FFF;
	background-color: #039;	
}

#centercoleft {
	width: 230px;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}
#centercolright {
	float: right;
	width: 240px;
}
p {
	padding-top: 0px;
}
.noborder {
	border:none !important;
}#container #mainContent .smallbutton a {
	font-size: 75%;
	font-variant: small-caps;
	color: #FFF;
	background-color: #999;
	text-align: left;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-family: Open Sans;
	height: auto;
	width: auto;
	letter-spacing: .1em;
}
#container #mainContent .smallbutton a:hover {
	background-color: #999;
	font-family: Open Sans;
	font-size: 75%;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: underline;
	text-align: left;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	height: auto;
	width: auto;
	letter-spacing: .1em;
}