﻿body {
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #3b3b3b;
	margin: 0; padding: 0 0 50px 0; 
	font-size: 13px;
	line-height: 17px;
}

p, dl { padding: 0px 15px 0px; }

a:link {
	color: #3b3b3b;
}

a:hover {
	color: #3b3b3b;
}

a:visited {
	color: #3b3b3b;	
}


/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #444;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }

h2 { font-size: 2.8em; font-weight: normal; color: #0b4682; }

h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px}

h4 { font-size: 1.3em; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #0b4682;
}
dd {
  padding-left: 25px; 
}

.sectionTitle {
	font: bold 1.3em 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #0b4682;
	padding: 0px 0px 15px 0px;
}

/* For Text Menu at Bottom of Page */
.GrayMenuType {
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.GrayMenuType a {
	color: #666666;
	text-decoration: none;
}

.GrayMenuType a:hover {
	color: #666666;
	text-decoration: underline;
}

/* Images */
img.text {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* form elements */
.form {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
.form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #353535;
}
.form label {
	font-weight: bold;
	color: #396190;
}
.form input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
.form input:focus, select:focus, textarea:focus {
	color: #084596;
	background: #d4eefb;
}
.form #name, #email, #message, #website {
	width: 380px;
}
.form input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 20px; 
	color: #fff;
	background: #29507d;
}

/* Display Tables */
table.display {
	border-collapse: collapse;
	margin: 10px;
}

tr.display { background: #fff; }

tr.altrowdisplay { background: #f3f3f3;}

th.display, td.display {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
	padding: 8px;
}

th.display {
	color: #4f4f4f;
	background: #d1d1d1;
  	border-color: #aaa #aaa #4f4f4f #aaa 
}

td.display {
	border-color: #e0e0e0;
}	

/* Misc */

#Copyright {
	color: #666666;
	font-size: 10px;
	line-height: 25px;
	text-align: right;
	margin-right: 8px;
}

.Login {
	color: #666666;
	font-size: 12px;
}

.NewsText {
	color: #666666;
	font-size: 10px;
}

.NewsDate {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

.errorTextSmall {
	color: #CC0000;
	font-size: 10px;
	font-weight: bold;
}

.errorTextLarge {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

.successTextSmall {
	color: #00CC00;
	font-size: 10px;
	font-weight: bold;
}

.successTextLarge {
	color: #00CC00;
	font-size: 12px;
	font-weight: bold;
}

input.loginform {
	border:1px solid #737373;
	color:#333333;
	font-size:12px;
	height:20px;
	line-height:1.0em;
	padding:0px 0px;
	width:110px;
}

#LayerMain {
	margin-left: -490px;
	margin-top: 0px;
	top: 3px;
}

.imageButton {
	margin: 0px 0;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

td.userMenuRowItem {
	background: #f3f3f3;
	padding: 5px;
}

td.userMenuRowHeader {
	font-weight: bold;
	color: #4f4f4f;
	background: #d1d1d1;
	padding: 5px;
}