﻿/* CSS layout */

h6 {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

h5 {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

h4 {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

h3 {
	font: medium/1.4 arial, helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

select {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

input {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

textarea {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

th {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

td {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

body {
    font: 83%/1.4 arial, helvetica, sans-serif;
    background-color:#EAEAEA;
    background-image:url('./Images/Background.jpg');
    margin:0;
   padding:15px 0;
  font-family:'Trebuchet MS', Verdana, sans-serif;
  font-size:75%;
  line-height:1.6em;
}

#masthead {
	border: 1px solid #CCCCCC;
	width: 1024px;
	margin: 0 auto;
	background-color: #F4F4F4;
	color: #666666;
}
#top_nav {
	background-image: url('./Images/Header_1024.jpg');
	height: 227px;
	color: #FFFFFF;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 120px;
	border-right-style: dotted;
	border-width: 1px;
	border-color: #E6E6E6;
	margin-left: 5px;
}
#page_content {
	width: 100%;
	text-align: left;
	height: 100%;
	font-size: small;
}
#footer {
	border-width: 1px;
	border-color: #CCCCCC;
	text-align: center;
	border-top-style: solid;
}
.navigation_links {
	text-transform: lowercase;
	font-size: medium;
	color: #333333;
	line-height: 150%;
	font-weight: normal;
}


/* links */

a:link
{
	color: #666666;
	text-decoration: none;
}

a:visited 
{
	color: #666666;	
	text-decoration: none;
}

a:hover
{
	color: #FF9933;
	/*text-decoration: underline;*/
}

a:active
{
	color: #FF9933;	
	text-decoration: none;
} 

.ClientArea {
}
#page_content_centered {
	width: 100%;
	text-align: center;
	height: 100%;
	font-size: small;
}
#title {
	border-width: 1px;
	border-style: none;
	width: 100%;
	text-align: left;
	height: 100%;
	font-size: large;
	background-color: #EBEBEB;
}
#news_header {
	width: 100%;
	text-align: left;
	height: 100%;
	font-size: medium;
	text-decoration: underline;
}
#news_header_time {
	width: 100%;
	text-align: left;
	height: 100%;
	font-size: x-small;
}
#news_header_background {
	border-width: 1px;
	border-style: none none inset none;
	width: 100%;
	text-align: left;
	height: 100%;
	font-size: large;
}
#faq_header {
	width: 100%;
	text-align: left;
	height: 100%;
	font-size: small;
	text-decoration: underline;
}
