﻿@import url("layout.css");
body {
	font-family: Tahoma,Desyrel, Georgia, Times New Roman, Times, serif;
	font-size: 0.8em;
	background-color: #B6D59A;
	padding: 7px 0 0 0;

	/*background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/
}
#container {
	width: 820px;
	margin: 10px auto;
	color: #ffffff;
}
#masthead {
	text-align: center;
	width: 800px;
	border: thin solid #ffffff;
	background-color: #ffffff;
}
	
	/*background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/
  

/*#navigation
{
    position: relative;
    float: left;
    width: 147px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #b6d59a;
    background-color: #ffffff;
    margin-left: 2px;
    font-family:Desyrel,Trebuchet MS,Arial;
}*/
.content
{
    width: 670px;
    background-color: white;
    color: #666666;
    margin-left: 90px;
    margin-right:0;
    margin-bottom: 10px;
    line-height: 140%;
    text-align:left;
}

#sidebar {
	color: #666666;
	padding-left:7px;
	
/*	background-color: #B6D59A;*/
}
.bulletlistcontent {
	padding-left:50px;
	text-align:left;
	padding-right:7px;
}
#footer {
	text-align: center;
	clear: both;
	width: 818px;
	padding: 0px;
	border: 1px solid #336699;
	background-color: #0084C4;
}
/* Masthead Styles */
#masthead h1 {
	color: #336699;
}
#masthead h3 {
	color: #336699;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #0099cc;

}
.h2title1
{
    padding-top:0px;
    padding-bottom:5px;
    	color: #0099cc;
    	font-size:18px;
    	font-weight:bold;
}
.h2title2
{
    padding-top:20px;
    padding-bottom:5px;
    	color: #0099cc;
    	font-size:15px;
    	font-weight:bold;
}
.h3title1
{
    padding-top:15px;
    padding-bottom:5px;
   color: #0099cc;
   font-size:13px;
   font-weight:600;
    }
.breadcrumbs
{
	background-color: #fff;
	color: #666666;
	padding-top:0px;
	padding-bottom:15px;
	
 }
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #0099cc;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #369;
	background-color: #0099cc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #0099cc;
}

#content img {
	
	border: 1px solid #369;
	padding-left:5px;

}
/* Footer Styles */
#footer p {
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #369;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.tc_titleNo
{
    font-weight:bold;
    }
    
.tc_title
{
    font-weight:bold;
    text-decoration:underline;
    }
.tc_subtitle
{
     font-weight:bold;
}
.tc_subtitleNo
{
    font-weight:bold;
    }
    
.jump
{
    font-size: x-small;
   
    padding-right: 10px;
    position: relative;
    float: right;
}
.footer1
{
    text-align:left;
    }
    .footer2
{
    text-align:right;
    }