/* 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-color:#F8F7E4;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {
	font-size:1.7em;
	line-height: 0.8em;
	font-weight: 900;
	color: #666;
}
h3 {
	font-size:1em;
	line-height: 1.5em;
	font-weight: 900;
	color: 666;
}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
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;}
a:visited {
	text-decoration: none;
	color: #cc6600;
}

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

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

/* #######################  END GENERAL SETTINGS ############################ */
.quote {
	font-size: medium;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #772007;
}
.imgFloatLeft {
	float: left;
	border: thin solid #999;
	margin-right: 15px;
	margin-bottom: 15px;
}
.imgThumbnail {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.imgBorder {
	border: thin solid #666;
}
.imgClrRt {
	border: thin solid #999;
	margin-bottom: 15px;
}
