/* 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: #666;
background: #ffffff url(../images/background1.jpg) repeat-x scroll left top;

}

/*  Heading Formatting */
h1 {font-size:1.5em;line-height: 1em;font-weight: 900;color: #53726c;}
h2 {font-size:1.4em;line-height: 1em;font-weight: 900;color: #53726c;}
h3 {font-size:1.3em;line-height: 1.3em;font-weight: 900;color: #53726c;}
h4 {font-size:1.2em;line-height: 1.3em;font-weight: 900;color: #53726c;}
h5 {font-size:1.1em;line-height: 0.9em;font-weight: 900;color: #000;}
/*h6 {font-size:1em;line-height: 0.9em;font-weight: 900;color: #000;}*/
h6 {line-height: 1.5em;font-weight: 900;
	width: 450px;
	color:White;
font-size:16px;
background-color: #53726C;
text-align:left;
padding-left:5px;}

/*links*/
a:link {color: #1A821F;}
a:hover {color: #659FDE;}
a:visited {color: #1A821F; }
img {border: 0 none;}

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

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