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

#headerPicsLogo, #forumContainer, #headerLeftLogo,  #footer, .menu_item, .menu_top {
	display: none;
}

#locator {
}

#menu{
  background-color: #FFFFFF;
  width: 100%;
  clear:both;
}

.menu_header {
  width: 100%;
  clear:both;
  margin: 0px 0px 0px 0px;
   
}

#header {
background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
}

#headerRightLogo {
	float:left !important;
	position:absolute;
	left: 0px;
		background-color: #FFFFFF;
}



/******************************************** 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: 0.8ex;
  color:#000000;
  background-color: inherit;
}

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

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

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

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;
}

