/* 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 ############################ */
.modifydate { display: none;}

html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	width:100%;
	background-color: #CCCCFF;
}

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

#bodybg {
	background-image: url(../images/mbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #A5A6AA;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}
body.fs3{
	font-size: 12px;
}
body.fs4{
	font-size: 13px;
}
body.fs5{
	font-size: 14px;
}
body.fs6{
	font-size: 15px;
}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #CC6600;}
a {color: #283A90;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
img {border:0;}
p{ line-height: 1.5em;}

.facebook_follow {background-image: url("/images/facebook.png"); background-repeat: no-repeat; color: white !important; text-decoration: none;padding-right: 20px;}
.facebook_follow:hover {color: white !important; text-decoration: none;}

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

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