#top_navigation_container_layer {
	position: relative;
	left: 1px;
	width: 796px;
	height: 57px;
	background: transparent;
	
	z-index: 11;
}

#top_navigation_layer {
	position: absolute;
	width: 786px;
	height: 20px;
	background: #ffe1c7;
	
	border-bottom: 4px;
	border-bottom-color: #dddff4;
	border-bottom-style: solid;
	
	padding: 5px;
	
	text-align: center;
}

#search_box_layer {
	position: absolute;
	top: 34px;
	right: 0px;
	
	width: 287px;
	height: 22px;
	
	background-image: url(/images/layout/search-box-bg.jpg);
	background-repeat: no-repeat;
	
	text-align: right;
}


a.topnav, .topnav {
	text-align:left; 
	font-size:11px; 
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#080094;; 
	margin: 0px; 
	text-decoration:none;
	background: transparent;
}


a.topnav:link {
	color:#080094;;
}

a.topnav:visited {
	color:#080094;;
}

a.topnav:hover {
	color:#ef6502;
}

a.topnav:active {
	color:#ef6502;
}

a.sidenav {
	text-align:left; 
	font-size:11px; 
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#080094; 
	margin: 0px; 
	text-decoration:none;
	background: transparent;
}


a.sidenav:link {
	color:#080094;
}

a.sidenav:visited {
	color:#080094;
}

a.sidenav:hover {
	color:#ef6502;
}

a.sidenav:active {
	color:#ef6502;
}

a.country, .country {
	text-align:left; 
	font-size:11px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#080094; 
	margin: 0px; 
	text-decoration:none;
	background: transparent;
}


a.country:link {
	color:#080094;
}

a.country:visited {
	color:#080094;
}

a.country:hover {
	color:#ef6502;
}

a.country:active {
	color:#ef6502;
}


IMG.footer {
	padding: 5px;
}

HR.footer {
	background: #406996;
	background-color: #406996;
	color: #406996;
	border-style: solid;
	border: 1px;
	height: 1px;
	margin-top: 0px;
}

IMG.layout {
	text-align: left;
}

.copyright {
	text-align:right; 
	font-size:10px; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	margin: 0px; 
	text-decoration:none;
	
	margin-right: 5px;
}

a.copyright:link {
	color:#000000;
}

a.copyright:visited {
	color:#000000;
}

a.copyright:hover {
	color:#CC0000;
}

a.copyright:active {
	color:#CC0000;
}



BODY.layout {
	min-width: 800px;
	
	background: white;
	margin:0;
	padding: 0;
}


P,SPAN,BODY, TD, A {
	font-size:11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #080094; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;

	background: transparent;
	
	font-weight: normal;
}

img {
	border: 0px;
	border-style: none;
}

h1, h2, h3 {
	text-align:left; 
	font-size:11px; 
	font-weight:bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#080094; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;
}

h2 {
	color: #080094;	
}

hr {
	background: #cccccc;
	background-color: #cccccc;
	color: #cccccc;
	border-style: solid;
	border: 1px;
	height: 1px;
}


a {
	text-align:left; 
	font-size:11px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#080094; 
	margin: 0px; 
	text-decoration:none;
	font-weight: normal;

	background: transparent;
}

a:link{
	color:#080094;
}

a:visited{
	color:#080094;
}

a:hover{
	color:#ef6502;
}

a:active {
	color:#ef6502;
}

.required {
	font-size:11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #CC0000; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;

	font-weight: bold;
		
	background: white;
}

.form_text {
	width: 300px;
	border: 1px;
	border-style: solid;
	border-color: gray;
}

.form_textarea {
	width: 300px;
	height: 150px;
	border: 1px;
	border-style: solid;
	border-color: gray;
	
}

.form_submit {
}

.error {
	font-size:11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #CC0000; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;

	font-weight: bold;
}