﻿#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#search {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000066;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#leftColumn {
	background-image: url('../bluebar.jpg');
	width: 180px;
	background-repeat: repeat-y;
	float: left;
	padding-left: 12px;
}
#rightColumn {
	width: 600px;
	margin-left: 200px;
}

body {
color:black;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}

.style1 {
	border-style: solid;
	border-width: 0;
}
a {color:red;
}

a:active {
	color: red;
	text-decoration: none;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:hover 
{
	color: red;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}


table {
	
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	text-align:left;

}

td {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	text-align:left;
}

h1 {
	font-size:large;
	font-weight:bold;
}

h2 {
	font-size:medium;
	font-weight:bold;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:normal;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:normal;
	color:blue;
}
h6 {
	font-size:small;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
}

img {border:0px;

}
.style6 {
	font-size: xx-small;
}
