body {
	margin-top: 8px;
	border: 0;
	padding: 0;
	text-align: center;
	background-color: #424242;
}

h1 {
	color: #808080;
	font-size: 1.1em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: normal;
}

hr {
	height: 1px;
	color: #dcdcdc;
}

a:link {
	color: #800000;
	text-decoration: none;
}
 
a:visited {
	color: #800000;
	text-decoration: none;
}
 
a:active {
	color: #800000;
	text-decoration: none;
}
 
a:hover {
	color: black;
	text-decoration: underline;
}

.container {
	background-color: transparent;
	color: #424242;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 840px;
	overflow: hidden;
}

.content {
	background-color: transparent;
	font-size: .9em;
	vertical-align: top;
	width: 100%;
}
.content a:link {
	color: #800000;
	text-decoration: none;
}
 
.content a:visited {
	color: #800000;
	text-decoration: none;
}
 
.content a:active {
	color: black;
	text-decoration: none;
}
 
.content a:hover {
	color: black;
	text-decoration: none;
}

.content .left {
	background-color: #fffff9;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 6px;
	width: 16%; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.content .centre {
	background-color: #fffff9;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.content .right {
	background-color: #fffff9;
	width: 12%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.makersMark
{
	font-size: .8em;
	color: #d3d3d3;
}

.copyright {
	font-size: .8em;
	color: #d3d3d3;
}

.logo {
	color: #800000;
	font-size: 2em;
}

.languageMenu {
	font-size: .9em;
}

.languageMenu a:link {
	color: black;
	text-decoration: none;
}
 
.languageMenu a:visited {
	color: black;
	text-decoration: none;
}
 
.languageMenu a:active {
	color: black;
	text-decoration: underline;
}
 
.languageMenu a:hover {
	color: black;
	text-decoration: underline;
}

.languageMenu .menuSelected {
	color: #800000;
	text-decoration: none;
}

.topMenu {
	margin: 0px 0px 3px 0px;
	padding-left: 20px;
	padding-right: 20px;
	color: #a9a9a9;
	font-size: .9em;
	background-color: #fffff9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.topMenu a:link {
	color: black;
	text-decoration: none;
}

.topMenu a:visited {
	color: black;
	text-decoration: none;
}
 
.topMenu a:active {
	color: black;
	text-decoration: none;
}
 
.topMenu a:hover {
	color: #fffff9;
	text-decoration: none;
	background-color: #a9a9a9;
}

.topMenu .menuSelected {
	color: #800000;
	text-decoration: none;
}

.bottomMenu {
	font-size: .85em;
	text-align: right;
}

.bottomMenu a:link {
	color: #999999;
	text-decoration: none;
}
 
.bottomMenu a:visited {
	color: #999999;
	text-decoration: none;
}
 
.bottomMenu a:active {
	color: blue;
	text-decoration: underline;
}
 
.bottomMenu a:hover {
	color: blue;
	text-decoration: underline;
}

.clientLogin {
	padding-left: 30px;
	padding-bottom: 5px;
}

.clientLogin a:link {
	color: #800000;
	text-decoration: none;
}
 
.clientLogin a:visited {
	color: #800000;
	text-decoration: none;
}
 
.clientLogin a:active {
	color: black;
	text-decoration: underline;
}
 
.clientLogin a:hover {
	color: black;
	text-decoration: underline;
}

.header
{
	margin: 0px 0px 3px 0px;
	font-family: Trebuchet MS, sans-serif;
	background-color: #fffff9;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: left;
	font-size: .9em;
	color: Black;
	vertical-align: middle;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.header a:link, .header a:visited, .header a:active, .header a:hover {
	color: #800000;
	text-decoration: none;
} 

.footer {
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: .9em;
	width: 100%;
}

.noLink {
}

.tagLine {
	padding-bottom: 1px;
	font-size: .9em;
	color: #a9a9a9;
	text-align: right;
}

.errorMsg {
	font-size: .9em;
	color: #ff0000;
}

.hidden {
	display: none;
}

.camo {
	color: white;
}

.cookies {
	border-style: solid solid none solid;
	border-width: 0px 1px 1px 1px;
	border-color: #666666;
	margin: 0px;
	width: 100%;
	background-color: #FFFFCC;
	padding: 0px 0px 0px 20px;
	text-align: center;
}
.cookies .text {
	color: #663300;
	font-size: .9em;
	vertical-align: text-top;
}
.cookies .button {
	border: 1px solid #FFFFCC;
	font-size: .9em;
	padding: 0,2px,0,1px;
	color: white;
	background-color: #FF6600;
	height: 20px;
	margin: 2px;
}
.cookies a:link, .cookies a:visited {
	color: black;
	text-decoration: underline;
}
.cookies a:active, .cookies a:hover {
	color: black;
	text-decoration: none;
} 

 

