@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
html,body {
	height:100%;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(/images/bg_page.jpg);
	list-style-position: inside;
}

/* For some reason IE doesn't set the legend color to the same as the body color */
legend
{
	color:#ffffff;
}

#outerWrapper {
	background-color:#000000; 
	width:970px; 
	jheight:100%; 
	margin-left:auto;	
	margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#innerWrapper {
	jmin-height:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 970px;
	background-image: url(../images/bg_generic2.jpg);
	background-repeat: no-repeat;
}
#brandAndNav {
	width: 200px;
	float: left;
}
#branding {
	text-align: center;
	padding: 20px;
}
#siteNav {
}
#pageHeading {
	font-family:collegiate-black;
	font-size:22.5pt;
	text-shadow: 1px 1px 3px #000;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
#ContentWrapAndPadding {
/*	height:100%; */
	padding-bottom:60px;
}

#mainContent {
	width: 772px;
	margin-left: 200px;
	min-height:700px;
}
#ContentWrap {
	width: 650px;
	border: 1px solid #333;
	margin-left: auto;
	margin-right: auto;

}
#ContentHead {
	background-color: #000;
	padding: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#ContentBody {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#ContentBodyLeft {
	width: 48%;
	float: left;
}
#ContentBodyRight {
	width: 48%;
	float: right;
}




.heading {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.subheading {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}
.button {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/btn_up.png);
	margin-bottom: 1px;
	height: 18px;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	margin-left: 1px;
	text-decoration: none;
	padding: 6px;
}
.button:hover {
	background-position: bottom left;
	color: #000;
} 
.buttonSelected {
	font-size: 16px;
	font-weight: bold;
	color: #00cc00;
	background-image: url(../images/btn_up.png);
	margin-bottom: 1px;
	height: 18px;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	margin-left: 1px;
	text-decoration: none;
	padding: 6px;
}
.buttonSelected:hover {
	background-position: bottom left;
	color: #000;
} 
.noUnderline {
	text-decoration: none;
}
.button2lines {
	height: 34px;
	background-image: url(../images/btn2_up.png);
	padding: 6px;
}
.button2lines:hover { 
	background-position: bottom left; 
} 
.buttonDownload {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	height: 53px;
	width:190px;
	background-image: url(../images/btn_download.png);
	margin-left: auto;
	margin-right: auto;
	padding-top: 19px;
}
.buttonDownload:hover {
	background-position: bottom left;
} 
#footer {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	jbottom: 0px;
	height: 40px;
	jposition: absolute;
	jwidth: 100%;
	line-height: 200%;
	jpadding-bottom:1em;
	margin-left:200px;
}
.copyright {
	text-align: center;
	font-size: 11px;
/*	font-weight: bold; */
	color: #aaaaaa;
}
a.footer:link {
	color: #ffffff;
}
a.footer:visited {
	color: #ffffff;
}
a.footer:hover  {
	color: #00cc00;
}
a.home:link {
	color: #0C0
}
a.home:visited {
	color: #0C0
}
a.home:hover  {
	color: #FFF
}
a:link {
	color: #FFF
}
a:visited {
	color: #FFF
}
a:hover  {
	color: #0C0
}
table.center
{
	margin-left:auto; 
	margin-right:auto;
}

.gradientTop
{
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.gradientBottom
{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.faq
{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

.homePage
{
	background-image: url(../images/bg_home.jpg);
	background-repeat:no-repeat;
	height:700px;
}

.quote
{
	font-style: italic;
}
.quote:before
{
	content:"\"";
}
.quote:after
{
	content:"\"";
}

.author
{
	margin-top: 5px;
	margin-left: 50px;
	font-size: 8pt;
}

.author:before
{
  content:"- ";
}

.footerPanel
{
}
