* {
	margin: 0;
	padding: 0;
}
a {
	color: #567;
}
a:hover {
	color: #28E;
}
body {
	background-color: #153962;
	color: #CCCCCC;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
p,cite,code,ul {
	font-size: 18px;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
li {
	margin-left: 18px;
}
h1 {
	color: #0066CC;
	font: normal 2.5em "Trebuchet MS",sans-serif;
	padding-top: 6px;
}

h2 {
	color: #0066CC;
	font: normal 2em "Trebuchet MS",sans-serif;
}

h3 {
	color: #0066CC;
	font: normal 1.5em "Trebuchet MS",sans-serif;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	width: 920px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* navigation */
.navigation {
	height: 40px;
	width: 920px;
	text-align: center;
	font: normal "Trebuchet MS",sans-serif;

}
.navigation a {
	color: #5494DA;
	padding: 60px 18px 8px;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFF;
	padding: 60px 18px 8px;
	background: #0066CC;
}

/* holders */
.holder {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.holder p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.holder h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #5494DA;
	font-style: italic;
}
.holder h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5494DA;
}

.welcome {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.welcome h1 {
	color: #5494DA;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
}

.welcome h2 {
	color: #5494DA;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}

.holder_top,.footer {
	clear: both;
	height: 40px;
}

/* footer */
.footer {
	color: #999999;
	font-size: 10px;
	text-align: center;
	padding-bottom: 20px;
}
.footer a {
	color: #999999;
	font-size: 1.1em;
	text-align: center;
}

