* {
font-family: Calibri;
}
table {
	border:0px;
	border-spacing: 0;
}
body{
	background-color:#246092;
	margin: 0;
}
h1,h2,h3,h4 {
	margin:0;
}
.main {
	background-color: #FFFFFF;
	width: 950;
	padding: 0;
}
.header {
	background-color: #FFFFFF;
	font-family: Century;
	padding: 15px;
}

.header img {
	border: 0px;
}

.splitter {
	margin: 0;
	background-color: #4682B4;
	width: 100%;
	height: 8px;
}

.sidebar {
	background-color: #FFFFFF;
	padding: 250px 0 0 0;
	vertical-align: top;
}

.content {
	background-color: #FFFFFF;
	width: 1000;
	padding: 5;
	text-align: justify;
	vertical-align: top;
}
.content h1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #1E90FF;
	padding: 10;
}

.bbutton {
	background-image: url('images/button.png');
	width: 30;
	height: 30;
	text-align: center;
	vertical-align: top;
	padding-top: 5;
	color: #FFFFFF;
	size: 80%;
}

.bigbutton{
	background-image: url('images/bigbutton.png');
	width: 72;
	height: 30;
	text-align: center;
	vertical-align: top;
	padding-top: 5;
	color: #FFFFFF;
	size: 80%;
}

.find {
	padding: 5;
	text-align: left;
}
.find  form { margin: 0; }
.find input {
	border-width: 1px;
	border:solid 1px #0000FF;
	width: 150px;
}
#findbutton {
	color: #FFFFFF;
	border: 0;
	background: url('images/bigbutton.png') no-repeat 0px 3px;
	width: 72px;
	height: 30px;
}

.bbutton a:link {text-decoration: none; color: white;}
.bbutton a:visited {text-decoration: none; color: white;}
.bbutton a:active {text-decoration: none; color: white;}
.bbutton a:hover {text-decoration: underline; color: red;}

.bigbutton a:link {text-decoration: none; color: white;}
.bigbutton a:visited {text-decoration: none; color: white;}
.bigbutton a:active {text-decoration: none; color: white;}
.bigbutton a:hover {text-decoration: underline; color: red;}

.list a:link {text-decoration: none; color: blue;}
.list a:visited {text-decoration: none; color: blue;}
.list a:active {text-decoration: none; color: blue;}
.list a:hover {text-decoration: underline; color: red;}

/* Form elements
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-color : #0000FF;
}
 */