﻿@import url(layout.css);
body {
    color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url('../images/blue_win3.jpg');
	background-repeat:no-repeat;
    background-position: center;	
	margin-top:30px; 
}
#container {
	margin: 30 auto 10 auto;
	background-image: url('../images/tlod933.jpg'); 
	background-repeat:no-repeat;

}
#masthead {
	background-position: left;
	width: 800px;
	padding: 0;	
	height: 145px;
	background-repeat: no-repeat;
	color:#ffffff;
}
#navigation  {
	margin-left:0px;
    height:40px; 
	overflow: hidden;
  	text-align:center;
    background-image:url('../images/tlo5k.png'); 
    background-repeat:no-repeat; 
}
#page_content {
overflow: hidden;
text-align:center;

}
#column_l {
	width: 550px;
	margin: 0px 0px 10px 20px;
	clip: rect(auto, inherit, auto, auto);
	background-position: center;
	background-repeat: no-repeat; 
}
#column_r {
	width: 193px;
	margin-top: 5px;
	float: right;
	position: relative;
	right: 10px;
	padding-right: 4px;
	padding-left: 4px;
}
#footer {
	text-align: center;
    width: 800px; 
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #ffffff;
	font-size: x-small;
	text-align: right;
	margin: 30px 10px 10px 40px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;

}
#navigation li {
	float: left;

}
#navigation a {
	color: #ffffff;
 	text-decoration: none;
	margin: 0px;
	padding: 5px;
	display:block;
	font-weight: bold;
	
}
#navigation a:hover {
	color: #000000;
}
/* Styles for Content */
h1 {
	color: #000000;
	font-size: 2.0em;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 1.75em;
	text-align:center;
	padding:15px;
}
h3 {
	color: #000000;
	font-size: 1.5em;
}
h4 {
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #214FA1;
}
h5 {
	color: #000000;
	font-size: 1.25em;
	text-align: center;
	margin-top:20px;
	margin-left:15px;	
}
h6 {
	color: #000000;
	font-size: 0.5em;
}
h7 {    
	color: #214fa1;
	font-size: 1.25em;
	font-style: italic;
}

big {
	color: #214fa1;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#column_r a {
    color: #000000;
	text-decoration: underline;
	}
#column_r a:hover {
	color: #214fa1;
	text-decoration: none;


}
/* Styles for Footer */
#footer p {
	color: #214fa1;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #214fa1;
	text-decoration: underline;
}
#footer a:hover {
	color: #214fa1;
	text-decoration: none;
}

/* Styles for Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #214fa1;
	text-decoration: underline;
}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
