#wrapper {
	background-color: #FFFFFF;
	width: 847px;
	border: 1px solid #111583;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}
#hm-maim-content {
	padding: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	color: #000000;
}

#header {
	font-size: 115%;
	width: 100%;
	background-color: #111583;
}

#top-headnav {
	font-size: 70%;
}

#sidebar {
	line-height: 20px;
	font-size: 85%;
	background-color: #C0DBB2;
}

#sidebar h6{
	padding-left: 5px;
	background-color: #228844;
	margin-top: 5px;
	margin-right: 100%;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 115%;
	width: 90%;
}

.team-search {
	margin: 0px;
	width: 668px;
	font-size: 120%;
	padding-top: 8px;
	padding-bottom: 10px;
}


#main-footer {
	background-color: #E9A93B;
	width: auto;
	margin: 0px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.footer {
	font-size: 85%;
	
}
.hp-footer {
	font-size: 80%;
	padding-top: 3px;
	text-align: center;
}

table tr td {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

table table {
	font-size: 100%;
}

table tr th {
	color: #FFFFFF;
	background-color: #111583;
	font-size: 90%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.goldbar {
	background-color: #E9A93B;
	height: 20px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#breadcrumb {
	font-size: 75%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



p {
	font-size: 100%;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



a:link {
	color:#003366;
	text-decoration:underline;
}
.blue-bold-text {
	color: #003366;
	font-weight: bold;
}
.bold-text {
	font-weight: bold;
}

.img-padding {
	padding: 2px;
}


a:visited {
	color:#003366;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color: #FE9B19;
}

a:active {
	color:#FE9B19;
	text-decoration: underline;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}


h6 {
	font-size:1em;
}

hr {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
