/* 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: Helvetica, Arial, Verdana, sans-serif;
	font-size: 86%;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 86%;
	color: #666;
	margin-top: 0px;
	background-color: #666666;
	line-height: 1.5em;
	}
	
body.contentpane {
	background-color: #FFF;
}

.rightjustify {
	text-align: right;
	}
	
/*  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:130%;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;}
a:link {color: #CC6600; text-decoration: underline;}
a:hover {color: #659FDE; text-decoration:  none;}
a:visited {color: #CC6600; text-decoration: underline;}
img {border: 0 none;}


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

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


/* SideBar text formatting */
.moduletable_homepagesidebar p {
	margin: 0 15px;
	padding: 0;
	line-height: 1.25em;
	background: none
	}
	
		
.moduletable_homepagesidebar h3 {
	margin: 0 15px 3px 15px;
	padding: 0;
	color: #007080;
	font-family: "Times New Roman", Times, serif;
	}	
	
.moduletable_thhsfooter p {
	font-size: 10px;
	color: #999999;	
	margin: 0;
	padding-top: 7px;
	padding-left: 15px;
	}
	
.moduletable_thhsfooter a:link {
	color: #999999;
	text-decoration: underline;
	}
	
.moduletable_thhsfooter a:hover {
	color: #66FFFF;
	text-decoration: underline;
	}
	
.moduletable_thhsfooter a:visited {
	color: #999999;
	text-decoration: underline;
	}		
	
	
ul.pagination {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.pagination li {
	float: left;
	padding: 0px 5px;
}
