/* CSS Document
   Template Title: Uncomplicated
   Author: J David Macor
   URL: http://www.jdavidmacor.com */

/* Main Body */
body   { font-size: 11px; font-family: verdana, sans-serif; background: #f3f3f3 url("images/imgDecor.gif") repeat-x fixed center }
	
#container   { background: white url("images/THP_watermark_lg.gif") no-repeat 30% center; margin: 0 auto; padding: 30px 30px 5px; width: 760px; border: solid 1px #c03 }
	
/* Header */
#header   { font-size: 34px; font-family: Geneva, Arial, Helvetica, sans-serif; font-stretch: condensed; text-align: center; letter-spacing: 0.4em; margin: 0 auto 20px; width: 650px; border-right: medium none #fff; border-left: medium none #fff }

/* Navigation */
#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited  { color: #666; font-size: 10px; font-weight: bold; line-height: 14px; text-decoration: none; background: #f3f3f3; margin-right: 4px; padding: 2px 10px; float: left; border: solid 1px #c03 }

#tabnav a:link.active, #tabnav a:visited.active	 { color: #000; background: #fff; border-bottom: 1px solid #fff }

#tabnav a:hover	{
	background: #fff;
	}
	
/* Main Content */
#content {
	width: 550px;
	margin-top: 15px;
	}
	
#content h2 {
	font-size: 20px;
	}
#content h4 { color: #900; font-size: large; font-style: italic; font-weight: lighter; font-stretch: ultra-expanded }
#content p {
	font-size: 12px;
	}
	
#content a, a:visited  { color: #666666; text-decoration: underline }
	
#content a:hover {
	color: #000000;
	}
	
/* Sidebar */
#sidebar {
	width: 190px;
	float: right;
	clear: none;
	margin-top: 15px;
	}
	
#sidebar h3  { color: #900; font-size: 14px; border-bottom: 1px solid #ccc }
#sidebar h5 { color: #900; font-size: large; font-weight: bold; font-stretch: extra-expanded; background-color: #ccc }
#sidebar ul {
	font-size: 12px;
	}
	
#sidebar a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #000000;
	}
	
/* footer */
#footer {
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
	}
	
#footer a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000000;
	}
