/* globals */
html, body { 
	margin:0; 
	padding:0;
} 

td {
	font-family: Arial;
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #545554;
}

h1 {
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal;
	margin: 0;
	color: #ffffff;
}

h2 {
	font-size: 18px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: bold;
	color: #669999;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold;
	color: #555554;
	margin: 0 0 10px 0;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
	text-align: justify;
}

strong {
	font-style: bold; 
	color: #545554;
}

a { 
	color: #669999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a.Active:link, a.Active:visited, a.Active:active { 
	color: #FFF;
	text-decoration: none;
	margin: 0 20px 0 20px;
}
	
a.Active:hover {
	text-decoration: underline;
}

a.NotActive:link, a.NotActive:visited, a.NotActive:active { 
	color: #CCC;
	text-decoration: none;
	margin: 0 20px 0 20px;		
}
	
a.NotActive:hover {
	color: #FFF;
	text-decoration: underline;
}

#Footer {
	font-family: Verdana;
	font-size: 14px; 
	font-style: normal; 
	color: #FFF;
	letter-spacing: 0.4px;
	margin: 0;
}

#FooterSmall {
	font-family: Verdana;
	font-size: 12px; 
	font-style: normal; 
	color: #FFF;
	margin: 0;
}

a.Credits:link, a.Credits:visited, a.Credits:active { 
	color: #FFF;
	text-decoration: none;
	margin: 0;		
}
	
a.Credits:hover {
	text-decoration: underline;
}

#MainContent {
	margin: 30px 40px 30px 40px;
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal;
	color: #545554;
}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li {
	padding-left: 25px;
	padding-bottom: 5px;
	background-image: url(../pics/Arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#ContactDetails {
	line-height: 18px;
}
.floatRight{
	float: right;
	margin: 0;
}

.input { 
	margin: 0; 
	padding: 5px; 
	width: 400px; 
	border: 1px solid #545554; 
	background: #FFF;
	color: #545554;	 
}

.input:hover { 
	background: #f8f8f8; 
}

.captcha { 
	margin: 0; 
	padding: 5px; 
	width: 200px; 
	border: 1px solid #545554; 
	background: #FFF;
	color: #545554;	 
}

.captcha:hover { 
	background: #f8f8f8; 
}

.description {
	width: 400px; 
	height: 60px;
	padding: 5px; 
	border: 1px solid #545554; 
	background: #FFF;
	color: #545554;
}

.description:hover { 
	background: #f8f8f8; 
}

.textarea { 
	width: 400px; 
	height: 100px;
	padding: 5px; 
	border: 1px solid #545554; 
	background: #FFF;
	color: #545554;
}

.textarea:hover { 
	background: #f8f8f8; 
}

.Pulldown { 
	margin: 0; 
	padding: 5px; 
	width: 400px; 
	border: 1px solid #545554; 
	background: #FFF;
	color: #545554;
}

.button { 
	margin: 0; 
	padding: 5px;
	width: 150px; 
	border: 1px solid #545554;
	color: #FFF; 
	background: #749e98;	 
}

