html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#efefef url('../images/background.jpg') repeat-x;
	font-family:Verdana, arial,sans-serif;
	font-size:9pt;
	line-height:18px;
	color:#cccccc;
}

#content img {
  display:inline;
  margin:6px;
  border:3px solid #30895c;
	border-color:#30895c;
}

td {
	margin:0;
	padding:0;
	font-family:Verdana, arial,sans-serif;
	font-size:9pt;
	line-height:18px;
	color:#000000;
}

.navMain ul{
	margin-top:17px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family:Verdana, arial,sans-serif;
	font-size:9pt;
}
.navMain li{
	background: url('../images/line.png') no-repeat right center;
	padding-left:9px;
	padding-right:8px;
	display:inline;
	text-transform: uppercase;
	font-weight:bold;
	color:#ffffff;
}
.navMain li.last{
	background: url('') no-repeat right center;
	padding-left:10px;
	padding-right:10px;
	display:inline;
	text-transform: uppercase;
	font-weight:bold;
	color:#ffffff;
}
a{ 
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#content a{ 
	color:#30895c;
	text-decoration:none;
}
#content a:hover{
	color:#30895c;
	text-decoration:Underline;
}

a.active{
	color:#ffffff;
	text-decoration:underline;
}

h1 {
	padding-left:0px;
	padding-bottom:0px;
	margin:0px;
	text-transform: uppercase;
	font-weight:bold;
	line-height:35px;
	color:#30895c;
	font-family:Arial,sans-serif;
	font-size:15pt;
}

h2 {
	padding:0px;
	margin:0px;
	margin-bottom:-6px;
	font-weight:bold;
	line-height:35px;
	color:#30895c;
	font-family:Arial,sans-serif;
	font-size:12pt;
}

.slide-image td {
	font-family:Verdana,arial,sans-serif;
	font-size:8pt;
	line-height:15px;
}

.slide-image a {
	font-family:Verdana,arial,sans-serif;
	font-size:8pt;
	color:#30895c;
	font-weight:bold;
	line-height:15px;
}

.slide-image a:hover {
	font-family:Verdana,arial,sans-serif;
	font-size:8pt;
	color:#30895c;
	font-weight:bold;
	line-height:15px;
}

.input {
    border: 1px solid #cfcfcf;
    background: #fff;
    height: 20px;
}
.field {
    border: 1px solid #cfcfcf;
    background: #fff;
    height: 125px;
    width: 165px;
}
.button {
    border: 0px solid #cfcfcf;
    background: #30895c;
    color: #fff;
    height: 20px;
}


