/* CSS Document */
body 
{ 
background:#FF8C00 url(../images/background_new.jpg) no-repeat fixed center top;
}
div {
	padding: 0px;
	margin: 0px;
}
#main {
	width: 880px;
	text-align: left;
}
#header {
	padding: 5px 4px 5px 25px;
}
#wrapper {
	overflow: auto;
}
#menu {
	width: 170px;
	float: left;
	/*background: url(../images/cover.png);*/	/*BACKGROUND FOR MENU*/
}
#content {
	width: 710px;
	float: right;
	color:#424C35;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: url(../images/cover.png) repeat;
	behavior: url(css/iepngfix.htc);
}
#footer {
	width: 700px;
	float: right;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.dropcap {
	font-size: 20pt;
	font-family: 'English111 Vivace BT', Verdana;
}
a{text-decoration: underline; color: #000000;}
a:link{text-decoration: underline; color: #000000;}
a:active{text-decoration: underline; color: #000000;}
a:hover{text-decoration: none; color: #FF7600;}
a:visited{}
#menu a
{
	color: maroon;
	font-family: tahoma;
	font-size: 9pt;
	text-decoration: none;
	font-weight:bold;
	display: block;
	text-align: left;
	margin-right: 3px;
	line-height: 22px;
}
#menu a:hover {
	color: #CC3300;
}
/* MENU BULLETS */
#menu ul li {
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
#footer a{
	font-size:11px;
	text-decoration:none;
	color:#424C35;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:active{font-size:11px; text-decoration:none; color:#424C35;}
#footer a:hover{font-size:11px; text-decoration:underline; color:#CCCCCC;}
#footer a:visited{font-size:11px;}
/* HEADER FORMAT (WELCOME TO VANDERBILT BREEZE, ETC) */
.title{
	background-image:url(../images/titles_left.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
a img {
	border-color: #000000;
}	
a img.deselected {
	border-color: #9933FF;
}
a img.selected {
	border-color: #CC0000;
}
.description {
	text-align: left;
}
.description h2 {
	margin-bottom: 0px;
	margin-top: 5px;
}
td {
	vertical-align: top;
}
.button {
	opacity: 1.0;
	filter: alpha(opacity=100);
	cursor: pointer;
}
.buttondown {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}