body, td, th {
	margin-top: 50px;
	color: #100f28;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
    text-shadow: #100f28 0 0 0px;
	}

body {
	background: #ffffff;
	}

a, a:visited {
	color: #898893;
	text-decoration: none;
	}
	
a:hover {
	color: #100f28;
	text-decoration: underline;
	}
	
#page {
	width: 960px;
	margin: 0px auto;
	padding: 15px 0 -15px 0;
}

		
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#columns {
  background: url();
  background-repeat: repeat-y;
  width:960px;
  height: auto;
  margin: 0 auto;
}

.sidebar { 
	background: url('');
	background-repeat: no-repeat;
  	text-align: center;
	float: left;
	width: 482px;
	height: 436px;
    margin: 0 0 0 0;
    overflow: hidden;
}

.main {
	float: right;
	height: 436px;
	width: 478px;
    margin: 0 0 0 0;
    overflow: hidden;
}

.main .content {
	position: relative;
	top: 49%;
    padding: 0 15px 25px 20px;
    overflow: auto;
}

.main .content a {
	color: #898893;
	}
	
.main .content a:hover {
	color: #100f28;
	text-decoration: underline;
	}
		
.main .form {
	position: relative;
	top: 5%;
	padding: 0 0 0 20px;
    overflow: visible;
}

#footer {
	position: relative;
	top:0px;
    height: 39px;
	background: url('') 0 bottom no-repeat;
	text-align: center;
	color: #100f28;
	letter-spacing: 1px;
	}

.footer p {
	font-size: 10px;
	}

.footer a {
		width: 100px;
		color: #898893;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0px;
		line-height: 20px;
		text-align: center;
		text-decoration: none;
		}

.footer a:hover {
		color: #100f28;
		text-decoration: none;
		}
		
.footnav {
	position: relative;
	top:40px;
	height: 45px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #100f28;
}

.copyright {
	vertical-align: top;
	text-align: center;
	color: #100f28;
	font-size: 10px;
	letter-spacing: .5px;
	}
	
/* HEADINGS */

h1, h1 a, h1 a:hover {
	padding: 0 0 0 0;
	margin: 0;
	color: #100f28;
	font-size: 22px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 0px;
	}

h2, h2 a, h2 a:hover {
	padding: 0 0 0 0;
	margin: 0;
	color: #100f28;
	font-size: 18px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 0px;
	}

h3, h3 a, h3 a:hover {
	padding: 0 0 0 0;
	margin: 0;
	color: #100f28;
	font-size: 16px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	font-style: italic;
	line-height: 18px;
	text-decoration: none;
	letter-spacing: 0px;
	}
	
h4, h4 a, h4 a:hover {
	padding: 0 0 0 0;
	margin: 0;
	color: #100f28;
	font-size: 14px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0px;
	}

/* THE HEADER */

#header {
	background: url('') no-repeat;
	height: 0px;
	width: 960px;
	text-align: center;
	}
	
/* CLEAR FLOATS */

.clear {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	}
	