body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #083a76;
}
a:active {
	text-decoration: none;
	color: #666666;
}
ul{
	list-style-image: url(../images/coursey-bullet.png);
    text-align:left;
    margin: 15px;

}
/* PLACE THIS CLASS IN LIST TAG YOU DONT WANT BULLETS NEXT TO */
ul.none {
    list-style-type:none;
    list-style-image:none;
}
/* PLACE THIS CLASS IN A LIST TAG
YOU WANT TO HAVE NORMAL BULLETS IN */
.list {
	list-style-image:none;
}


.normal_black {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}	
.normal_maroon {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #6B0000;}
.normal_yellow {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #FFFF00;}
.normal_blue {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #083a76;}
.normal_white {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.header1_black {font-size: 20px; font-family: Times New Roman, Times, serif; color: #000000; font-weight: bold;}
.header1_maroon {font-size: 20px; font-family: Times New Roman, Times, serif; color: #6B0000; font-weight: bold;}
.header1_blue {font-size: 20px; font-family: Times New Roman, Times, serif; color: #083a76; font-weight: bold;}
.header2_maroon {font-size: 18px; font-family: Times New Roman, Times, serif; color: #6B0000; font-weight: bold;}
.header2_blue {font-size: 18px; font-family: Times New Roman, Times, serif; color: #083a76; font-weight: bold;}
.Subheader_black {font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #000000;}	
.Subheader_maroon {font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #6B0000;}
.Subheader_blue {font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #083a76;}	
.Subheader_white {font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}	

.small {font-size: 9px; color: #000000;	font-family: Arial, Helvetica, sans-serif;}
.small_white {font-size: 9px; color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;}
.small_grey {font-size: 9px; color: #CCCCCC;	font-family: Arial, Helvetica, sans-serif;}

.normal_italic {
	font-size: 14px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}	

#content1 {
	background-image: url(../images/tables/content_bg.jpg);
	background-repeat:no-repeat;
	background-attachment: inherit;
	background-position: center top;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}




/************* #search styles ***************/

#search{
	padding: 0px 0px 5px 0px;
	border-bottom: 0px solid #999999;
	font-size: 10px;
	background-color: #083a76;

}

#search form{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font: #ffffff;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/************* #rounded corners ***************/


.t_white {background: url(../images/white_top.jpg) 0 0 repeat-x; width: 100%}
.b_white {background: url(../images/white_bottom.jpg) 0 100% repeat-x}
.l_white {background: url(../images/white_left.jpg) 0 0 repeat-y}
.r_white {background: url(../images/white_right.jpg) 100% 0 repeat-y}
.bl_white {background: url(../images/white_bottomleft.jpg) 0 100% no-repeat}
.br_white {background: url(../images/white_bottomright.jpg) 100% 100% no-repeat}
.tl_white {background: url(../images/white_topleft.jpg) 0 0 no-repeat}
.tr_white {background: url(../images/white_topright.jpg) 100% 0 no-repeat; padding:20px} 
.bg_white {background-color: #ffffff; height: 100%; margin: 0px;
	padding: 0px;}

.t_red {background: url(../images/top.jpg) 0 0 repeat-x; width: 100%}
.b_red {background: url(../images/bottom.jpg) 0 100% repeat-x}
.l_red {background: url(../images/left.jpg) 0 0 repeat-y}
.r_red {background: url(../images/right.jpg) 100% 0 repeat-y}
.bl_red {background: url(../images/bottom_left.jpg) 0 100% no-repeat}
.br_red {background: url(../images/bottom_right.jpg) 100% 100% no-repeat}
.tl_red {background: url(../images/top_left.jpg) 0 0 no-repeat}
.tr_red {background: url(../images/top_right.jpg) 100% 0 no-repeat; padding:15px} 
.bg_red {background-color: #8A0B1D; height: 100%; margin: 0px;
	padding: 0px;}
/************* #weekly announcements ***************/	
/* CSS for the "This week" page */
.day {
	/* this can be changed */
	border: solid medium #2b0000;
	
	/* do not change this */
	width: 65px;
}
.chg1 {
	height: auto;
}

}
.changed {
	/* this is the text displayed for each day, it can be changed as well. */
	color: #ffffff;
	border: black 2px solid;
}
div.bigdiv {
	/* this background-color can be changed to whatever you want. */
	background-color: #ffffff;
	
	/* this is text-color and it can be changed to whatever you want. */
	color: white;
	
	/* the width can be changed as well */
	width: 45%;
}
