﻿@import url('TSSlayout1.css');
body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 0px;
	font-size: medium;	
}
/* Styles for DIV tags */
#wrapper {		
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;	
}
#header {
	background-color: #ffffff;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 0px;
}
#menu1 {
	background-color: #ffffff;
	margin-left: 0px;
	text-align: center;
	border-top: 2px solid #0000ff;
	border-bottom: 2px solid #0000ff;
}
html>body #menu1 {
	overflow: hidden;
}
#body_wrapper {
	background-color: #ffffff;
	padding: 5px;
	margin-left: 0px; 
	background-attachment:scroll; height:370px;
}
#column_left {
	margin-left:0px;
	background-color:#DCEFFA;
	padding: 5px; 
}	
#column_right {
	background-color: #DCEFFA; 
	padding:5px;	
}
#menu2 {
	background-color: #ffffff;
	color: #000000;
}
/* Styles for Header */
#header {
	background-color: #ffffff;
}
/* Styles for menu1 */
#menu1 a:link {
	color:black;
	font-weight: normal;
}
#menu1 a:visited {
	color:blue;
}	
#menu1 a:hover{
	color:lime;
}
#menu1 a:active{
	color:fuchsia;
}
/* Styles for Right Column */
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
/* Styles for menu2 */
#menu2 a:link {
	color:black;
	font-weight: normal;
}
#menu2 a:visited {
	color:blue;
}	
#menu2 a:hover{
	color:lime;
}
#menu2 a:active{
	color:fuchsia;
}
.style_italic {
	font-style: italic;
}
