@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
.qmmc .qmdivider {
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
	margin: 0px;
}
.qmmc .qmdividery {
	float: left;
	width: 0px;
	margin: 0px;
}
.qmmc .qmtitle {
	display: block;
	cursor: default;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	margin: 0px;
}
.qmclear {
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none !important;
	margin: 0px;
}
.qmmc {
	margin-left: auto;
	position: relative;
	z-index: 10;
	margin: 0px;
}
.qmmc a, .qmmc li {
	float: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	margin: 0px;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
	float: none;
	margin: 0px;
}
.qmsh div a {
	float: left;
	margin: 0px;
}
.qmmc div {
	visibility: hidden;
	position: absolute;
	margin: 0px;
}
.qmmc .qmcbox {
	cursor: default;
	display: block;
	position: relative;
	z-index: 1;
	margin: 0px;
}
.qmmc .qmcbox a {
	display: inline;
	margin: 0px;
}
.qmmc .qmcbox div {
	float: none;
	position: static;
	visibility:inherit;
	left: auto;
	margin: 0px;
}
.qmmc li {
	z-index: auto;
	margin: 0px;
}
.qmmc ul {
	left: -10000px;
	position: absolute;
	z-index: 1;
	margin: 0px;
}
.qmmc, .qmmc ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.qmmc li a {
	float: none;
}
.qmmc li:hover > ul {
	left: auto;
	margin: 0;
}

#qm0 ul {
	z-index: 4;
	top: 100%;
	margin: 0px;
}
#qm0 ul li:hover > ul {
	top: 0px;
	left: 100%;
	margin: 0px;
}
/* QuickMenu 0 */
/*"""""""" (MAIN) Container""""""""*/
#qm0 {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
	width: 742px;
	background-color: #ffffff;
	background-image: url(/images/Navbar/gradient_4.gif);
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #000000;
}
/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 91px 5px 8px;
	background-color: transparent;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #000000;
}
/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
	background-color: #ece9e9;
	color: #b62828;
	text-decoration: none;
}
/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/
#qm0 li:hover > a {
	background-color: #ece9e9;
	color: #b62828;
	text-decoration: none;
}
/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background-color: #ece9e9;
	color: #b62828;
	text-decoration: none;
}
/*"""""""" (SUB) Container""""""""*/
#qm0 div, #qm0 ul {
	padding: 5px;
	margin: 0px 0px 0px -1px;
	background-color: #e1dede;
	border-width: 3px;
	border-style: solid;
	border-color: #666666;
}
/*"""""""" (SUB) Items""""""""*/
#qm0 div a, #qm0 ul a {
	padding: 2px 55px 2px 5px;
	color: #333333;
	font-size: 11px;
	border-style: none;
}
/*"""""""" (SUB) Hover State""""""""*/
#qm0 div a:hover {
	background-color: #ede8e8;
	color: #b62828;
}
/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/
#qm0 ul li:hover > a {
	background-color: #ede8e8;
	color: #b62828;
}
/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background-color: #ede8e8;
	color: #b62828;
	text-decoration: none;
}
/*"""""""" Individual Titles""""""""*/
#qm0 .qmtitle {
	margin: 2px 5px 5px;
	color: #672d2d;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
/*"""""""" Individual Horizontal Dividers""""""""*/
#qm0 .qmdividerx {
	border-top-width: 1px;
	margin: 4px 5px;
	border-color: #ca8484;
}
/*"""""""" Custom Rule""""""""*/
ul#qm0 li .qmparent {
	background-image: url(../images/Navbar/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: 92% 50%;
}
/*"""""""" Custom Rule""""""""*/
ul#qm0 li:hover > a.qmparent {
	text-decoration: none;
	background-image: url(../images/Navbar/arrow_2.gif);
}
/*"""""""" Custom Rule""""""""*/
ul#qm0 ul li .qmparent {
	background-repeat: no-repeat;
	background-image: url(../images/Navbar/arrow_0.gif);
	background-position: 92% 50%;
}
/*"""""""" Custom Rule""""""""*/
ul#qm0 ul li:hover > a.qmparent {
	background-image: url(../images/Navbar/arrow_0.gif);
	text-decoration: none;
}
body {
	height: 100%;
	background-color: #000000;
	margin: 0px;
	background-image:url(../images/All_Pages/Format/mainbackgroundv1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
}
#Header {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Navbar {
	width: 750px;
	margin: 0;
}
.Content {
	border: none;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	color:#333333;
	height:auto;
}
#bkgGray.Content {
	background:#e9e9e9;
}
.contentcornerstop {
	background-image: url(/images/All_Pages/Format/topcorners.gif);
	height:10px;
	width:750px;
	margin:15px auto 0px auto;
	clear:both;
}
.contentcornersbottom {
	background-image: url(/images/All_Pages/Format/bottomcorners.gif);
	height:10px;
	width:750px;
	margin: 0px auto 10px auto;
	clear:both;
}
.Viewchanger {
	z-index: 1;
	margin-top: 3px;
	height: 350px;
	width: 750px;
}
.footer {
	background-color: #000;
	height: 130px;
	width: 750px;
	margin: auto;
}
.push {
	height: 130px;
	vertical-align:bottom;
	margin: 0;
}
#Header h1 {
	background-image: url(../images/All_Pages/Headerv4.jpg);
	background-repeat: no-repeat;
	TEXT-INDENT: -9999px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#Header a {
	margin-left: 310px;
	width: 130px;
	height: 70px;
	display: block;
	color: red;
}
#LeftFeature {
	margin-top: 2px;
	width: 230px;
	float: left;
}
#LeftFeature h3 {
	margin-top: 2px;
	background-image:url(../images/HomePage/calendarpic.jpg);
	background-repeat: no-repeat;
	TEXT-INDENT: -9999px;
	width: 230px;
}
#LeftFeature a {
	margin-top: 2px;
	width: 230px;
	height: 200px;
	display: block;
}
#RightFeature {
	width: 510px;
	float: right;
	margin-top: 2px;
	margin-right: 3px;
}
#RightFeature h4 {
	margin-top: 2px;
	background-image: url(../images/HomePage/Forumspic.jpg);
	background-repeat: no-repeat;
	TEXT-INDENT: -9999px;
	width: 510px;
	height: 200px;
}
#RightFeature a {
	margin-top: 2px;
	float: right;
	width: 510px;
	height: 200px;
	margin-right: 3px;
	display: block;
}
#Search {
	text-align: center;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#SearchHome {
	text-align: center;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}
#searchhead {
	margin-top: 100px;
	text-align: center;
}
.centeredquery {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	text-align: center;
}
.article {
	background-color:#e9e9e9;
}
.articleleft {
	padding-left:10px;
	float: left;
	width: 240px;
	font-size: 14px;
	text-align:left;
}
.articleleft a {
	text-decoration: none;
	color: #FF0000;
}
.prname {
	text-decoration: none;
	color: #333333;
	font-size:16px;
}
.articleleft visited {
	text-decoration:none;
	color: #990000;
}
.articleleft img {
	margin:10px 0px 0px 0px;
}
.articleright {
	padding:5px;
	float: right;
	width: 490px;
	text-align:center;
}
.articleright a {
	color:#FF0000;
	text-decoration:underline;
}
.articleright a:hover {
	text-decoration:none;
	color:#990000;
}
.articletitle {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.articlesubtitle {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}
.articleright p {
	font-size: 14px;
	text-align:left;
	padding: 0px 20px 0px 10px;
}
.push2 {
	font-size: 10px;
}
.varsitylist {
	margin-top:10px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 115px;
	float: left;
}
.froshlist {
	margin-top:10px;
	padding: 0 10px 0 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	width: 115px;
	list-style-type: none;
}
.ulv, .ulf {
	padding:0px;
	margin:auto;
	list-style: none;
	list-style-type: none;
}
.vtitle {
	padding-left:8px;
	color:#990000;
	font-size:18px;
}
.ftitle {
	padding-left:8px;
	color:#666666;
	font-size:18px;
	width:100%;
}
.select1 {
	width:230px;
	height:120px;
	text-align:center;
	vertical-align:middle;
	font-size:32px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FF0000;
	line-height:120px;
	margin-top:-10px;
}
.select1 a {
	color:#ff0000;
	text-decoration:none;
}
.select1 a:hover {
	font-weight:bold;
}
.select1 a:visited {
color:#990000;
}
.portaldown {
	width:230px;
	margin-top:19px;
}
a {
	color:#FF0000;
	text-decoration:none;
}
a:visited {
	color:#990000;
}
.phototitle a {
	color:#CC0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-align:left;
	font-weight:600;
	text-decoration:none;
}
.phototitle a:hover {
	text-decoration:underline;
	color:#FF0000;
}
.phototitle a:visited {
	color:#990000;
}
a img {
	border:none;
}
.xchistory {
	width:300px;
	float:left;
	margin-left:20px;
}
.trackhistory {
	width:300px;
	float:right;
	margin-right:20px;
}
#jabbify #jabbify_window .jab_title { 
background-color:#ff0000; 
} 
/* header bar mouseover-ed */
#jabbify #jabbify_window .jab_title.jab_over { background-color:#666666; }

/* height of messages area */
#jabbify #jabbify_window #jab_messages { height: 200px; }

/* height of textarea for new messages */
#jabbify #jabbify_window #jab_message { height: 50px; }

#jabbify #jabbify_window #message_message {width:200px;}

#jabbify #jabbify_window .jabbify_message current_user_message {color:#FF0000;}

#jabbify #jabbify_window { left: 10px; right: auto; top:300px; bottom:auto;} 

#jabbify #jabbify_window {background-image:none;
}
ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 16px Helvetica, Verdana, Arial, sans-serif;line-height:165%;width:300px;}
ul.vert-one li{margin:0;padding:0;border-top:1px solid #4D0000;border-bottom:1px solid #761A1A;}
ul.vert-one li a{display:block;text-decoration:none;color:#fff;background:#600;padding:0 0 0 20px;width:280px;}
ul.vert-one li a:hover{background:#900 url("/images/All_Pages/Format/vert-one_arrow.gif") no-repeat 0 9px;}
ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#933 url("/images/All_Pages/Format/vert-one_arrow.gif") no-repeat 0 9px;}
#articlelinks a {
	font-size:24px;
	text-decoration:none;
	color:#FF0000;
}
#articlelinks a:hover {
	text-decoration:underline;
}
#logs {
	border:thin #000000 solid;
	padding:0px 3px 0px 3px;
}
#logs a{
	color:#990000;
	text-decoration:none;
}
#logs a:hover{
	color:#FF0000;
	text-decoration:underline;
}
.pics {  
    height:  200px;  
    width:   230px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  215px; 
    height: 185px; 
    top:  0; 
    left: 0 
} 
/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
#alivenav {
	margin-top:10px;
}
#alivenav ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
}
#alivenav ul li {
	padding:3px 15px;
	list-style:none;
	display:inline;
}
h6 {
	font-size:11px;
}
.runnerpadding {
	padding-bottom:20px;
	padding-top:0px;
}
.runnerimage {
	padding:0px;
	border:#e9e9e9 2px solid;
}
.runnerimage:hover {
	border:#FF0000 2px solid;
}
.historyarticletitle {
	font-weight:bold;
	line-height:0pt;
	}
.historyarticletitle h1 {
	font-size:26px;
}
.historyarticletitle h2 {
	font-size:22px;
}
.historyarticletitle h3 {
	font-size:20px;
}
