@charset "UTF-8";
/* Steve Code - April 2009 */

* {
	margin:0;
	padding:0;
	border:0;
}

#container {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

body {
	background:url(images/SteveBkgd.jpg);
	background-repeat:repeat-x;
	background-color:#003399;
	font:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:125%;
	color:#FFF;
}

a {
	text-decoration:none;
}
a:link {
	color: #FF9;
}
a:visited {
	color: #3CF;
}
a:hover {
	color: #FC0;
}
a:active {
	color: #39F;
}

#header {
	background:url(images/SteveHeader.png);
	background-repeat:no-repeat;
	width:970px;
	height:366px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}

.icons {
	margin-top:0px;
	margin-left:675px;
}

#content {
	background:url(images/SteveBkgdRepeat.jpg);
	background-repeat:repeat-y;
	width:860px;
	height:auto;
	margin-left:24px;
	padding-bottom:25px;
}

#center {
	width:860px;
	height:auto;
	text-align:center;
}

#facebook {
	background:url(images/SteveBkgdRepeat.jpg);
	background-repeat:repeat-y;
	height:auto;
	padding-bottom:-25px;
	margin-left:24px;
	padding-right: 190px;
	text-align:right;
}

#content p {
	width:600px;
	margin-right:120px;
	margin-left:120px;
	padding-top:10px;
}

#bottom {
	background:url(images/SteveBottomInfo.png);
	background-repeat:no-repeat;
	width:860px;
	height:120px;
	margin-left:24px;
	margin-bottom:50px;
}

#bottomnav {
	color:#FFF;
	width:600px;
	text-align:center;
	margin-left:200px;
	padding-top:95px;
	font-size:8pt;
	line-height:110%;
	font-style:italic;
}

.copyright {
	color:#FFF;
	font-size:8pt;
	line-height:180%;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

.navigation {
	width:860px;
	margin-left:90px;
	margin-top:250px;
}

#bottomtext {
	width: 860px;
	height:auto;
	font-size:7pt;
	text-align:center;
	padding:10px;
	color:#0CF;
	line-height:95%;
}
#bottomtext a {color:#0CF}

#content img {
	border:0;
	width:600px;
	margin-left:130px;
	margin-right:130px;
	height:auto;
}

.studageetc {
	width:600px;
	margin-right:120px;
	margin-left:120px;
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:125%;
	color:#FFF;
	padding-top:10px;
	text-align:center;
}

.textinfo {
	width:600px;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:125%;
	color:#FFF;
}

.textinfobold {
	width:600px;
	font:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	line-height:125%;
	color:#FF9;
	text-align:left;
}

.horseheader {
	width:600px;
	font:Tahoma, Geneva, sans-serif;
	font-size:18pt;
	line-height:125%;
	color:#039;
	text-align:center;
	font-weight:bold;
}

.textinfocenter {
	width:600px;
	font:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:115%;
	color:#FFF;
	text-align:center;
}

.congrats {
	width:600px;
	font:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#CCC;
	text-align:center;
}


.weblinks {
	width:600px;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:italic;
	line-height:125%;
	color:#FF9;
}

.2colindex {
	display:table;}
.row {
	display:table-row;}
.cell200px {
	display:table-cell;
	width:200px;
	height:auto;
	padding:5px;}
.cell500px {
	display:table-cell;
	width:500px;
	height:auto;
	padding:5px;}

