﻿h1
{
	margin: 0px;
	font-size: 22px;
	padding: 4px;
	color: #000066;
	text-align: center;
	font-weight: bold;
	border: thin solid #996600;
	background-image: url( './images/button.jpg' );
}

h2
{
	margin: 0px;
	font-size: 16px;
	padding: 4px;
	color: #000066;
	text-align: center;
	font-weight: bold;
	border: thin solid #996600;
	background-image: url(   './images/button.jpg' );
}

h3
{
	margin: 0px;
	font-size: 12px;
	padding: 4px;
	color: #000066;
	text-align: center;
	font-weight: bold;
	border: thin solid #996600;
	background-image: url('./images/button.jpg' );
}

.mainframe
{
	border-style: none;
	background-image: url('./images/background.jpg' );
	text-align: center;
	width: 100%;
	height: 100%;
	background-repeat: repeat-y;
}

.contentframe
{
	border-style: solid;
	border-width: medium;
	border-color: #000066;
	background-color: #eee8aa  ;
	width: 800px;
	height: 100%;	
}

.logorow
{
	font-family: Verdana, MS Sans Serif;
	font-size: 36px;
	font-weight: bold;
	color: #000066;
	background-image: url('./images/logobackground.jpg');
	height: 75px;
	vertical-align: middle;
	padding-left: 10px;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: medium;
	letter-spacing: 2px;
	text-align: left;
}

.content
{
	border-width: thin;
	border-color: #000066;
	border-style: none solid none solid;
	padding: 10px;
	height: 100%;
	width: 400px;
	text-align: left;
	vertical-align: top;
}

.leftsidebar
{
	font-family: Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	height: 100%;
	width: 200px;
	text-align: left;
	vertical-align: top;
}

.rightsidebar
{
	font-family: Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	height: 100%;
	width: 200px;
	text-align: left;
	vertical-align: top;
}

.horizontalline
{
	border-width: thin;
	border-color: #000066;
	border-style: solid none none none;
}

.footerrow
{
	font-family: Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	background-image: url('./images/logobackground.jpg');
	height: 40px;
	vertical-align: middle;
	padding-left: 10px;
	border-top-color: #000066;
	border-top-style: solid;
	border-top-width: medium;
	text-align: center;
}

.linkbuttonleft
{
	font-family: Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
	border-style: solid none solid solid;
	border-color: #000066;
	border-width: thin;
	background-image: url('./images/buttonleft.jpg' );
	width: 45px;
	height: 50px;
	vertical-align: middle;
	padding-left: 3px;
}

.linkbuttonright
{
	font-family: Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
	border-style: solid solid solid none;
	border-color: #000066;
	border-width: thin;
	background-image: url('./images/buttonright.jpg' );
	width: 105px;
	height: 50px;
	vertical-align: middle;
	padding-left: 3px;
}

.buttonscontainer {width: 200px;}

.buttons a {color: #234A76 ;
border: 1px solid;
background-color: white;
padding: 2px;
padding-left: 3px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color:    ;
display: block;
margin: 0px;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #A4C0E2 ;
border-color:    ;
color: ;
text-decoration: none;}

.sideheader {background-color: #5A89C0;
border-bottom: 1px solid #5A89C0;
color: #FFFFFF;
text-align: center;
}