/* Global Styles */

body {
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	background-color: #660000;

}
label {
	font-weight: bold;
}

a {
	color: #cc0000;
	text-decoration:underline;
	font-weight:bold;
}
#chicagoimg {
	float: left;
}

a:hover {
	color: #993300;
	text-decoration:underline;
}
h3 {
	font-size: medium;
	color: #666666;
	margin-bottom: -20px;
}

h2 {
	font-size: large;
	color: #996600;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
#container {
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.footer {
	background-color: #330000;
	font-size: small;
	width: 100%;
	color:#FFFFFF;
}
.footer a:link, .footer a:visited {color:#FFFFFF}
.footer a:hover {color: #FFFF66}

#header {
	background:#FFFFFF;
}
#header img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menubar {
	background-color: #000066;
}
#contentleft {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	min-height: 185px;
}
#contentleft h1 {
	background-color: #330000;
	font-size: x-large;
	color: #999999;
	letter-spacing: 0.30em;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px 10px 0px 10px;
}
#contentright {
	background-color: #FFFFFF;
	margin-left: 120px;
}
/*************** search styles *****************/

#search {
float:right;
/	position: absolute;
	top: 37px;
/	z-index: 101;
/	left: 741px;
}
#search input {
	font-size: 70%;
}
th {
	color: #FFFFFF;
	background-color: #333333;
	border: thin solid #FFFFFF;
}
.tablesubheader {
	font-weight: bolder;
	color: #000066;
	margin-top: -1px;
	margin-bottom: -1px;
}

#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}
#search a:hover {
	margin: 0px;
}
#search p {
	font-size:medium
}
/*rounded corners*/
.box {
	background: #FFFFFF;
}
.boxtop {
	background: url(ne.gif) no-repeat top right;
}
.boxtop div {
	font-size: 0;
	height: 25px;
	background: url(nw.gif) no-repeat top left;
}
.boxbottom {
	background: url(se.gif) no-repeat bottom right;
}
.boxbottom div {
	font-size: 0;
	height: 25px;
	background: url(sw.gif) no-repeat bottom left;
}
.boxcontent {
	padding: 0px 25px 0px 25px;
}
#membermenu {
	float: left;
	padding-right: 10px;
}
