/* 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:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #333;
	background-color:#E8E8E8;
}

/*  Heading Formatting */


h1 {
	font-size:1.9em;
	line-height: 0.8em;
	font-weight: 900;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000; font-family: Georgia,"Times New Roman",Times,serif;}
h3 {font-size:0.9em;line-height: 0.8em;font-weight: 900;color: #000; font-family: Georgia,"Times New Roman",Times,serif;}
h4 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000; font-family: Georgia,"Times New Roman",Times,serif;}
h5 {font-size:1.1em;line-height: 0.8em;font-weight: 900;color: #000; font-family: Georgia,"Times New Roman",Times,serif;}
h6 {font-size:1.0em;line-height: 0.8em;font-weight: 900;color: #000;font-family: Georgia,"Times New Roman",Times,serif;}

/*links*/
a:link, a:visited{

color: #6b0003;

text-decoration: none;

}

a:hover {

color: #6b0003;

text-decoration: underline;

}


img {
	border: 0px;
	padding-right: 10px;
}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */