/* 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%;}
ul {
	padding-left: 0px;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
li {
}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	background-color:#fff;
	text-align: center;
	padding: 0px;
}

/*  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: #000;}
h3 {
	font-size:18px;
	font-weight: 900;
	color: #666;
	background-color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
h4 {
	font-size:1.4em;
	line-height: 0.8em;
	font-weight: 900;
	color: #666;
}
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;
}

/*links*/
a:link {
	text-decoration: none;
	color: #143399;
}
a:hover {
	color: #396;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_fltLeft {
	margin-right: 15px;
	border: thin solid #666;
	float: left;
	margin-bottom: 15px;
}
.img_fltLeftNB {
	margin-right: 15px;
	border: none;
	float: left;
	margin-bottom: 15px;
}

.img_fltRightNB {
	margin-right: 15px;
	border: none;
	float: right;
	margin-bottom: 15px;
}
.img_fltRight {
	border: thin solid #666;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.img_border {
	border: thin solid #666;
	clear: both;
}

/* Clears Divs */
.clr{clear: both;}
ol li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
