* {
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
}

img {
	border: 0;
}

html {
	width: 100%;
	height: 100%;
	text-align: center;
}

body {
	position: relative;
	width: 840px;
	height: auto;
	min-height: 535px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
	text-align: left;
}
	
div#fixHeight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 535px;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	background: #ffffff url("../images/logo.gif") 50% 50% no-repeat;
}

div#content_area {
	position: relative;
	margin: 99px 0 0 0;
	width: 100%;
	height: auto;
	min-height: 445px;
}

div#col_full {
	position: relative;
	width: 100%;
	height: auto;
}

div#col_2Rv1 {
	position: relative;
	width: 400px;
	height: auto;
	float: right;
}

div#col_2Lv1 {
	position: relative;
	width: 400px;
	height: auto;		
	float: left;
	margin-left: 10px;
}

div#col_2Rv2 {
	position: relative;
	width: 330px;
	height: auto;
	float: right;
}

div#col_2Lv2 {
	position: relative;
	width: 470px;
	height: auto;		
	float: left;
	margin-left: 10px;
}

div#col_2Rv3 {
	position: relative;
	width: 340px;
	height: auto;
	float: right;
}

div#col_2Lv3 {
	position: relative;
	width: 460px;
	height: auto;		
	float: left;
	margin-left: 10px;
}

div#content {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 445px;
	padding: 10px 20px 10px 0;
	font-size: 1.1em;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }

h1#siteTitle {
	position: absolute;
	top: 0;
	left: -9999px;
}

h2#pageTitle,
h2.entryTitle {
	position: relative;
	margin: 0 0 1em 10px;
	text-transform: uppercase;
	color: #f3a501;
}
h2.entryTitle {
	margin-left: 0;
}

h2#pageTitle2,
h2.pageTitle2 {
	position: relative;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	color: #f3a501;
	text-align: center;
}

p {
	margin-bottom: 1em;
	font-size: 1em;
	text-align: justify;
	color: #01114c;
}

a:link, a:visited, a:active {
	color: #01114c;
	text-decoration: underline;
}

a:focus, a:hover {
	text-decoration: none;
}

img#locs {
	width: 314px;
	height: 540px;
	float: right;
	margin-top: -40px;
}

span#tw {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: 5px;
	right: 40px;
}

span#fb {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: 5px;
	right: 5px;
}
