/* effective sites css */


html, body {
	height: 100%;
	background-color: white;
	}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}


.footer, .push {
	height: 18px; /* .push must be the same height as .footer */
}

.footer {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	padding: 2px 0px 2px 0px;
	color: white;
	background-color: #023f44;	
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-style: solid;
	border-width: thin;
	border-color: black;
}

#container {
	height: auto !important;
	height: 100%;
	margin: 0 auto -18px auto; /* the bottom margin is the negative value of the footer's height */
	width: 770px;
	min-height: 100%;
	background-color: white;
	border-style: solid;
	border-width: thin;
	border-color: white;
	text-align: left;
}


#logo {
  display: block; /* Or float left, whichever is necessary... */
  width: 770px;
  height: 130px;
  background-image: url(header.jpg);
}

#logo span {  /* Hide the "Logo Text" from view... */
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}


p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
	padding-left: 26px;
	padding-right: 26px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 20px;
	padding-left: 26px;
	padding-right: 26px;
}

h1 {
	padding: 20px 30px 4px 30px;
	color: #990000;
	background-color: white;
	text-align: center;
	text-decoration:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;;
	font-style: normal;
	font-weight: bold;
}

h2 {
	padding: 6px 30px 6px 30px;
	color: black;
	background-color: white;	
	text-align: left;
	text-decoration:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	padding: 10px 20px 4px 25px;
	color: #990000;
	background-color: white;	
	text-align: left;
	text-decoration:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

.magicMarker {
	background-color: lightblue;
}

.dotBox {
	margin: 15px 40px 20px 40px;
	padding: 6px;
	border: dotted;
	color: black;
	border-width: medium;
	border-color: #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}