/* 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);
/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;background-color:#30333f;}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#30333f;
}
a:link {
	color: #30333f;
}
a:visited {
	color: #333;
}
a:hover {
	color: #999;
}
a:active {
	color: #666;
}
p {
	margin:0 20px 15px 25px;
}

/*  Heading Formatting */
h1 {font-size:24px;line-height: 0.8em;color: #30333f; font-family:"Times New Roman", Times, serif; font-weight:normal;}
h2 {font-size:22px;line-height: 0.8em;color: #30333f; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}
h3 {font-size:20px;line-height: 0.8em;color: #30333f; font-family:"Times New Roman", Times, serif; font-weight:normal;}
h4 {font-size:18px;line-height: 0.8em;color: #30333f; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}
h5 {font-size:16px;line-height: 0.8em;color: #30333f; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}
h6 {font-size:14px;line-height: 0.8em;color: #30333f; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}

/*links*/

img {border: 0 none;}

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

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