@charset "UTF-8";
/* CSS Document */
/* GLOBAL STYLES */

body {
	text-align:center;
	}
	
a {
	color: #880000;
	text-decoration: none;
}

a:hover {
	color: #880000;
	text-decoration: underline;
}
	
#content_wrapper {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	border:thin solid #333333;
	overflow:auto;
	height: auto;
	padding:0px;
	text-align:left;
}

.fullborder {
	border:thin solid #333333;
}
	
	
/* PAGE-SPECIFIC STYLES */

#about_us_info {
	float:left;
	width:350px;
	padding:18px;
	background-color:#FFFFFF;
	}

#team_info {
	float:right;
	width:350px;
	padding:18px;
	background-color:#FFFFCC;
	}
	
#recommendations {
	float:left;
	width:350px;
	padding:18px;
	background-color:#ffffff;
	}

#reco_right {
	float:right;
	width:350px;
	padding:18px;
	background-color:#FFFFCC;
	}
	
#clear {
	clear:both;
	}
	
/* FOOTER STYLES */

#footer {
	margin:auto; 
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px; 
	width:760px; 
	font-weight:bold; 
	padding:10px;
}

#footer li {
	display:inline; 
	margin:0px; 
	padding:10px;
}
	
#footer li a {
	color:#999999; 
	text-decoration:none;
}
	
#footer li a:hover {
	color:#990000; 
	text-decoration:none;
}

/* VARIOUS OLD BORDER STYLES */

.blackrightborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.bottomNavBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 2em;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #880000;
}

.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	position: relative;
}

.onlytopborder {
	border: thin solid #333333;
}

form {
	display:inline;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}

body,td,th {
	color: #333333;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

