body {
	background: rgb(223,213,233);
	line-height: 1.5;
}

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

h1,h2 {
	font-family:'Times New Roman', Serif;
	/*font-family: San-Serif;*/
}

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

h2 {
	font-size: 125%;
	padding: 0em 0em .5em;
	text-align: left;
}

sup {
	font-size: 60%;
	vertical-align: super;
}

h2 .sub {
	display: block;
}

h3 {
	font-size: 110%;
	padding: .5em 0 0;
	text-align: left;
	font-style:italic;
	font-family: inherit;
}

h4 {
	font-style: italic;
}

h5 {
	display: inline;
	font-weight: bold;
	font-family:inherit;
	font-style:inherit;
}

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

a:hover {
	text-decoration: underline;
}

a#go_home:hover {
	text-decoration: none;
}

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

th {
	font-weight: bold;
}

p {
	padding: .5em 0 .5em  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;
}

div#splash {
	float: right;
	padding: 0 10px 0 0 ;
	width: 200px;
}

#content #splash h2 {
	text-align: center;
	font-size: 200%;
	font-family:  Helvetica, Arial, Sans-Serif;
}
#content #splash h2 .about_the{
	font-size: 50%;
	display: block;
	line-height: .8;
}



#right #splash, div#splash img {
	width: 200px;
	padding-bottom: 10px;
}

#files #splash {
	float: right;
	width 215px;
	margin-right: -38px;
	margin-top: 4em;
}

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

#main_nav ul {
	background: #7C4199;
	width: 601px;
	margin: 0 auto -7px;
	padding: 4px 0 4px;
	position: relative;
	bottom: 11px;

}

.assessment #nav_assessment {
	background:  #a054c5 url(images/back/active_main_nav.gif) no-repeat bottom center;
}



#fly {
	font-family: Serif;
	vertical-align: super;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px 10px;
	width: auto;
}

#fly .big {
	font-size: 5em;
	display:block;
	vertical-align: sub;
	line-height: .8em;
	
}

#fly .small {
	font-weight: normal;
	font-size: 80%;
	display: block;
	text-align: center;
	
}


h2.files {
	height: 6em;
	position: relative;
	padding-left: 4.5em;
	line-height: 5em;
	vertical-align: middle;
	
}

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

#main_nav a, #main_nav a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family:  '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: "Helvetica","Arial", San-serif;
	line-height: 1.3;
	min-height: 300px;
	position: relative;
}

#content h2 {
	color: #4a245c;
	text-align: left;
	font-size: 125%;
}


.mathhome #content {
	margin-top: -14px;
}

.mathhome #right {
	height: 100%;
}

#left h2 {
	text-align: center;
}

#left a, #left a:hover, #left a:visited {
	color: inherit;
}

#left {
	color:  rgb(124,65,153);
}

#content ul {
	padding: 0 0 0 2em;
	margin: 0 0 .5em 0px;
}


#main li,#right li {
	display: list-item;
	list-style-type: disc;
}

#main li li,#right li li{
	list-style-type: circle;
}

#logindiv {
	padding: 10px;
}

#overview {
	padding: 10px;
}

#main {
	margin-top: 1em;
	padding: 0 0 0 10px;
}

#after_main {
	padding: 0 0 0 10px;
}

#main.column {
	width: 285px;
	float: left;
}


/* Side navigation/Announcements */

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

#left ul {
	padding: 0;
	margin:0;
	list-style: none;
}

#left .grade.open {
	background: rgb(124,65,153);
	color: white;
	margin: 0;
	margin: 0 -5px;
}

#left .section a {
	color:white;
}

#left .grade.active h3{
	margin: 0 -5px;
	color: rgb(86,170,50);
	padding: 0 10px;
}

#left .grade.open.active h3 {
	color: white;
}


#left .grade.open h3 {
	padding: 5px 5px 0;
	margin: 0;
}

#left ul {
	text-indent: 0px;
}

#left .grade li{
	display:none;
}

#left .grade li.active{
	display:list-item;
	color: rgb(86,170,50);
	font-weight: bold;
}

#left .grade.open li{
	display: list-item;
}

#left ul ul{
	text-indent: 15px;
}

#left h3 {
	cursor:pointer;
}

#left li.section.active {

}

#left li li.active {
	color: rgb(120,238,70);
}

#left h3, #left h4 {
	padding: 5px;
	font-size: 93%;
	font-family: Helvetica,Sans-Serif;
}


#left h2 {
/*	background: white url('images/back/left_head.jpg') no-repeat bottom center;*/
	background: rgb(177,144,198);
	margin: -5px -5px 0px -5px;
	padding: 5px 0 0;
	font-size: 100%;
	font-family: Helvetica,Sans-Serif;
}

#left .open h4 {
	background: rgb(177,144,198);
	color: white;
}

#left .open h3 {
	background: rgb(124,65,153);
	color: white;
}

.caret {
	width: 0;
	display: inline-block;
	text-indent: -.5em;
}




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


#files p {
	padding: 1em 0 0 1em;
}

#files p.description {
	padding: 0 0 0 2em;
}



 
 
 /* Utility styles */
 .clear {
 	clear:both;
 }
 
#subbanner{
 	background-image:  url('/images/banners/ac_temi.jpg');
 	width: 600px;
 	height: 80px;
 }
 
 #subbanner {
 	margin-bottom: 10px;
 }
 
 #subbanner span {
 	visibility: hidden;
 }
 

#left br.optional {
	display:none;
}

 #math_inst {
 	display:block;
 	position: absolute;
 	right: 0;
 	width: 230px;
 	bottom: 18px;
 	height: 26px;
 }
 
 #link_holder {
 	position: relative;
 	margin:0 auto -100px;
 	width: 600px;
	height: 100px;
 	left: 10px;
 	z-index: 4;
 }
