/* Ohio State Tix CSS File 
 * Author: George Titsworth
 */
body {
	margin: 0px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	position: absolute;
	top: 187px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 100%;
	background-color: #FFFFFF;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
#container h1 {
	width: 100%;
	background-color: #990000;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	color: #CCCCCC;
	font-size: 20px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#container h2 {
	width: 90%;
	background-color: #990000;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 5%;
}
#container h5 {
	width: 100%;
	background-color: #990000;
	border-top: 1px solid black;
	color: #CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#container p {
	width: 90%;
	margin-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#header {
	width: 750px;
	background-color: #990000;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	border-bottom: 2px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#title1 {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:36px;
	font-stretch: expanded;
	text-align: center;
	font-weight: 900;
	color: #CCCCCC;
}
#subtitle {
	position: absolute;
	top: 65px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	font-weight: 900;
	color: #CCCCCC;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu a {
	padding-right: 4px;
	padding-left: 4px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	/*border-left: 1px solid #CCCCCC;*/
	border-right: 1px solid #000000;
}
.menu a:hover {
	padding-right: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	/*border-left: 1px solid #CCCCCC;*/
	border-right: 1px solid #000000;
}
#navArea {
	position: absolute;
	top: 92px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 95px;
	background-color: #CCCCCC;
	padding 5px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
}
#leftPic {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 90px;
	height: 90px;
	background-image: url(../images/logo.jpg);
}
#rightPic {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 285px;
	width: 90px;
	height: 90px;
	background-image: url(../images/logo.jpg);
}
.style5 {color: #CCCCCC; font-weight: bold; }
.style6 {font-size: small}
.style7 {	font-size: small;
	font-weight: bold;
}
.style8 {font-size: medium}
