/* Author: Kyle Foote */

/*
----------- RESET DEFAULT SETTINGS */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,ol,ul,li,blockquote,th,td { margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
a { text-decoration: none; }

body {
	background-color: #1B4D82;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 133%;
	}
	
h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 2.4em;
	color: #EFFBF0;
	margin-bottom: 7px;
	margin-top: 140px;
	}

h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #f8fca2;
	text-transform: uppercase;
	font-size: 1.16em;
	font-weight: 100;
	}
	
img {
	float: right;
	}

a, a:visited {
	color: #5CC6DA;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	font-size: 1em;
	font-weight: lighter;
	}
	
h3 {
	margin-top: 70px;
	margin-bottom: 10px;
	font: 1.16em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #f8fca2;
	}
	
p {
	color: #fefdf4;
	margin-left: 33px;
	margin-bottom: 1em;
	}
	
.right {
	margin: -5px;
	text-align: right;
	}
	
.nospace {
	margin: -5px 0;
	}

ol {
	color: #EFFBF0;
	margin-left: 53px;
	}
	
li {
	margin-bottom: .13em;
	}

#container {
	margin: 0 auto;
	width: 504px;
	background: url(img/bg.jpg) repeat-y 0 0;
	padding: 40px 60px;
	}
	

