body {
	margin: 4px;
	background: #fff;
}
#container {
	width: 100%;
}
#headDiv {
	width: 762px;
	height: 97px;
	background-image: url(../images/topLogoBar.jpg);
	background-repeat: no-repeat;
}
#picDiv {
	width: 300px;
	height: 159px;
	background-image: url(../images/brandPic.jpg);
	background-repeat: no-repeat;
	float: right;
}
#tourDiv {
	width: 462px;
	height: 159px;
	background-image: url(../images/tourBkgrnd.gif);
	background-repeat: no-repeat;
	float: left;
}
/*Start LinkList Styles*/
#linkList {
	margin: 5px 1px -7px 10px;
	width: 195px;
	padding: 0px;
}
#linkList li {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0px 2px 2px;
	border-bottom: 1px solid #c69d67;
	color: #9d2c21;
	width: 100%;
}
#linkList a {
	color: #9d2c21;
	text-decoration: none;
	width: 100%;
	padding: 2px 0px;
}
#linkList a:hover {
	color: #FFF;
	background-color: #9d2c21;
}
/*End LinkList Styles*/
/*Start Homepage LocationPanel Styles*/
#newyorkInfo {
	width: 462px;
	height: 70px;
	background-image: url(/images/midInfoBkgrnd.gif);
	background-repeat: no-repeat;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 87px;
}
#ftlauderdaleInfo {
	width: 462px;
	height: 70px;
	background-image: url(/images/midInfoBkgrnd.gif);
	background-repeat: no-repeat;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 87px;
}
/*End Homepage LocationPanel Styles*/
.homepageLinks {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #9d2c21;
}
.homepageLinks a {
	text-decoration: none;
}
.homepageLinks a:hover {
	decoration: none;
	background: #9d2c21;
	color: #f5f0de;
}
a {
	text-decoration: underline;
	color:  #9d2c21;
}
a:hover {
	text-decoration: none;
	color:  #d71d20;
}
b {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #CC0033;
}
.contentcell {
	background-image: url(/images/content_backer.gif);
	background-repeat: repeat-y;
	height: 320px;
	padding: 0px 20px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.graytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding: 10px 0px;
}
#footer a {
	text-decoration: underline;
	color: #999;
}
#footer a:hover {
	text-decoration: none;
	color: #9d2c21;
}
.getHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9d2c21;
	padding: 0px 15px;
}
.quotetable {
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 5px 15px;
	background-color: #f5f0de;
	border: solid 1px #9d2c21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9d2c21;	
}
.facultyimg {
	border: solid 1px #2f4f79;
	margin-left: 8px;
}
.homelist {
	padding: 10px 0px 10px 24px;
	border: solid 2px #9d2c21;
	background-color: #f5f0de;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9d2c21;
}
.boldred {
	color: #9d2c21;
	font-weight: bold;
}
.whitelink {
	text-decoration: underline;
	color: #FFF;
}
.whitelink:hover {
	text-decoration: none;
	color: #cfd8e2;
}
hr {
    border: 0;
    width: 98%;
    color: #e6e6e6;
	background-color: #e6e6e6;
	height: 1px;
}
H1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003578;
	padding: 0px 15px;
}
.trainingTitle {
	padding: 5px 15px 5px 5px;
	background-color: #9d2c21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;	
}