body {
	background-color: #eeeeee;
	font-size: 12px;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	color: #1a4690; /*#333333;*/
}
a {
	font-size: 13px;
	color: #1a4690;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #1a4690;
	text-decoration: none;
}
a:hover {
	color: #1a4690;
	text-decoration: underline;
}
img {
	border: 0px;
}
h1 {
	font-family: Verdana, Arial,Tahoma,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3067bb;
}
h2 {
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 8px;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	color: #aaa;
}
#container {
	margin: 0 auto;
	/*margin-top: 25px;*/
	width: 900px !important;
	background-color: #ffffff;
}
#header {
	width: 880px;
	padding-left: 20px;
	height: 100px;
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #3067bb;
}
#headerLogo {
	float: left;
	width: 370px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#headerMenu {
	float: left;
	width: 500px;
	padding-top: 60px;
	padding-left: 10px;
}
#menue ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menue li {
	float: left;
	position: relative;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 28px;
	margin-left: 10px;
	/*height: 15px;*/
}
#menue li a {
	/*color: #ffffff;*/
	color: #3067bb;
	font-weight: bold;
	text-decoration: none;
}
#menue li a:visited {
	color: #3067bb;
	text-decoration: none;
}
#menue li a:hover {
	color: #1a4690;
	/*background-color: #1a4690;*/
	text-decoration: underline;
}
#content {
	clear: both;
	width: 860px;
	/*padding-top: 30px;*/
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
	/*border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;*/
}
/* text content */
#textBox {
	width: 630px;
	margin-left: 230px;
	/*border: 1px solid #cccccc;*/
}
/* left & right col*/
#leftCol {
	float: left;
	width: 350px;
	margin-right: 40px;
	/*border: 1px solid #cccccc;*/
}
#rightCol {
	float: left;
	width: 460px;
	/*border: 1px solid #cccccc;*/
}
#footer {
	margin-top: 20px;
	clear: both;
	width: 860px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}


