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


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #DCE0CD;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background: url(../images/bground.png) repeat-x;
	background-color: #D8DCC7;
	}

/*  Global Formatting */
h1 {
    font-family: "Bookman Antiqua", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #60663B;
	font-size: 18px;
	letter-spacing: 3px;
}
h2 {    font-family: "Bookman Antiqua", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #60663B;
	font-size: 16px;
	letter-spacing: 3px;
}
h3 {
    font-family: "Bookman Antiqua", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #60663B;
	font-size: 14px;
	letter-spacing: 3px;
}
h4 {
    font-family: "Bookman Antiqua", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #60663B;
	font-size: 12px;
	letter-spacing: 3px;
}
h5 {    font-family: "Bookman Antiqua", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #60663B;
	font-size: 10px;
	letter-spacing: 3px;
}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}

a {
	text-decoration: none;
	color: #2E8099;
}
	
a:hover {
color: #6B7C32;
}

a:visited {
	text-decoration: none;
	color: #5B6135;
}
	
a.image, a.image:hover  {border:0;}


img, img a {
    border: 0;
}

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

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