*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 91%;
	color: black;
	line-height: 20px;
}

body
{
	padding-bottom: 30px;
	//text-shadow: 0px 1px 1px #ddd;
	//letter-spacing: 0.1px;
}

h1, h2, h3, h4, h5, h6 {
	text-shadow: 1px 1px 2px #bbb;
	letter-spacing: 0.1px;
}

html>body
{
     font-size: 12px; /* For modern browsers 1em = 12px */
}

h2 a:visited {
	color: #36F;
}

h2 a:hover {
	color: #008;
}

p {
	line-height: 1.5;
	margin: 0 0 1em;
}

#title
{
	margin: 30px auto -13px auto;
	width: 900px;
	height: 94px;
	position: relative;
	padding: 0px;
}

#navbar
{
	border-left: 1px solid #AABED3;
	border-right: 1px solid #AABED3;
	border-top: 1px solid #AABED3;
	background: #D3DEEA;
	overflow: hidden;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navbar ul
{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}

#navbar ul a:hover {
	color: #fff;
}

li.tab
{
	float: left;
	font-size: 1.1em;
	display: block;
}

li.thistab
{
	float: left;
	font-size: 1.1em;
	display: block;
}

li.tab a
{
	color: #576A95;
	text-decoration: none;
	font-weight: bold;
	background-repeat: repeat-x;
	display: block;
	padding: .3em;
	margin-right: .6em;
}

li.tab a:visited {
	color: #576A95;
}

li.thistab a:visited {
	color: #fff;
}

li.tab a:hover
{
	color: white;
	background-color: #AABED3;
}

li.thistab a
{
	text-decoration: none;
	font-weight: bold;
	background-repeat: repeat-x;
	display: block;
	padding: .3em;
	margin-right: .6em;
	background-color: #AABED3;
	color: #fff;
}

li.thistab a {
	color: #fff;
}

.content
{
	display: block; 
	padding: 10px;
	text-align: left;
	width: 900px;
	border: 1px solid #AABED3;
	border-top: 1px solid #AABED3;
}

img.accent
{
	float: left;
	border: 3px solid #AABED3;
	margin-right: 20px;
}

.left
{
	float: left;
	width: 500px;
}

.right
{
	float: right;
	width: 325px;
	clear: right;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.box h1
{
	background: #fff;
	padding: 10px;
	color: #000;
	font-size: 1.2em;
}

.box .heading
{
	border-bottom: 1px solid #B1AD37;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.box h2
{
	margin-bottom: 5px;
}

ul.events
{
	list-style: none;
}

ul.events li
{
	margin: 10px 0;
}

#footer
{
	clear: both;
	background: #D3DEEA;
	border: 1px solid #AABED3;
}

#footer p
{
	margin: 0;	
	color: #1A346F;
}

table
{
	margin: 10px;
	border: 1px solid #999;
	border-collapse: collapse;
}

table td
{
	border: 1px solid #999;
	padding: 5px;
}

.rightalign
{
	text-align: right;
}

.content_ul ul, .border
{
	margin: 10px;
	padding: 5px;
	border: 1px solid #dddddd;
}

.content_ul ul li
{
	margin-left: 20px;
	list-style: square;
}

.norm ul li {
	margin-left: 20px;
	list-style: square;
}

.gmaps {
	float: right;
	width: 38px;
	height: 38px;
	background-image: url("http://isoffcampus.com/globe2.jpg");
}

.gmaps:hover {
	background-image: url("http://isoffcampus.com/globe1.jpg");
}

.username {
	position: relative;
	top: 4px;
}

textarea {
	padding: 2px;
}

textarea:focus {
	border: 2px solid #000;
}

input {
	padding: 2px;
}

input:focus {
	border: 2px solid #000;
}

label {
	padding: 4px;
	padding-right: 10px;
}

label:hover {
	font-weight: bold;
}

.pricecell {
	text-align: right;
}
