/* 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(position.css);


/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 10pt;
}

/*  Heading Formatting */
h1 {font-size:1.5em;font-weight: 900; margin-top: 0; padding-top: 0;}
h2 {font-size:1.3em;font-weight: 900; margin-top: 0; padding-top: 0;}
h3 {font-size:1.2em;font-weight: 900;}
h4 {font-size:1.1em;font-weight: 900;}
h5 {font-size:1.1em;font-weight: 900;}
h6 {font-size:1.1em;font-weight: 900;}

/*links*/
a:link {color:  #003d70; text-decoration: underline;}
		a:visited {color: #003d70; text-decoration: underline;}
		a:hover {color: #00477b; text-decoration: underline;}
		a:active {color: #003d70; text-decoration: underline;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
