/* 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 ############################ */

.body  {
	background: #c6ebfb;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #014b6d;
	font-family: Verdana;
	font-size: 10px;
}

/*  Global Formatting */
h1 {font-size:12px;line-height: 1em;font-weight: 900;}
h2 {font-size:11px;line-height: 1em;font-weight: 900;}
h3 {font-size:10px;line-height: 1em;font-weight: 900;}
h4 {font-size:10px;line-height: 1em;font-weight: 900;}
h5 {font-size:10px;line-height: 1em;font-weight: 900;}
h6 {font-size:10px;line-height: 1em;font-weight: 900;}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}
overflow: visible; 

/* #######################  END GENERAL SETTINGS ############################ */