/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url('layouts.css');
@import url('components.css');
@import url('modules.css');
@import url('navigation.css');
@import url('misc.css');
@import url('forms.css');

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0 auto;
/* height:100%; */
height: auto;
width:1024px;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #666;
background-color:#232730;
/* border-left:thin solid #6485b3;
border-right:thin solid #6485b3; */
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #343a68;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #343a68;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #343a68;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #343a68;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #343a68;}
h6 {font-size:1.0em;color: #343a68;margin:24px 0 0 0;}

/*links*/
a:link {
	color: #d88016;
	text-decoration:none;
}
a:visited {
	color: #d88016;
	text-decoration:none;
}
a:hover {
	color: #f7941e;
	text-decoration:underline;
}

img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* this will show a box in IE6 only */
.ie6 {
	display:block;
	width:99.7%;
	background-color:#F00;
	color:#000;
	text-align:center;
	border:thin dashed #000;
	margin:0 auto;
}

html>body .ie6 {display: none !important;} /* This hides the box from browsers >IE6; IE6 ignores html>body */

.banner_intext {
	margin:0 auto;
	text-align:center;
	padding:12px 0 12px 0;
}

/* #######################  END GENERAL SETTINGS ############################ */
