@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background-image:url(../images/siteimages/osuTestBG3.gif);
	background-repeat:repeat-x;
}


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display:block;
}

a:link{ color: #333333; }

a:visited{ color: #333333; }

a:hover, a:focus{ color: #000000;	text-decoration:none; }

p{	margin:1em 0; }

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }




.oneColFixCtrHdr #topNav {
	padding: 3px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:20px;
}
.oneColFixCtrHdr #topNav a:link {
text-decoration:none;
	color: #999999;
}
.oneColFixCtrHdr #topNav a:visited {
	text-decoration:none;
	color: #999999;
}
.oneColFixCtrHdr #topNav a:hover {
text-decoration:none;
	color: #000000;
}
























.oneColFixCtrHdr #mainSiteBC {
	padding: 0px 0px 0px 0px;
	width: 350px;
	font-size: 10px;
	color: #999999;
}

.oneColFixCtrHdr #mainSiteNav {
	padding: 0px 0px 0px 0px;
	float: right; /* since this element is floated, a width must be given */
	width: 380px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align:right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}









.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
}

.oneColFixCtrHdr #promoNav {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	align: right;
	height:30px;
}

.oneColFixCtrHdr #midNav {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	padding: 2px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:22px;
	position:relative;
	display:block;
}

.oneColFixCtrHdr #mainContent {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}



.bodycopy {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}


.bodycopy a:link {
text-decoration:none;
	color: #3ba2c5;
}
.bodycopy a:visited {
	text-decoration:none;
	color: #3ba2c5;
}
.bodycopy a:hover {
text-decoration:none;
	color: #3ba2c5;
}

.bodycentered {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.bodycentered a:link {
text-decoration:none;
	color: #3ba2c5;
	text-align: center;
}
.bodycentered a:visited {
	text-decoration:none;
	color: #3ba2c5;
	text-align: center;
}
.bodycentered a:hover {
text-decoration:none;
	color: #3ba2c5;
	text-align: center;
}

.caption {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
	line-height: 12px;
}

.caption a:link {
text-decoration:none;
	color: #3ba2c5;
}
.caption a:visited {
	text-decoration:none;
	color: #3ba2c5;
}
.caption a:hover {
text-decoration:none;
	color: #3ba2c5;
}

.headline {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 20px;
	line-height: 22px;
}
.redbold {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
.blackbold {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.blackbold a:link {
text-decoration:none;
	color: #3ba2c5;
}
.blackbold a:visited {
	text-decoration:none;
	color: #3ba2c5;
}
.blackbold a:hover {
text-decoration:none;
	color: #3ba2c5;
}





.oneColFixCtrHdr #footer {
	padding: 20px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}
.oneColFixCtrHdr #footer p {
	text-align: left;
	vertical-align: middle;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a:link {
	text-decoration:none;
	color: #999999;
}
.oneColFixCtrHdr #footer a:visited {
	text-decoration:none;
	color: #999999;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: none;
	color: #000000;
}

