/* CSS Document */

body {
	background: #791F1F url(images/bg.jpg) bottom left fixed repeat-x;
	color:#333;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 2px solid #BC2929;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
}
.schol_tab_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.schol_tab_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.schol_tab_3 {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	background: #fff url(images/body_bg.gif) repeat;
	color: #333;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #BC2929;
	width: 752px;
}

#header {
	background: #ccc;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu {
	position: relative;
	bottom: 25px;
	float: right;
	padding: 0 5px 0 0;
	margin: 0;
	line-height: normal;
	font-size: 93%;
	width: auto;
	height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float:left;
	background: url("images/but_right.png") no-repeat right top;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menu a {
	display: block;
	background: url("images/but_left.png") no-repeat left top;
	padding: 5px 16px 4px 16px;
	float: left;
}

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

  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #menu a {float:none;}
  /* End IE5-Mac hack */

#menu #current {
	background-image: url("images/sel_left.png");
}

#menu #current a {
	background-image: url("images/sel_right.png");
	padding-bottom: 5px;
}

#header img {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
}

#pagebody {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	color:#444;
	background: transparent;
	clear: both;
}

#maincontent {
	float: right;
	margin: 0;
	padding: 10px;
	width: 550px;
}

th {
	font-weight:bold;
}

#sidebar {
	padding: 2px 10px 10px 0;
	float: left;
	margin: 0;
	color: #666;
	background: transparent;
	width:150px;
	height: 100%;
	font-size: 14px;
    text-align: left;
}

#footer {
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 5px 7px 7px 10px;
	text-align: left;
	clear: both;
	font-size: xx-small;
}

#footer p {
	margin: 5px 0;
	padding: 0;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #999;
	background: transparent;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #526968;
	background: transparent;
}

#announcements {
	text-align: left;
	width: 529px;
	padding: 0;
	position: relative;
	background: url(images/head_body.gif) top left no-repeat;
}

#announ_header {
	font-size: 20px;
	color: #000;
	font-weight:bold;
	text-align: left;
	padding: 20px 0 0 25px;
	width: 529px;
	height: 34px;
	background: url(images/heading.gif) top left no-repeat;
}

#announcements h2 {
	font-size: 12px;
	color: #990000;
	font-weight:bold;
	float: right;
	border-left: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	padding: 2px;
}

#announcements p {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
	padding: 5px;
	margin: 3px;
}

#banner {
	background: url(images/banner.jpg) top left no-repeat;
	width: 550px;
	height: 198px;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	display:block;
}

#banner h3 {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 11px;
	top: 16px;
}


#banner p {
	position: absolute;
	left: 14px;
	top: 54px;
	width: 295px;
	height: 104px;
	text-indent: 5%;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* Banner Change stuff */
#banner {
 background-image: url(images/banner_bld.jpg);
}
#banner p {
	width: 315px;
}