@charset "UTF-8";

/* CSS Document */



body {
	background-color: #111111;
	background-repeat: repeat-x;
	background-image:url(_img/bggoldstrip.jpg);
}


#main {
	width:850px;
	height:100%;
	z-index:1;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}


#banner {
	height:125px;
	width:850px;
}


#banner a:hover{
	border-bottom:1px solid red;
}


#content {
	float:left;
	height:100%;
	width:810px;
	padding:20px;
	z-index:1;
}


#greeting {
	height:65px;
	width:100%;
	z-index:1;
}


#title {
	height:25px;
	width:100%;
	z-index:1;
}



#indexcontent {
	float:left;
	height:100%;
	width:520px;
	padding:20px;
	z-index:1;
}


#footer {
	height:25px;
	width:800px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}


.contentfont {
	font-style:normal;
	font-family: IE,verdana;
	font-size:11px;
	/*font-variant: small-caps;*/
	color:#000000;
	width: 100%;
}



.contentheader {
	font-style:normal;
	font-family:IE, verdana;
	font-size: 13px;
	text-decoration:underline;
	font-variant: small-caps;
	color:#000099;
}


.coursetable{
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-left-style:dotted;
	border-right-style:dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color:#999999;
	border-bottom-color:#999999;
	border-left-color:#999999;
	border-right-color:#999999;	
}


.roundcont {
	width: 250px;
	background-color:#CCCCCC;
	color:#000000;
}


.roundcont p {
	margin: 0 10px;
}


.roundtop { 
	background: url(_img/tr.jpg) no-repeat top right; 
}



.roundbottom {
	background: url(_img/br.jpg) no-repeat top right; 
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

