/* 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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color:#ededed;
	line-height: 17px;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #333333; margin:0px; padding:0px;}
h2 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #333333; margin:0px; padding:0px;}
h3 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #333333; margin:0px; padding:0px;}
h4 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #333333; margin:0px 0px 10px 0px; padding:0px;}
h5 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #333333; margin:0px 0px 10px 0px; padding:0px;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #333333; margin:0px; padding:0px;}

/*links*/
a:link {
	color: #4d4d4d;
	text-decoration: none;
}
a:hover {
	color: #4d4d4d;
		text-decoration: none;
}
a:visited {
	color: #4d4d4d;
		text-decoration: none;
}
img {border: 0 none;}

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

p {margin-top:0px; margin-bottom:0px;}

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