/* RESET */
*{
 outline:none;
 }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{ 
 margin:0;
 padding:0;
 font-family: Helvetica;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 
 }
 

fieldset,img{ 
 border:0; 
 }

address,caption,cite,code,dfn,em,th,var{
 font-style:normal;
 font-weight:normal;
 }
 
ol,ul{
 list-style:none;
 }

caption,th{
 text-align:left;
 }

h1,h2,h3,h4,h5,h6{
 font-size: 100%;
 font-weight:normal;
  color: #000000;
 }
 
q:before,q:after{
 content:'';
 }

abbr,acronym{ 
 border:0;
 }


/* END RESET */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #61231e;
 background-image: url(/assets/redback.jpg);
 background-repeat: repeat-x;
} 

h1 {
 font-family: Helvetica;
 font-size: 18px;
 font-style: normal;
 font-weight: bold;
}

h2 {
 font-family: Helvetica;
 font-size: 16px;
 font-style: normal;
 font-weight: bold;
}

h2.white { color: #FFFFFF;}



.introText {
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #FFF;
 
 }

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


a.content:link {
	color: #335adb;
	text-decoration: none;
}
a.content:visited {
	text-decoration: none;
	color: #335adb;
}
a.content:hover {
	text-decoration: underline;
	color: #335adb;
}
a.content:active {
	text-decoration: none;
	color: #335adb;
}

#areas li {
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#subNav li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 5;
}

.siteText {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}

.footerText {
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #c8c6c6;
	line-height: normal;
	text-decoration: none;
}

.Disclaimer {
	font-family: Helvetica;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #606060;
	line-height: normal;
	text-decoration: none;
}

