/* @override http://www.combotest.be/naca/templates/naca_template/css/template.css */

/* 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.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

/*  Global Formatting */
h1 {font-size: 16px;line-height: 16px;font-weight: 900;
	color: #003c6d;
}
h2 {font-size: 14px;line-height: 14px;font-weight: 900;
	color: #666666;
}
h3 {font-size: 13px;line-height: 13px;font-weight: 900;
	color: #666666;
}
h4 {font-size:13px;line-height: 13px;font-weight: 900;
	color: #666666;
}
h5 {font-size: 13px;line-height: 13px;font-weight: 900;
	color: #666666;
}
h6 {font-size: 13px;line-height: 13px;font-weight: 900;
	color: #666666;
}
td{font-size: 12px;
	color: #666666;
	line-height: 15px;
}
th{font-size: 12px;
	color: #666666;
	line-height: 15px;
}
a:link {color: #666666;
	font-size: 12px;
	line-height: 15px;
}
a:hover {color: #003c6d;
	font-size: 12px;
	line-height: 15px;
}
a:visited {color: #666666;
	font-size: 12px;
	line-height: 15px;
}
img {border: 0 none;}


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

/* #######################  END GENERAL SETTINGS ############################ */
#backgroundimg {
	background-image: url(../images/bandbackground.jpg);
	background-repeat: no-repeat;
	height: 242px;
	background-position: center top;
}

