@charset "UTF-8";
/* CSS Document */

/* css global reset */

* {
margin:0;
padding:0;
}

iframe, a img, fieldset, form, table {
border:0 none;
}

h6, h5, h4, h3, h2, h1, caption, th, td {
font-size:100%;
font-weight:normal;
}

dd, dt, li, dl, ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

legend {
color:#000000;
}

button, select, textarea, input {
-x-system-font:none;
font-family:serif;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

table {
border-collapse:collapse;
}

caption, th, td {
text-align:left;
}


/* main html elements */

body {
background:#f7f7e7 none repeat fixed 0 0;
margin-top:25px;
min-width:640px;
text-align:center;
}

p {

color:#666;
font-family:Georgia, serif;
font-size:10pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:13pt;
text-align:left;

margin-bottom:10px;
padding-bottom:10px;

}


h2 {
color:#333;
font-family:Helvetica,Arial,sans-serif;
font-size:12pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;

margin-bottom:5px;
padding-bottom:5px;

}

h3 {
color:#555;
font-family:Helvetica,Arial,sans-serif;
font-size:10pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;

margin-left:-30px;

margin-bottom:10px;
padding-bottom:10px;

}

#mainContent h3 img {
border:medium none;
padding-right:10px;

}



h5 {
color:#777;
font-family:Helvetica,Arial,sans-serif;
font-size:10pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;

margin-bottom:10px;
padding-bottom:10px;

}




a:link {
color:#7694B4;
text-decoration:none;
}


a:hover, a:active {
color:#FF6600;
}


a:visited {
border-bottom:1px dotted #737760;
color:#6B695A;
text-decoration:none;
}


#wrapper {

margin:0 auto 25px;
padding:0;
text-align:left;
width:100%;
}


#mainContent {
float:left;
padding-left:30px;
width:75%;
}


#sideBar {
	
float:right;
margin-left:-30px;
padding-left:10px;
padding-right:10px;
width:160px;
}

#classInfo {
	margin-top:30px;
}


#classInfo li {
color:#898F8C;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
line-height:11pt;
text-align:left;

}

#sideLinks {
	margin-top:30px;
}


#sideLinks li {

font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
line-height:11pt;
text-align:left;

margin-bottom:10px;
padding-bottom:10px;
}


#homeworkTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:normal;
	color:#666;
	margin-bottom: 35px;
}


#teamGroups {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:normal;
	color:#666;
	margin-bottom: 35px;
}


#itemList {
color:#777777;
font-family:Helvetica,Arial,sans-serif;
font-size:9pt;
line-height:13pt;
padding-bottom:25px;
padding-left:25px;
}
#itemList ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#itemList li { 
list-style-image:url(bullet-img.png);
list-style-position:outside;
list-style-type:disc;
margin-left:15px;
padding-bottom:5px;
}




