@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.tcf #container {
	width: 745px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.tcf #header {
	background: #FFFFFF;
	padding: 20px 10px 14px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
} 
.tcf #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(images/tcf07_nav_bg.jpg);
	background-repeat: no-repeat;
	height: 600px;
	margin:0px;
}
.tcf #mainContent {
	padding: 0 0 0 74px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 490px;
	background-image: url(images/tcf07_body_bg.jpg);
	background-repeat: no-repeat;
	min-height:500px;
	height:auto !important;
	height:500px;
} 
.tcf #mainHeader {
	padding: 30px 30px 0 140px;
	background-image:url(images/tcf07_logo_header.jpg);
	background-repeat:no-repeat;
	width:395px;
	float: left;
	height: 138px;
} 
.tcf #mainHeader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-size:16px;
	color:#003059;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-------------------------------------- */

.tcf #footer {
	padding: 0px 10px 0px 70px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	height: 50px;
} 
.tcf #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 10px;
	color: #336699;
}

#footer p a:link{
	color: #336699;
	text-decoration:none;
	border-bottom-width: 0px;
}

#footer p a:visited{
	color: #336699;
	text-decoration:none;
	border-bottom-width: 0px;
}

#footer p a:hover{
	color: #000033;
	text-decoration:none;
}

/*------------------ GENERIC -------------------- */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pagebreak {
	background-image:url(images/tcf07_pagebreaker.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	width:100%;
	height: 20px;
	float: left;
}

.section_titles {
	width:98%;
	padding:5px 0px 4px 0px;
	float: left;
	border-bottom: 2px solid #BFD2DB;
	margin-bottom:10px;
}

.next_prev {
	width:98%;
	float: left;
	margin-bottom:10px;
}

.input_fields {
	background-color:#B3C4CE;
	color:#003059;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	overflow: auto;
}
.input_button {
	background-color:#113D64;
	color:#FFFFFF;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	cursor: pointer;
} 

img {
	border-style:none;
}

/* --------------============----- NAVI */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
}

#nav-menu li a
{
height: 20px;
float: left;
width: 150px;
display: block;
padding:0 0 0 16px;
font-size:11px;
font-weight:bold;
color: #FFFFFF;
text-decoration: none;
text-align: left;
font-family:Verdana,Arial,Helvetica,sans-serif;
}

#nav-menu li a:hover
{
background-image:url(images/tcf07_navarrow.gif);
background-repeat:no-repeat;
color:#000033;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:160px;
float:left;
padding-top:20px;
}

/* -------------------------------- SIDE ADS */

div.side_ad{
	float:left;
	width:150px; /* max width of images 150px */
	padding:14px 14px 0 14px;
}

