/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right; }
.right a.lang { color:#fff; text-decoration:none; }
.right a:hover.lang { color:#fff; text-decoration:underline; }
.clear { clear: both }
.gal { margin: 0 0 10px 10px }

/* Website styles */

body {
   background-color:#fff;
   background-image:url(im/bgr.gif); 
   font-family: Verdana, Arial, Helvetica, sans-serif;
} 
   
td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; }   
   
a:link { color: #000000;	text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }   

a.mail { color:#FFFFFF; text-decoration:none; font-size:10px; }
a.mail:hover { color:#FFFFFF; text-decoration:underline; font-size:10px; }

.smwhite { color:#FFFFFF; font-size:10px;}
.copy{ color:#F3E508; font-size:10px;}
.smlogo { color:#F2E60B; font-size:10px; font-weight:bold;}
.tableb { border-left: 1px solid #044C48; border-right: 1px solid #044C48;}
h1 { font-size: 18px; margin: 0 0 15px 0; }
h1.hd { display: none }
div.header {
	width: 704px;
	height: 94px;
	border-right: 1px solid #044C48;
	border-left: 1px solid #044C48;
	background: #044C48;
}
.header p {
	margin: 11px 10px 0 0;
	font-size: 10px;
	color: #fff;
	text-align: right;
}
.header p strong {
	color: #f2e608;
}
div.nav {
	width: 704px;
	height: 21px;
	background: #ACC4C3;
	border-right: 1px solid #044C48;
	border-left: 1px solid #044C48;
	border-top: 1px solid #f3e508;
}
.nav div.left {
	width: 453px;
	height: 21px;
	border-right: 1px solid #fff;
}
.nav .left li {
	float: left;
	list-style: none;
	width: 151px;
	height: 15px;
	background: #044c48;
}
.nav .left li a {
	width: 151px;
	height: 15px;
	line-height: 15px;
	display: block;
	font-size: 10px;
	color: #f3e508;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #f3e508;
}
.nav .left li a span.active, .nav .left a:hover span {
	color: #acc4c3;
}
.nav div.right {
	width: 240px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	color: #fff;
	background: #044c48;
	text-align: right;
	padding: 0 10px 0 0;
	border-bottom: 1px solid #f3e508;
}
div.content {
	width: 664px;
	border-right: 1px solid #044C48;
	border-left: 1px solid #044C48;
	padding: 20px;
	background-color: #fff;
	background-image: url('im/bgr2.gif');
	background-repeat: no-repeat;
	background-position: 20px top;
}
.content p {
	font-size: 11px;
	margin: 0 0 15px 0;
}
.content p.list {
	padding: 0 0 0 25px;
}
.content h3 {
	padding: 0 0 0 25px;
	font-size: 11px;
	margin: 0 0 15px 0;
	font-weight:normal;
}
div.separator {
	width: 704px;
	height: 5px;
	background: #ACC4C3;
	border-right: 1px solid #044C48;
	border-left: 1px solid #044C48;
	border-bottom: 1px solid #f3e508;
	font-size: 1px;
}
h2 {
	font-size: 14px;
	margin: 0 0 15px 0;
	color:#999;
}
div.footer {
	width: 684px;
	height: 15px;
	line-height: 15px;
	border-right: 1px solid #044C48;
	border-left: 1px solid #044C48;
	background: #044c48;
	font-size: 10px;
	padding: 0 10px;
}
.footer .left {
	color: #f3e508;
}
.footer .right {
	color: #fff;
}
.footer .right a {
	color: #f3e508;
	text-decoration: none;
}
.footer .right a:hover {
	color: #acc4c3;
}