@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background: #bb9db9 url(images/background.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
margin-top: 10px;
	padding: 0;
	text-align: center;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.mainpg #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #e5e5cc;
	margin-bottom: 20px;
}
h3 {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: #514B70 center;
	height: 1.2em;
	text-align: left;
	font-size: small;
	vertical-align: middle;
	white-space: normal;
	border: 1px solid #000000;
	padding: 2px;
	margin: 0;
	text-decoration: none;
}
h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
.style4 {
	color: #FFFFFF;
	text-decoration: none;
}
.style4 a {
	color: #FFFFFF;
	text-decoration: none;
}


h4 {
	font-size: small;
	font-weight: normal;
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
}
#content h5 {
	font-size: 1.2em;
}



.mainpg #header {
	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. */
}

/* this is the start of the navigation links */

#navlist {
	width:800px;
	background-color:#514b70;
	float: left;
}

ul#navlist a
{
font-weight: normal;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
line-height: 1.5;
list-style-type: none;
}

ul#navlist li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	float: left;
	color: #ffffff;
	background-color: #514b70;
	padding: 0 30px;
	border-right: 1px #000 outset;
	text-align: center;
}
ul#navlist  li#nav_about a {
	border: none;
}

ul#navlist li a:hover
{
	color: #FFFFFF;
	background-color: #303048;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #000 inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: left; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
width:30px;
}


ul#navlist li:hover ul#subnavlist li a
{
	display: block;
	width: 130px;
	border: none;
	padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }
#sidebar {
	float: right;
	width: 150px;
	margin: 0 0 0 10px;
}
#sidebar p {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
	margin: 0;
	font-size: x-small;
}
#mainContent  {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e5e5cc;
	width: auto;
	clear: both;
}
br {
	clear: both;
}
#navcontainer {
	z-index: 2;
	position: relative;
}



#content {
	width: 600px;
	float: left;
	position: relative;
	margin: 0;
	margin-top: 10px;
	z-index: 1;
}

#sidebar a {
	text-decoration: none;
	border: 0;
}
#sidebar img {
	border-style: none;
}


.contact {
	font-weight: bold;
	color: 514b70;
}

.contact img {
	border: 0;
	}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #343248;
}
.boldblue {
	font-weight: bold;
	color: #343248;
	font-size: medium;
}


h2 {
	font-size: 1.2em;
	color: #FFF;
}
h4 {
	font-size: medium;
	font-weight: bold;
	color: #C20A0A;
	border: none;
}
h5 {
	font-size: 1.2em;
	color: #343248;
}


.mainpg #container #mainContent #sidebar a {
	color: #C20A0A;
	text-decoration: none;
	font-weight: bold;
}
.mainpg #container #mainContent #sidebar .style4 {
	color: #FFFFFF;
	text-decoration: none;
}






#footer {
	background:#514b70;
	clear: both;
	width: auto;
	font-size: x-small;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	list-style: none;
} 
#footer  a   
{
	color: #ffffff;
	background-color: #514b70;
	text-align: center;
	text-decoration: none;
}
.mainpg #container #mainContent #content #quote {
	font-size: 1.2em;
	color: #343248;
	font-weight: bold;
	text-align: center;
}
.name {
	font-size: small;
}
#questions {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 10px;
	margin-left: 70px;
	margin-right: 70px;
}
#top {
	font-weight: bold;
	color: #C20A0A;
	background: #FFF;
	padding: 5px;
	font-size: 1.1ems;
}

#bottom {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF;
	}
#content a {
	text-decoration: none;
	color: #C20A0A;
}
#programbox {
	margin-right: 70px;
	margin-left: 70px;
	background-color: #FFFFFF;
}
#programbox .style3 a {
	color: #000561;
}
#event {
	z-index: 1000;
	position: relative;
	margin-top: 50px;
}
#content form {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.8em;
	font-weight: bold;
}
#normal {
	font-size: x-small;
	font-weight: normal;
}
#h3link a {
	color: #FFFFFF;
	text-decoration: none;
}
#readinglist li {
	text-decoration: none;
	float: none;
	list-style: url(none) none;
}
#content  img  {
	text-decoration: none;
	border: 0;
}

