/*	--------------------------------------------------------------------------
	Generic HTML styles
	These cover standard HTML tags eg body, a, h1, td */

body {
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 160%;
	font-weight: normal;
}

* html h1 {
	margin-top: 15px;
}

h2 {
	font-size: 130%;
	font-weight: normal;
}

h3 {

}

/*	--------------------------------------------------------------------------
	Layout styles
	These cover the home page tags */

.container {
	margin: 0 auto;
	width: 990px;
}

#header {
	background-color: #016596;
	height: 150px;
	margin-bottom: 4px;
}

#header .container {
	background: #016596 url("../images/logo.jpg") center no-repeat;
	height: 150px;
}

#header .container .promotional {
	float: right;
	padding: 10px;
}

#header .container .promotional a {
	color: #ffffff;
	display: block;
	font-weight: bold;
	float: right;
	margin-bottom: 30px;
	margin-left: 10px;
	text-decoration: none;
}

.line {
	background-color: #016596;
	height: 4px;
}

#content {
	min-height: 430px;
}

* html #content {
	height: 430px;
}

#content .container {
	text-align: center;
}

#content .section {
	float: left;
	text-align: center;
	width: 330px;
}

#content .section img.border {
	border: #FFFF84 solid 6px;
}

#footer {
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer .container {
	text-align: right;
}

#footer .container a {
	margin-right: 15px;
}
