body {
	background: rgb(223,213,233);
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
	color:  rgb(124,65,153);
}

h1,h2,h3 {
	font-family:Georgia, 'Times New Roman', Serif;
}

h1 {
	font-size: 140%;
	text-align: center;
	padding: 1em 0;
}

h2 {
	font-size: 125%;
	padding: 1em 0em;
}

h3 {
	font-size: 110%;
	padding: .5em 0;
}

h4 {
	font-style: italic;
}

a, a:visited {
	color: rgb(124,65,153);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td,th {
	padding: 3px .5em;
	text-align: left;
	color:  rgb(124,65,153);
}

th {
	font-weight: bold;
}

p {
	padding: 0 0 1em 0;
}


#container {
	width: 100%;
	text-align:center;
}

#banner {
	background: rgb(124,65,153) url('images/back/banner.jpg') no-repeat top center;
	width: 100%;
	height: 132px;
	margin:0 auto;
	position: relative;
}

#main_nav {
	width: 100%;
	padding: 4px 0;
	position: absolute;
	bottom: -4px;
	text-align: center;
	left: 10px;
}

#main_nav ul {
	background: rgb(158,133,177);
	width: 600px;
	margin: 0 auto 0;
	padding: 4px 0;

}


#main_nav li {
	display: inline;
	color: white;
	padding: 0 1em;
}

#main_nav a, #main_nav a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 100%;
	text-transform: upper-case;
}

#content {
	background: white url('images/back/content.jpg') repeat-y top left;
	width: 590px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 10px 20px 20px;
	color: rgb(102,101,75);
	font-size: 90%;
	font-family: "Myriad Pro","Myriad","Helvetica","Arial", San-serif;
	line-height: 1.2;
	min-height: 300px;
	position: relative;
}

#content h2 {
	color:  rgb(124,65,153);
	text-align: center;
	font-size: 125%;
}

#content ul {
	padding: 0 0 0 2em;
}

#content li {
	display: list-item;
}

#overview {
	padding: 10px;
}

#main {
	margin-top: 1em;
}

/* Side navigation/Announcements */

#left {
	float: left;
	margin-left: -149px;
	width: 130px;
	padding: 5px 5px 15px 14px;
	background: white url('images/back/left.jpg') no-repeat bottom left;
}

#left ul {
	padding-left: 1em;
	list-style: none;
}

#left li {
	padding-bottom: .5em;
}

#left h2 {
	color: white;
	background: white url('images/back/left_head.jpg') no-repeat bottom center;
	margin: -5px -5px 5px -5px;
	padding: 5px 0;
	font-size: 110%;
}


#right {
	position: absolute;
	right: -169px;
	margin: 0;
	width: 139px;
	padding: 5px 5px 15px 10px;
	z-index: 3;
	color:  rgb(124,65,153);
	font-family:Georgia, 'Times New Roman', Serif;
}

#right p {
	font-style: italic;
}


#right h2 {
	text-align:left;
}


/* Footer  */

#footer {
	width: 580px;
	font-size: 75%;
	margin: 10px auto;
	position: relative;
}

#footer a, #footer a:visited {
	color: rgb(125,65,123);
	text-decoration: none;
}

#footer .logo {
	position: absolute;
	bottom: 100%;
	left: 100%;
	margin-left: 30px;
	padding-bottom: 10px;
	display:block;
}








#contact, #files, #qanda {
	padding: 1em 2em;
	text-align: left;
}


/* Special Embeds styles */
div.video {
 	margin: 2em auto !important;
 	display: block;
 	width: 580px;
 }
 
.calendar {
 	width: 560px;
 	margin: 1em auto;
 	height: 400px;
 }
 
 #calendar {
 	text-align: center;
 	width: 100%;
 }
 
 
 /* General class-based styles */
 .question {
 	font-weight: bold;
 	padding: 1em 1em 0 0;
 }
 
 .answer {
 	padding:0 1em .5em 2em;
 	
 }
 
 
 /* Utility styles */
 .clear {
 	clear:both;
 }
