﻿
body {
/*	font-family:"Times New Roman", Times, serif;  */
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;	
/*	background-image:url('siteimages/granite_lg.JPG'); */
	color: black;
	font-size:11pt;	
	background-color:#333333
}

.container {
	width: 65%;;
	margin-left:auto;
	margin-right:auto;
/*	border:thick red solid;   */
	height:100%;
	background-color:white
}
.topheader{
	width:106%;
	height:200px;
	background-color:white;	
	text-align:center;
}
/* Styles for page content */
.pagecontent{
	width:106%;
	height:900px;
/*	border:medium yellow solid;  */
	position:relative;
	float:left;
	background-color:white;	
}
.textcontent{
	margin-left:150px;
	color:black;
}

/* Styles for Navigation  */
#navigation {
	width:100%;
	float:left;	
	position:relative;
	margin::0;
	background-color:#003c31;	
}

#navigation ul {
	margin: 0;
	list-style-type: none;
	padding-top:4px;
	width:100%;
/*	height:23px; */
	overflow:auto;
}
#navigation li {
	background-color:#003c31;
	width:200px;
/*	height:23px; */
	list-style-type:none;
	display:inline;
	text-align:center;	
	padding-right:50px; 
}
#navigation a {
	color: #C0B08C;
	text-decoration: none;
	border:none;
}
#navigation a:hover {
	background-color:#003c31;
	border: none;
	color: white;;
}


/* Styles for Headers */
h1 {
	color:#003c31;
	font-size: 2.0em;
	float:left;
	text-align:left;
}
h2 {
	color:#003c31;
	font-size: 16pt;
	width:100%;
	text-align:left;
}
h4 {
	color:#003c31;
	font-size: 16pt;
	width:100%;
	text-align:left;
}

/* Styles for login form */
.alignright {
	text-align:right;
}
/* Styles for databse menu */
.dbleftcolumn{
	float:left;
	width:45%;
	height:100%;
	position:relative;
	padding-left:20px;
	overflow:auto;	
}
.dbleftcolumn ul {
	list-style-type: none;
	margin: 0;
	text-align:left;
}
.dbleftcolumn li {
	width:60%;
	height:35px;
	line-height:35px;
	list-style-type: none;
}
.dbleftcolumn li a{
	color:#003c2e;
	border: none;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
}

.dbleftcolumn a:hover {
	color: black;
	width:60%;
	height:35px;
	line-height:35px;
}
.dbrightcolumn{
	float:right;
	width:45%;
	height:100%;
	position:relative;
	overflow:auto;	
}
.dbrightcolumn li {
	width:60%;
	height:35px;
	line-height:35px;
	list-style-type: none;
}
.dbrightcolumn li a{
	color:#003c2e;
	border: none;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
}

.dbrightcolumn a:hover {
	color: black;
	width:60%;
	height:35px;
	line-height:35px;
}
.edit_field_headers {
	color: #003c2e;
	font-size: medium;
}
.style_bold {
	font-weight: bold;
	background-color:#3399FF;
	font-size: medium;
}
.inputfield {
	background-color:#C0C0C0;
}
/* Styles for Links */
a {
	color: #003c2e;
}
