@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	/* font-size: 80%; */
	color: #2a3845;
	background: #f0f0f0;
	text-align: center;
}

#wrapper {
	margin : 15px auto;
	width : 774px;
	border: 1px solid #dbdbdb;
	background: #ffffff;
	text-align: left;
}

/*
#header {
	margin: 0 1px;
}
*/

#top {
	margin: 0;
	/*margin: 0 0 0 1px;*/
	background: #075a99 url("../gfx/top2.jpg") no-repeat;
	width: 774px;
	height: 140px;
}

#menu {
	margin: 0;
	width: 774px;
	height: 47px;
	background: #075a99 url("../gfx/menuback.png") no-repeat;
	text-align: left;
}

#menu ul {
	margin: 0;
	padding: 1px 0 0 1px;
	font-weight: bold;
	font-family: verdana, helvetica, arial;
	font-size: 14px; 
	list-style: none;
	list-style-type: none;
	height: 45px;
	overflow: hidden;
	/*background: #075a99 url("../gfx/separator.png") repeat-x;*/
}

#menu li {
	margin: 0;
	padding: 13px 10px 0px 10px;
	text-align: center;
	float: left;
	color: #ffffff;
	height: 30px;
	background: transparent url("../gfx/separator.png") 100% 0% repeat-y;
}

#menu li:hover {
	background: #fc130c url("../gfx/separator.png") 100% 0px no-repeat;
}

#menu a {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
	position: relative;
	left: -3px;
}

#shadow {
	background: #ffffff url("../gfx/shad.png") repeat-x;
	height: 10px;
}

#main {
	margin: 15px;
	color: #075a99;
	background: transparent;
	font-size: 14px;
}

#spacer {
	height: 20px;
	clear: both;
}

#footer {
	margin: 0;
	padding: 15px;
	height: 13px;
	background: #0a78cd url("../gfx/footbg.png") repeat-x;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid #064473;
	border-right: 1px solid #064473;
}

img {
	padding: 3px;
	border: 1px solid #075a99;
	margin: 0 10px;
	/*margin-left: 10px;*/
}

.left {
	float: left;
}

.right {
	float: right;
}

.info {
	margin: 0;
	margin-right: 10px;
	display: block;
	width: 200px;
	float: left;
	border: 1px solid #f9dbdb;
	background: #f9f0f0;
	padding: 10px;
	text-align: justify;
	color: #92130c;
}

.infor {
	margin: 0;
	margin-left: 10px;
	display: block;
	width: 200px;
	float: right;
	border: 1px solid #f9dbdb;
	background: #f9f0f0;
	font-size: 14px;
	padding: 10px;
	text-align: justify;
	color: #92130c;
}

h1 {
	font-size: 24px;
	color: #ce130c;
}

h2 {
	font-size: 18px;
	color: #92130c;
	/* border-bottom: 1px solid #92130c; */
}

p {
	color: #075a99;
	font-size: 14px;
	text-align: justify;
	background: transparent;
}

a {
	color: #57aaf9;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}
