/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(design.css);
@import url(modules.css);
@import url(components.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
body{
	color: #333333;
	padding: 0px;
	margin: 0px;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2;
	font-size: 16px;
}

/*  Global Formatting */


h1,.componentheading {
	font-size: 150%;
	color: #003366;
}
h2 {
	font-size: 140%;
	color: #003366;
}
h3 {
	font-size: 130%;
	color: #003366;
}

a:link,a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
img {border: 0 none;}


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