body {
	background-color: #00aeef;
	/*background-color: #ffffff; */
	background-image: url('../images/bgtile.gif');
	background-repeat: repeat-x;
  	font-family: arial, sans serif;
	font-size: 12px;
	line-height: 15px;
	color: #606060;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h1 {
	color: #1a306d;
	font-size: 17px;
    font-weight: bold;
    font-family: arial, sans serif;
    margin: 1px;
}

h2 {
	color: #007cba;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
    font-family: arial, sans serif;
}

h3 {
	color: #007cba;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
    font-family: arial, sans serif;
}

h4 {
	color: #9d0a0e;
	/*color:#CC0000;*/
	font-size: 15px;
	line-height: 15px;	
    font-weight: bold;
    font-family: arial, sans serif;
}

img {
	border: 0px;
}
	
a {
	border: 0px;
    font-family: arial, sans serif;
/*	font-size: 12px; */
    color: #21007b;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
 }

a.visited {
	border: 0px;
    font-family: arial, sans serif;
	font-size: 12px;
    color: #21007b;
	margin: 0px;
	padding: 0px;
	text-decoration: none;12px;
}

a:hover {
	text-decoration: underline;
}

/* used to color the backgrounds of the menu items on the right */
td.ma {background-color:#003366;}
td.mb {background-color:#02abee;}
td.mc {background-color:#336699;}

ol {
	padding-left: 10px;
	margin-left: 10px;
}

li {
	padding-left:10px;
	padding-bottom: 16px;
}

/* used for the accent color */
.accent {
	color: #9d0a0e;
}

.accent2 {
	color: #ffffff;
}

.accent3 {
	color: #ffffff;
	font-size: 12px;	
}
/* used for the links at the TOP of the page */
.navlinks {
	color: #1a306d;
	padding-bottom: 10px;
    font-family: arial, sans serif;
}

/* used for the colored table with student names */
table.color {
	background-color:#336699; 
	border:20; 
	border-color:#ffffff; 
	padding-left:20; 
	padding-right:20; 
}
 


#footer {
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	width: 980px;
	height: 112px;
	text-align: center;
	color:#000033
}

/* used for formatting the entire body */	
#wrapper	{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	position: relative;
	/*border: 2px outset #DADAB6;*/
}

/* used for formatting the white areas of the body */
#content {
	background-color: white;
	width: 940px;
	padding: 10px 30px 30px 10px;
}



