/* Removes All Whitespace */
* {
	padding:0;
	margin: 0;
}

BODY {
	background-color: #1A2028;
	color : #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
}

/* Default Text Styles */
p {
	text-align : justify;
	padding-top: 10px;
	padding-bottom: 11px;
}

h1 {
	font-size: 2.2em;
	line-height: 1.9em;
	color: #66FF00;
	font-weight: bold;
	word-spacing: 0.05em;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

hr {
	height: 1px;
	border-style: none;
	color: #eee;
	background-color: #eee;
}

b, strong {
	color: #F4CC88;
	font-weight: bold;	
	text-transform: none;
}

em {
	color: #9AA2D0;
	font-weight: bold;
}

h1, h2, h3, h4 {

}

h1 {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 48px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	padding-bottom: 4px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5B6271;
	font-weight: lighter;
	line-height: 42px;
	padding-top: 17px;
	font-style: italic;
	padding-bottom: 4px;
}

a {
	color: #758ADF;
	text-decoration: none;
}

a:hover {
	color: #B3DA58;
}

ul {
	list-style-type: none;
}

#sidebar ul {
	padding-top: 10px;
	padding-bottom: 11px;
}

img {  
	border-style: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* Page Structure DIV's */
#page {

	background-repeat: repeat-y;
}

#container {
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	margin-top: 16px;
	margin-bottom: 20px;
}

#header {
	background-color: #46556A;
	height: 118px;
	background-repeat: no-repeat;
	background-image: url(images/banner.gif);
}

#header ul {
	padding: 0px;
}

#tagline {
	width: 264px;
	height: 63px;
	float: right;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 2px;
}

.content {
	width: 610px;
	clear: left;
}

.margins {
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 48px;
	padding-top: 8px;
}

.article {
	float: none;
}

#sidebar {
	width: 236px;
	float: right;
	padding-top: 8px;
	padding-right: 48px;
}

.subfooter {
	background-color: #FFFFFF;
	clear: both;
	padding-top: 6px;
}

#footer {
	background-color: #D8E686;
	height: 20px;
	clear: both;
}

.linsbox {
	clear: both;

}

.column {
	float: left;
}

/* Used with column to devide page */
.quarter {
	width: 22%;
	padding-right: 3%;	
}

.sixth {
	width: 12%;
	padding-right: 3%;	
}

.half {
	width: 47%;
	padding-right: 3%;	
}

.third {
	width: 30%;
	padding-right: 3%;
}

.imgleft {
	float: left;
	padding-right: 28px;
	padding-bottom: 21px;
}

.imgright {
	float: right;
	padding-bottom: 21px;
	padding-left: 28px;
}

/* Sets up the look of the main links bar */
#menu {
	height: 31px;
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

#menu ul li {
	float: left;
}

/* Fits each link into it's own individual box */
#menu ul li a {
	width: 127px;
	color: #666666;
	
	display: block;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 5px;
}

/* Changes links to orange when rolled over */
#menu ul li a:hover {
	color: #000;
}

#menu ul li a.selected {
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
