/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #0066CC;
	text-decoration: none;
}

a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	color: #0066CC;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #3366FF;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h6 {
 font-family: Verdana, Arial, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: none;
}

form {
	display:inline;
}

label{
	font-family: Arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #0066CC;
}

input{
	font-family: Arial,sans-serif;
	font-size: 75%;
	color: #333333;
	font-weight: bold;
	border-width: 1px;
	background-color:#9999FF
}

select{
	font-family: Arial,sans-serif;
	font-size: 75%;
	color: #333333;
	font-weight: bold;
	border-width: 1px;
	background-color:#9999FF
}

input.button {
	color: #FFFFFF;
	background-color: #0066CC;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 10px 0px 5px 5px;
	width: 100%;
	background-color: #003366;
}

#loginbar {
	padding: 5px 0px 5px 5px;
	border-bottom: 2px solid #0066CC;
	width: 99%;
}

#leftcol {
	float: left;
	width: 155px;
	position: relative;
	border-right-style: solid;
	border-right-width: 2px; 
	border-right-color: #0066CC;
	background-color: #003366;
}

#leftnavbar {
	float: left;
	width: 155px;
	border-bottom: 1px solid #0066CC; 
	position: relative;
	margin: 0px;
	padding: 0px;
}

.menu {
	color:#FFFFFF;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #003366;
	display: block;
}

.menu a, .menu a:link, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}

.menu a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}

.menu1 {
	color:#FFFFFF;
	background-color: #0066CC;
	display: inline;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.menu1 a, .menu1 a:link, .menu1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display:inline;
}

.menu1 a:hover {
	color: #33CCCC;
}

#leftinfo {
	color: #FFFFFF;
	float: left;
	width: 155px;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	border-bottom: 2px solid #0066CC;
	position: relative;
	clear: left;
}

#rightcol{
	float:right;
	width: 300px;
	border-left: 2px #0066CC solid;
	border-bottom: 2px #0066CC solid;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	height: auto;
}

#content{
	padding-left: 10px;
	float: left;
	position: relative;
	padding-right: 10px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0066CC;   */
}

#siteinfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	padding: 10px 0px 10px 5px;
	border-top: 2px solid #0066CC;
	border-bottom: 2px solid #0066CC;
	width: 100%;
}

#contactinfo{
	color: #FFFFFF;
	padding: 10px 0px 0px;
	float: left;
	clear: left;
}

.text1 {
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.title1 {
	color:#0066CC;
	margin: 0px;
	padding: 0px;
	display: block;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
}

#titlebar {
	padding: 0px;
	border-bottom: 2px solid #0066CC;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066CC;
	text-indent: 165px;
	margin: 0px;
}

.title2 {
	color:#000000;
	margin: 0px;
	padding: 0px;
	display: block;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
}

#content1 {
	padding-left: 10px; float: left; position: relative; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #0066CC;
	padding-right: 10px;
	border-left-width: 1px; border-left-style: solid; border-left-color: #0066CC;
}

.errortxt {
	font-size: 80%;
	color: #993300;
}

.cattitle {
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-variant: small-caps;
	display: block;
}

.cattxt {
	font-size: 75%;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 2px 0px;
	display: block;
}

.cattxt a:hover {
	color: #993333;
}

.cattitle a:hover {
	color: #993333;
} 

.cat td {
	background-color:#CCCCFF;
	color: #333333;
	font-size: 80%;
}

.cat th {
	background-color:#333333;
	color: #6699CC;
	font-style: italic;
}

/* Online Data Backups */
/*
.toolbar {
	background-color: #0033CC;
	padding: 0px 5px 5px 0px;
}

 .onlinemenu{
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	background-color:#0033CC;
	padding: 5px 20px 5px 10px;
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.onlinemenu a:link{
	color: #FFFFFF;
}

.onlinemenu:hover{
	background-color: #5A8EC6;
}
*/

.onlinemenu {

	color:#FFFFFF;
	background-color: #0033CC;
	display: inline;
	line-height: 150%;
	padding: 0px 5px 0px 50x;
	margin: 0px 5px 5px 0px;
	margin-top: 0px;
}

.onlinemenu a, .onlinemenu a:link, .onlinemenu a:visited {
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	padding: 5px 20px 5px 10px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	display:inline;
}

.onlinemenu a:hover {
	background-color: #5A8EC6;
}
