/******************************************** Page Settings */
html, body {
	margin: 0ex;
	padding: 0ex;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5ex;
	background-color: #FFFFFF;
	color:#000000;
}

#headerPicsLogo, #forumContainer, #headerLeftLogo, #menu, #footer, #locator, #menu_header, #menu_top, #menu_item {
	display: none;
}

#header {
	height:76px;
}

#headerRightLogo {
	float:left !important;
	position:absolute;
	left: 0px;
}

#content {
	width:95%;
	position:absolute;
	/*left:-180px;*/
	z-index:1;
}


/******************************************** Content Layout */

/* Controls the apperance of an img so it appears on the left*/
img.left {
	float:left;
	padding: 10px 10px 10px 10px;
	border:none;
	position:relative;
}

/* Controls the apperance of an img so it appears on the right*/
img.right {
	float:right;
	padding: 10px 10px 10px 10px;
	border:none;
	position:relative;
}


p, li {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.7ex;
}

h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 2.2ex;
	vertical-align:top;
}

h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.8ex;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	border-bottom:thin #1E0A3E dotted;
}

h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.6ex;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	text-decoration:underline;
}

a, a:link, a:active, a:visited {
  color: #1E0A3E;
  background-color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #009900;
  background-color: inherit;
  font-weight: bold;
  text-decoration: none;
}
