/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0, 0;
	background: #436c99;
	font: normal small Arial, Helvetica, sans-serif;
}

h1{
	font-family: Arial, Helvetica;
	font-weight: large;
	color: #436c99;
}

h2 {
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: #436c99;
}

h3 {
	font-family: Arial, Helvetica;
	font-weight: normal, bold;
	color: #436c99;
}

p, ul, ol {
}

p {
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a
img {
	border: none;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #436c99;
}

/* Logo */

#logo {
	height: 115px;
	background: url(images/logo2.jpg) no-repeat;
	color: #D1E4FA;
	padding: 15px 0 0 140px;
}

/* Content */

#content {
	padding: 0 0 0 20px;
}

#content h1 {
	font-weight: normal;
	padding: 15px 5px;
}

#content p {
	color: #000000;
}

#extra {
}

/* Content > Main */

#main {
}

#main {
	padding: 15px;
}

#main a {
}

/* Content > Menu */

#menu {
	height: 22px;
	background: #638cbb;
	color: #638cbb
}

/* Footer */

#footer {
	height: 30px;
	background: #325884;
}

#footer p {
	padding: 5px;
	font-size: normal;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
