@charset "ISO-8859-1";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #D6DDE5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.e2e #mainBody { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.e2e #mainMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	padding-left:20px;

	text-decoration:none;
}

.e2e #buttonLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top:0px;
	text-decoration:none;
}
.e2e  #buttonLink a:visited {
	color:#F7F7F7;
	text-decoration:none;
}
.e2e #mainMenu  a:visited {
	color:#F7F7F7;
	text-decoration:none;
}

.e2e #mainMenu  a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.e2e  #buttonLink a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.e2e #mainMenu  a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.e2e  #buttonLink a:visited {
	color:#F7F7F7;
	text-decoration:none;
}

.e2e #mainMenu  a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}
.e2e  #buttonLink a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}
.copyRight {
	font-size: 9px;
	color:#333333;
}

.tagLine {
	font-size: 16px;
	font-weight: bold;
	text-align:justify;
}
.style1 {
	font-size:75%;
	color:#990000;
	
}
.style2 {
	background-color:#FFFFFF;
}

.photoframe {
	border: 4px solid #013264;
}
