@import url("style.css");
/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
html, body, div, ul, ol, li, form, fieldset, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #6D92A9;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	font-size: 0.8125em;
	line-height: 1.25em;
	padding: 0.125em 0em;
}
ul {
	font-size: 0.8125em;
	line-height: 1.25em;
	list-style-type: disc;
	list-style-position: inside;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a {
	text-decoration: none;
	color: #80A3B7;
}
a:hover {
	color: #FFF;
}
#content-container a {
	color: #03264C;
	text-decoration: underline;
}
#content-container a:hover {
	color: #FFF;
}
/*
------------------------------------------------------
Headers
------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0.5em 0;
}
h1 {
	font-size: 1.125em;
}
h2 {
	font-size: 1em;
}

