body {
	margin-top: 20px;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	padding: 0;
	background:url(images/backgroundimg.png);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3728;
}

h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
		font-size: 18px;
		height: 1px;
		margin: 0;
		overflow: hidden;
		padding: 0;
		text-align: left;
		text-indent: -2000px;
		}

h2 { font-size: 24px; }
h3 { font-size: 18px; margin:10px 0 0 0; border-bottom:#666666 1px solid; width:98%;}

p, ol, ul {
	line-height: 20px;
}

a {
	color: #19A0CC;
}

a:hover {
	text-decoration: none;
}

.bl {
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	margin-right:-3px;
	font-style:italic;
	color:#05315A;
	font-weight:bold;
	line-height:26px;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}

/* Logo */
#logo {
	width: 592px;
	margin: 0 auto;
	height: 45px;
	background:url(images/logo.png) 0 0 no-repeat;
}



/* Header */
#header {
	/*border-left: 2px solid #035e92;
	border-right: 2px solid #035e92;*/
	background-color:#035e92;
	text-align:center;
	border-top:2px #ffffff solid;
	border-bottom:1px #cccccc solid;
}
.hdimg {
	border: 2px solid #ffffff;
	width:592px;
	margin:0 auto 0 auto;
	padding:0;
	height:150px;
}
.contact {
	width: 596px;
	margin:0 auto;
	height:18px;
	letter-spacing:2px;
	text-align:center;
	background-color:#ffffff;
	padding:4px 0 4px 0;
	/*border-left: 2px solid #035e92;
	border-right: 2px solid #035e92;*/
}
/* Menu */

#menu {
	width: 600px;
	height: 34px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 119px;
	height: 26px;
	padding: 4px 0 0 0;
	/*background: url(images/img3.gif);*/
	border-bottom:#035e92 2px solid;
	border-top:#035e92 2px solid;
	border-left:#666666 1px solid;
	background:#05315A;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

#menu .first a {
	border-left:none;
}

#menu a:hover, #menu .active a {
	/*background: url(images/img4.gif);*/
	border-bottom:#19A0CC 2px solid;
	border-top:#19A0CC 2px solid;
	background:#035e92;
	color: #ffffff;
}

/* Content */

#content {
	width: 596px;
	margin: 0 auto;
	background: #ffffff;
	border: 2px solid #035e92;
	border-top:none;
	font-size:14px;
	line-height:21px;
}

#content_holder {
	padding:10px;
	}

/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	background: none;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	color: #ffffff;
}

#footer a {
	color: #FBC314;
}