a.navLink					{ text-decoration: none; font-family: Tahoma;}
a.navLink:link				{ color: #CED3DD; text-decoration: none; }
a.navLink:visited			{ color: #CED3DD; text-decoration: none; }
a.navLink:hover				{ text-decoration: none; }


a.footerLink					{ text-decoration: none; font-family: Tahoma; font-size: 9px;}
a.footerLink:link				{ color: #CED3DD; text-decoration: none; }
a.footerLink:visited			{ color: #CED3DD; text-decoration: none; }
a.footerLink:hover				{ text-decoration: none; }

body {
	background-color: #CED3DD;
	margin-left: 0px;
	margin-top: 0px;
}
.company {
	font-family: Tahoma; 
	font-size: 32px; 
	color:#CED3DD; 
	padding-left:15px;
}

.strapline {
	font-family: Verdana; 
	font-size: 28px; 
	color:#CED3DD; 
	padding-left:15px;
}

.nav {
	font-family: Tahoma; 
	font-size: 11px; 
	color:#CED3DD; 
	padding-left:15px;
}

.navdrop {
	font-family: Tahoma; 
	font-size: 11px; 
	color:#CED3DD; 
}

.footer {
	font-family: Tahoma; 
	font-size: 9px; 
	color:#CED3DD; 
	padding-left:15px;
}

.header {
	font-family: Tahoma; 
	font-size: 22px; 
	color:#51668D;
	padding-right: 10px;
}

.bodycopy {
	font-family: Tahoma; 
	font-size: 11px; 
	color:#51668D;
}



ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	padding-right:20px;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 18px;
	left: 0;

}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

.FormFields {
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #51668D;
	border: 1px solid #51668D;
	background-color: #F2F3F4;
}
