/* 
 * STANDARD HTML ELEMENTS
 */
body {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color: #000000;
	font-size: 0.875em;	/* 16px * .875 = 14px */
}
body, caption, th, td {
	/* PICK A FONT FAMILY */
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, sans-serif;
	font-family: Arial, Helvetica;
	font-family: Verdana;
}
body {
text-align: center; /* 1st part of IE/win centering hack */
}
#centeredDiv {
text-align: left; /* 2nd part of IE/win centering hack */
margin-left: auto; /* standards-compliant centering method */
margin-right: auto;
width: 760px;
}

/*
 * CSS2.1 Default Font Sizes
 *
 */
p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 1em;
}
/* give headers x-small bottom margins */
h1 {
	font-size: 2em;
	/* xx-large*/
	margin-bottom: 0.375em;
}
h2 {
	font-size: 1.5em;		/* x-large	*/
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;		/* large	*/
	margin-bottom: 0.625em;
}
h4, h5, h6 {
	font-size: 1em;			/* medium	*/
	margin-bottom: 0.75em;
}
/* uncomment if h1 is an image with alt attribute
h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/

/* Links */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	background-color: #ECECEC;
	text-decoration: underline;
}

abbr {
	font-style: normal;	/* Safari italicizes abbr! */
	border-bottom: 1px dotted #00ff00;
	cursor: help;
	white-space: nowrap;
}

ul, ol {
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	line-height : 5px;
}
li {
	margin-left: 1em;
	padding-left: 0px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 1em;
}
ul			{ list-style-type: disc; }
ul ul		{ list-style-type: circle; }
ul ul ul	{ list-style-type: square; }
ul ul ul ul	{ list-style-type: disc; }
ol 			{ list-style-type: decimal; }
ol ol		{ list-style-type: lower-alpha; }
ol ol ol	{ list-style-type: lower-roman; }
ol ol ol ol	{ list-style-type: decimal; }




/* ERROR MESSAGES */
.warning {
	color: #cc0000;
	font-weight: bold;
}
.errorMessage {
	padding: 10px;
	background-color: #e5e5e5;
	color: #666666;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}
.errorMessage .errorReason {
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
}
.errorMessage p {
	margin-bottom: 0px;
}

/* FOOTER */
.footer {
	margin-top: 1em;
	padding-top: 0.5em;
	padding-right : 10px;
	padding-bottom: 0.5em;
	/* text-align: center;
	*/
	text-align : right ;
	font-size: 0.8em;
	background-color : #EAEAEA;
	border : 1px solid black;
	width : 760px;
	margin-left : auto;
	margin-right : auto;
}
.footer p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
/* CREDITS */
p.credits {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	padding-right: 20px;
	text-align: right;
	font-size: 0.8em;
	line-height: 15px;
}
p.credits, p.credits a:link, p.credits a:visited, p.credits a:hover {
	color: #cccccc;
	text-decoration: none;
}
p.credits a:hover {
	background-color: transparent;
	color: #333333;
}
p.credits a span {
	text-decoration: underline;
}
p.credits a:hover span {
	color: #ffffff;
	background-color: #0000ff;
}
p.credits a span.more {
	display: none;
}
/* STANDARD CLASSES */
.bottom {
	border : solid White;
	padding: 15px;
}

.content {
	padding-left : 20px;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
}

/* A clearing div causes the infamous IE peek-a-boo bug. For IE/win,
you NEED to apply '* html CONTAINER { height: 1%; }' to the container
(of the float & clearing divs). */
.spacer {
	display: block;
	clear: both;
	margin: 0px;
	border: none;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}
* html div#spacerDivsContainer { height: 1%; }


/* Marcials Stuff */

.otherul {
	list-style-type: disc;
	margin-top : 0px;
	margin-bottom : 0px;
	line-height : 15px;
}
a.nobullet {
	text-decoration : none;
}
a.nobullet:visited {
	text-decoration : none;
}
.nobullet {
	list-style-type : none;
	list-style : none;
	font-weight : bolder;
	font-size : 16px;
	font-family :  Arial;
}

.qfloat {
	text-align : right;
	padding-top : 5px;
	padding-right : 5px;
	font-size : 18px;
	font-family : "Arial Black";
	color : #9F0000;
}	

.picfloat {
	position : relative;
	left : 95px;
	top : 200px;
}

.slogan {
	font-size : 26px;
	font-weight : bold;
	font-family : Arial;
	color : #D60000;
	text-align : left;
}

.header {
	vertical-align : top;
	border-top : 2px solid Black;
	border-right : 2px solid Black;
	border-left : 2px solid Black;
}

.mid1 {
	border-left : 2px solid black;
	border-bottom : 2px solid black;
	vertical-align : top;
}

.mid2 {
	border-right : 2px solid black;
	border-bottom : 2px solid black;
	vertical-align : top;
}

.quarters {
	border-left : 2px solid black;
	border-right : 2px solid black;
	border-bottom : 2px solid black;
}

.qon {
	font-size : 26px;
	font-family : "Arial Black";
	color : #D60000;
	border-top : 1px solid black;
	border-right : 1px solid black;
	border-left : 1px solid black;
	background : #EAEAEA;
	text-align : center;
}

.qoff {
	font-size : 26px;
	font-family : "Arial Black";
	color : #B2B2B2;
	text-align : center;
	border-bottom : 1px solid black;
}

.qcontent {
	border-top : 0px solid black;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
	border-left : 1px solid black;
	background : #EAEAEA;
	margin : 10px 10px 10px 10px;
	padding : 10px 10px 10px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : black;	
}

.more {
	font-size : 26px;
	font-family : "Arial Black";
	color : #D60000;
	text-align : right;
	vertical-align : bottom;
	margin : 10px 10px;
}

.indent {
	margin-left: 20px;
}

.points{
	font-style : italic;
	font-size : 14px;
}

.center {
	margin-left : auto;
	margin-right : auto;
	text-align:center;
}
.centerthing {
	margin-left : auto;
	margin-right : auto;
}
.rightFloat {
	text-align:right;
	padding-right:100px;
}
.reqnote {
	color:#FF0000;
	text-align:left;
	text-indent:100px;
	font-size: .9em;
	font-style:italic;
}
.right {
	text-align:right;
}
.rightPad {
	text-align:right;
	padding-right:10px;
}
.mt {
	text-align:left;
	padding-right:20px;
}
.quickLinks {
	text-decoration:none;
	background-color:#ECECEC;
	border:1px solid black;
	margin:5px;
	text-align:center;
}
a.quicklinks {
	text-decoration:none;
}
.special {
display:none;
}