body {
	background-image: url(/images/bgTopRepeat.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

/* positioning styles begin */
#bottomRepeat {
	background-image: url(/images/bgBottomRepeat.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
}
#wrapper {
	width: 676px;
	margin-left: auto;
	margin-right: auto;
}
#homeLogo {
	position: relative;
	top: 70px;
	/*width: 366px;*/
}
#homeNav {
	position: relative;
	top: 70px;
	height: 17px;
	width: 676px;
}
#homeCollage {
	position: relative;
	top: 70px;
	height: 17px;
	width: 660px;
}
#homeBanner {
	position: relative;
	top: 80px;
	height: 40px;
	width: 600px;
}
.pHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}
.hyperlink {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #0072b5;
	font-weight: bold;
	text-decoration: none;
}
#logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 1px;
	height: 76px;
	width: 277px;
}
#mainNav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 38px;
	left: 278px;
	height: 17px;
	width: 640px;
}
#sideNav {
	position: absolute;
	top: 100px;
	width: 276px;
	height: 453px;
	left: 0px;
}
#left {
	position: absolute;
	top: 77px;
	width: 354px;
	height: 453px;
	left: 0px;
}
#right {
	position: absolute;
	right: 10px;
	left: 277px;
	top: 100px;
	width: 60%;
	padding: 0px 0 60px 0;
}
#footer {  
  	position: relative;
  	bottom: 10;
  	left: 275px;
  	padding: 30px 0 30px 0;
  	width: 60%;
} 
#map {
	position: absolute;
	width: 564px;
	height: 471px;
}
/* positioning styles end */


/* tabular data within content only styles begin */
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	color: #000000;
	border: 1px solid #adb6bd;
	margin-bottom: 20px;
}
.tableHead {
	font-weight:bold;
	font-size: 14px;
	color: white;
	background: #6c87a1;
	line-height: 18px;
}
.tableHead2 {
	font-weight:bold;
	font-size: 12px;
	color: #34525c;
	background: #dae4e9;
	line-height: 14px;
}
.tableHead3 {
	font-weight: bold;
	font-size: 12px;
	color: #34525c;
	background: #e1f1f9;
}
/* tabular data styles end */


/* content styles begin */
a {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #0072b5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0072b5;
}
h1 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #0d2f53;
	margin-top: 0px;
}
h2 {
	font-family: Georgia;
	font-size: 16px;
	color: #0d2f53;
	font-weight: bold;
	margin-bottom: -10px;
}
h3 {
	font-family: Georgia;
	font-size: 14px;
	color: #0d2f53;
	margin-bottom: -5px;
}
h4 {
	font-family: Georgia;
	font-size: 12px;
	color: #0d2f53;
	margin-bottom: -5px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 100px;
	color: #f0d898;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	margin-right: 60px;
}
.pMargin {
	margin-left: 25px;
	margin-top: 3px;
	margin-right: 10px;
	line-height: 110%;
}
.lineHeight {
	margin-top: -8px;
	margin-left: 25px;
	line-height: 17px;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: circle;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.form {
	margin-bottom: 2px;
}
.staff {
	margin-bottom: 15px;
}
/* content styles end */
/*start chris' styles*/
.vcfTitle {
	font-family: Georgia;
	font-size: 14px;
	color: #0d2f53;
	font-weight: bold;
}
.vcfContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0d2f53;
}
.offScreen{
	position:absolute;
	left:-1000px;
	top:-1000px;
}
/*end chris' styles*/