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

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

body {
background-color:#F9A147;
background-image:url(../images/background.gif);
background-position:center top;
background-repeat:no-repeat;
color:#444444;
font-family:Arial,Helvetica,sans-serif;
font-size:0.8em;
font-variant:normal;
font-weight:normal;
height:100%;
line-height:1.4em;
margin:0;
}

/*  Heading Formatting */
h1 {
color:#EE7C22;
font-size:1.7em;
font-weight:bold;
line-height:0.8em;
margin:20px 0 0;
}
h2 {
color:#0155A5;
font-size:1.3em;
font-weight:bold;
line-height:0.8em;
margin:1.5em 0 -0.3em;
}
h3 {
color:#6699CC;
font-size:1.2em;
font-weight:bold;
line-height:0.8em;
margin-top:1.5em;
}
h4 {
color:#444444;
font-size:1.2em;
line-height:1.2em;
margin-top:1.5em;
}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {color: #CC6600; text-decoration:none;}
a:visited {color: #CC6600; text-decoration:none;}
a:hover {color: #659FDE; text-decoration:none;}

img {border: 0 none;}

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

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