body {
	background: url("../pictures/background.gif") 100% repeat;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: #494949;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

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

li {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	color: #0c4ea6;
}

a:hover {
	color: #94000b;
}



/* ----------------- WRAPER --------------- */

#wraper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	border-left: 1px solid #203360;
	border-right: 1px solid #203360;
}



/* ----------------- HEADER --------------- */

#header {
	margin: 0 auto;
	padding: 0;
	width: 680px;
	height: 140px;
	font-family: Georgia, Verdana, Arial;
}

#header span {
	font-size: 50pt;
	color: #94000b;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	color: #0c4ea6;
}

#header-title, #header-logo {
	margin: 0;
	padding: 0;
	float: left;
}

#header-title {
	color: #0c4ea6;
	margin-top: 6px;
}

#header-title h2 {
	font-size: 44pt;
}

#header-title h3 {
	margin-top: 6px;
	font-size: 16pt;
	position: relative;
	left: 73px;
	font-family: Segoe UI, Georgia, Verdana, Arial;
}


#header-logo {
	position: relative;
	left: 177px;
}



/* ----------------- MENU --------------- */

#menu {
	margin: 0;
	padding: 0;
	background: url("../pictures/navbg.jpg") 100% repeat;
	height: 35px;
	font-size: 11pt;
	text-align: center;
	font-family: Segoe UI, Verdana, Arial, Helvetica;
	color: #000000;
	border-top: 1px solid #203360;
	border-bottom: 1px solid #203360;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	width: 110px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 7px;
	border-right: 1px solid #203360;
}

a.line {
	border-right: 1px solid #203360;
}

#menu a:hover {
	background: url("../pictures/navbg-hover.jpg") 100% repeat;
}

.searchbox {
	height: 17px;
	border: 1px solid #203360;
	position: relative;
	top: 5px;
}

.searchbutton {
	position: relative;
	top: 5px;
	left: 7px;
}



/* ----------------- CONTENT --------------- */

#content {
	margin: 0;
	padding: 0 50px;
}

#content h1 {
	margin: 26px 0;
	font-family: Segoe UI, Georgia, Calibri, Verdana, Arial;
	text-align: center;
	font-size: 22pt;
}

#list {
	float: left;
	width: 320px;
}

#list h5 {
	font-size: 15pt;
	padding: 18px 0 6px 0;
}

ul#links {
	font-size: 12pt;
	width: 280px;
}

ul#links li {
	padding-bottom: 3px;
}

#content-bottom {
	clear: both;
	margin-bottom: 60px;
}



/* ----------------- FOOTER --------------- */

#footer {
	margin:0;
	padding: 0;
	width: 100%;
	height: 75px;
}

#footer p {
	text-align: center;
	padding-top: 7px;
}

#footer p span {
	font-size: 9pt;
}