/* Notes: "/
/* 000080 = Dark blue */
/* 637BB3 = Medium blue */
/* A8B5D4 = Light blue */
/* EEEEEE = Grey */


/* General */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	margin: 10px 10px 30px 10px;
}

h1 {
	font-size: 1.4em;
	color: #0E1772;
}

h2 {
	font-size: 1.2em;
	color: #0E1772;
}

h3 {
	font-size: 1em;
}

a {
	color: #082266;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #1f4f9c;
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin-top: 5px;
}

hr {
	color: #4f4f4f;
	background-color: #4f4f4f;
	height: 1px;
	border: 0px;
}

form {
	margin: 0px;
}


/* Site */

.site {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	background-image: none !important;
	background-color: #FFFFFF;
}
