html {
  background-color: #ffffff;
}

body, td, th, textarea, input, select {
	font: 83%/1.4 arial, helvetica, sans-serif;
}

a:link, a:visited {
	color: #2554C7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#ft a:hover {
	color: #15317E;
}

#doc3 {
	margin:auto 0px;
}

#alerts {
	background-color: #FFDF33;
	color: #cc0000;
	display: none;
	position: fixed;
	left: 0px;
	width: 100%;
}

#alerts ul {
	margin: 0;
}

#hd {
	background-color: #000927;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
}

#logo {
	text-align: center;
}

#tabs {
	width:900px;
	margin-left:auto;
	margin-right: auto;
	font-size:93%;
	line-height:normal;
	height:32px;
}
/*
#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("../images/tableftB.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabrightB.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}
*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*
#tabs a span {float:none;}
*/
/* End IE5-Mac hack */
/*
#tabs a:hover span {
	color:#000;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

#tabs #current a {
	background-position:0% -42px;

}

#tabs #current a span {
	background-position:100% -42px;
}
*/
#secondary-nav {
	background-image: url(../images/nav-secondary-bg.png);
	background-repeat: repeat-x;
	width:100%;
	margin-left:auto;
	margin-right: auto;
	font-size:93%;
	line-height:normal;
	height: 30px;
	text-align:center;
}

#secondary-container {
	width:900px;
	margin-left:auto;
	margin-right: auto;
	padding-top:5px;
}

#secondary-tabs {
	float:left;
	text-align:left;
	width:450px;
}

#nav-search {
	float:right;
	text-align:right;
	width:450px;
}

#secondary-tabs a {
	color:#666;
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#secondary-tabs a:hover {
	color:#666;
	text-decoration:underline;
}

#bd {
	background-image: url(../images/content-top-bg.png);
	background-repeat: repeat-x;
}

#yui-main {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

.yui-g {
	padding-left: 15px;
	padding-right: 15px;
}

#member-left {
	float:left;
	width:170px;
	padding-top:25px;
}

#member-right {
	float:right;
	width:700px;
}

#ft {
	background-image: url(../images/footer-bg.png);
	color:#cccccc;
	text-align: center;
}

#ft a:link, #ft a:visited {
	color: #eeeeee;
	text-decoration: none;
}

#ft a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div.clear {
	clear:both;
}

.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

table.schedule {
	width:100%;
}

table th {
	background-color:#0000cc;
	color:#fff;
	font-weight:bold;
}

table tr.even td {
	background-color:#eeeeee;
}

th.building {
	background-color:#000099;
}

td.time {
	background-color:#dedede;
	text-align:center;
}

.contactus-form div {
	border-bottom:1px solid #DDDDDD;
	clear:left;
	padding:10px 0 10px 10px;
	position:relative;
}

.contactus-form label {
	display:block;
	float:left;
	font-size:90%;
	font-weight:bold;
	margin:0;
	padding:5px;
	width:200px;
}

.errors {
	font-size:110%;
	font-weight:bold;
	display:block;
	border:3px solid #DDDDDD;
	color:#cc0000;
	padding:5px;
}

#login-form {
	margin-left: auto;
	margin-right: auto;
	width:325px;
	padding:10px;
	text-align: center;
}

#login-form form {
	font-size:100%;
	margin-top: 1.5em;
}

#login-form form input {
	font-size:100%;
}

#login-form .form-row {
	padding: 0.25em;
}

#login-form .links {
	text-align: left;
}

#login-form p {
	text-align: left;
}


#register-form form {
	font-size:100%;
	margin-top: 1.5em;
}

#register-form form input {
	font-size:100%;
}

#register-form .form-row {
	padding: 0.25em;
}

#register-form label {
	width:120px;
	display:block;
	float:left;
	margin-right:10px;
	font-weight:bold;
}

.success {
	font-size:110%;
	font-weight:bold;
	display:block;
	border:3px solid #DDDDDD;
	color:#00cc00;
	padding:5px;
}

#bd ul {
	margin-left: 25px;
	padding-left: 0;
	list-style: none;
}

#bd li {
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .25em;
}