/* 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);

body{
	margin:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2d3c64;
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

/*  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:large;
	font-weight: bold;
	color: #0000CC;
}
h4 {
	font-size:medium;
	line-height: 0.8em;
	font-weight: 900;
	color: #FF0000;
}
h5 {
	font-size:small;
	font-weight: bold;
	color: #FF6633;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:hover {
	color: #659FDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:visited {
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
img {

}

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

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #fbfbc8;
}
.contact a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
}

.contact h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FF6633;
}

/* #######################  END GENERAL SETTINGS ############################ */
