@charset "UTF-8";
h1 {
	font-family: Tahoma, Arial;
}

body {
	background: #036;
	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: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #fff;
	padding: 0;  /* 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-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 150px;
	width: 860px;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 110%;
	line-height: 1.4px;
	color: #CC0000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

a:link, a:visited {
  color: #003366;
  text-decoration: none;
}

a:hover, a:active {
	color: #F08D0D;
	text-decoration: underline;
}

#mainContent ul {
	margin: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainContent li {
	padding: 0 5px 5px 5px;
	font-size: 105%;
	line-height: 1.3em;
}
 

#mainContent {
	background-color: #FFFFFF;
	width: 480px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	float: left;
}

#mainContent h1 {
	font-size: 150%;
	line-height: 1.35em;
	color: #003399;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
 }
 
 #mainContent h2 {
	font-size: 120%;
	line-height: 1.3em;
	color: #003399;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
 }
 
 #mainContent p {
	font-size: 105%;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
 }

#menu {
	background-color: #FFFFFF;
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding: 10px 0 0 0;
}

#rightsidebar {
	width: 240px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-left-color: #F08D0D;
	border-bottom-width: medium;
	border-bottom-color: #F08D0D;
}

#rightsidebar h1 {
	font-size: 130%;
	line-height: 1.4em;
	color: #F08D0D;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 5px;
 }
 
 #rightsidebar h2 {
	font-size: 115%;
	line-height: 1.3em;
	color: #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin: 0px;
 }
 
 #rightsidebar p {
	font-size: 100%;
	line-height: 1.2em;
	color: #000000;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
 }
 
 #news p {
	font-size: 95%;
	line-height: 1.35em;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
 }
 
 #news h1 {
	font-size: 170%;
	line-height: 1.4em;
	color: #003399;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
 }
 
 #news h2 {
	font-size: 100%;
	line-height: 1.3em;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
 }
 
 

 
#footer {
	background:#FFF;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#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 */
} 

#news {
	background-color: #FFE179;
	padding: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.quote {
	color: #003399;
}
