/* 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);
@import url(editor_content.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #004b99;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #004b99;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:150%;line-height: 1em;font-weight: 900; color:#004b99;}
h3 {font-size:125%;line-height: 1em;font-weight: 900; color:#004b99; margin-bottom:0px;}
h4 {font-size:125%;line-height: 1em;font-weight: 900; color:#FFFFFF; background-color: #004b99; padding: 8px;} 

h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
a:link {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
img {border: 0 none; margin:0px; padding: 0px;}

p, h1, h5 , h6, ul, li {
margin: 0px;
padding: 0px;
}


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

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

