﻿body, html {
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* was taken out because possible early netscape version bug */
	text-align: left;
	border-color:#ffffff;
	background-color:#ffffff;
	border-style: none;
	margin:0;
	padding:0;
	border-style: none;
}
#floatingheader {
	position:absolute;
	top:5%;
	left:87%;
	width:10%;
	z-index:50;
}
.floatingheaderimage{
	position:relative;
	left:-5%;
	width:70%;
	float:right;	
}
a:link {
	color: #000000; text-decoration: none;
}
a:visited { 
	color: #000000; text-decoration: none;
}
a:hover {
	color: #ffffff; text-decoration: none;background-color:#4b87f6;
}
a:active {
	color: #ffffff; text-decoration: none; background-color:#4b87f6;
}
#header {
	background:#ffffff;
}
.headercontent{
	position: relative;
	width:70%;
	margin:0 auto;
}
.leftheadingimage{
	float:left;
	width:15%;
	padding-right:0.5%;
	display: inline;	
}
.logotitle {
	font-size: 110%;
	color: #fd67cb;
	background:#ffffff;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia;
	width: 100%;
	padding-top: 1%;
	padding-left:0;
}
.headerlogo {
	padding-top:2%;
	padding-bottom:2%;
}
ul.inlinemenu {
	border-style: none;	
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	display: inline;
}
.menuelement {	
	float:left;
	font-size: 120%;
	font-weight: normal;	
	padding-left:2px;
	padding-right:2px;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thispagemenuelement {
	background-color:#4b87f6;	
	color:#ffffff;
}
.block {
	width: 100%;
	border-style:solid;
	border-color: #4b87f6;
	border-top-width:0px;
	border-bottom-width:4px;
	border-left-width:0px;
	border-right-width:0px;
	margin-bottom:0px;
	z-index:30;
}
.content {
	position: relative;
	padding-bottom: 1%;
	background:#eaeaea;
}
.columnsspace {
	width:70%;
	margin:0 auto;
	background:#eaeaea;
}		
.content  a:link {
	color: #4b87f6; text-decoration: none; background-color: #ffffff;
}
.content  a:visited { 
	color: #4b87f6; text-decoration: none;background-color: #ffffff;
}
.content  a:hover {
	color: #4b87f6; text-decoration: underline;background-color: #ffffff;
}
.content  a:active {
	color: #4b87f6; text-decoration: underline;background-color: #ffffff;
}

.firstcolumn {
	float:left;
	width:46%;
	background:#eaeaea;
}

.secondcolumn {
	float:right;
	width:46%;
	background:#eaeaea;
}
p {
	margin-top:5px;
}
h1 {
	background-color: #4b87f6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	width: 100%;
	font-size: 140%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0;
}
h2 {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	width: 100%;
	font-size: 120%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-family: Arial, sans-serif;	
	line-height: 110%;
	color: #4b87f6;
	margin-top: 0;
}
h3 {
	display:inline;
	font-size:120%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4b87f6;
}
h4 {
	display:inline;
	font-size:110%;
	color: #4b87f6;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
input {
	display:inline;
	font-size:110%;
	font-weight: bold;
	color: #4b87f6;
	border-style:none;
	padding-left:2px;
}
.section {
	border-style:solid;
	border-color: #4b87f6;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;	
	background-color: #ffffff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
/*	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
*/	width: 100%;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	line-height:120%;
}
ul.columnlist {
	margin-top:0px;
	margin-bottom:0px;
	list-style:none;
	line-height:110%;
}
#menu a:link {
	color: #4b87f6; text-decoration: none;
}
#menu a:visited { 
	color: #4b87f6; text-decoration: none;
}
#menu a:hover {
	color: #ffffff; text-decoration: none;background-color:#4b87f6;
}
#menu a:active {
	color: #ffffff; text-decoration: none; background-color:#4b87f6;
}

.inlineimage {
	width: 15%;
	border-style: none;
}
.tinyimageleft {
	width: 7.5%;
	float: left;	
	margin-right:3px;
	border-style: none;
}

.smallestimageleft {
	width: 10%;
	float: left;	
	margin-right:5px;
	border-style: none;
}	
.smallestimageright {
	width: 10%;
	float: right;
	margin-left:5px;
	border-style: none;
}
.smallerimageleft {
	width: 20%;
	float: left;	
	margin-right:10px;
	border-style: none;
}	
.smallerimageright {
	width: 20%;
	float: right;
	margin-left:10px;
	border-style: none;
}
.imageleft{
	width: 30%;
	margin-right: 10px;
	float: left;
	border-style: none;
}
.imageright{
	width: 30%;	
	margin-left:10px;
	float: right;
	border-style: none;
}
.biggerimageleft{
	width: 40%;
	margin-right: 10px;
	float: left;
	border-style: none;
}
.biggerimageright{
	width: 40%;	
	margin-left:10px;
	float: right;
	border-style: none;
}
.biggestimage {
	width: 80%;	
	margin:0 auto;
	border-style: none;
}
.fullimage {
	width: 100%;	
	margin:0 auto;
	border-style: none;
}
.forceclear{
	clear: both;
}
.footer {
	background-color:#c4e1ff;
}
.footercontent{
	position: relative;
	width:70%;
	margin:0 auto;
	padding-bottom:1%; 
}
.footer a:link {
	color: #000000; text-decoration: none;
}
.footer a:visited { 
	color: #000000; text-decoration: none;
}
.footer a:hover {
	color: #ffffff; text-decoration: none; background-color:#4b87f6;
}
.footer a:active {
	color: #ffffff; 
	text-decoration: none; background-color:#4b87f6;;
}
.twitterpositionhack {
}


