@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(print.css);


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

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:160%;line-height: 1em;font-weight: 900;}
h2 {font-size:150%;line-height: 1em;font-weight: 900;}
h3 {font-size:140%;line-height: 1em;font-weight: 900;}
h4 {font-size:130%;line-height: 1em;font-weight: 900;}
h5 {font-size:120%;line-height: 1em;font-weight: 900;}
h6 {font-size:110%;line-height: 1em;font-weight: 900;}
a:link {
	color: #007080;
	text-decoration: underline;
	}
	
a:hover {
	color: #f5a42b;
	text-decoration: none;
	}
a:visited {color: #007080;
	text-decoration: underline;
	}
img {border: 0 none;}


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

p {
	line-height: 1em;
	}


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



.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;
	}		
	
	
	
.moduletable_homepagesidebar img {
	margin-top: 7px;
	}	
	
.leftsidebarmain .moduletable h3 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 10px;
 	}	
	
		
ul.pagination {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

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