﻿body {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	margin-top:50px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:url('../imagesPRES/pageBG.gif') repeat-y;
	border:2px #FFF solid;
}
img {
	border:none;
}
h1 {
	
}
h2 {
	font-family:Arial Rounded MT Bold, Helvetica, Verdana, Arial, sans-serif;
	margin:0 0 45px 20px;
	font-weight:normal;
	font-size:20px;
	/*text-decoration:underline;	*/
	color:#ED1C24;
}
#header {
	width:1000px;
	height:97px;
	background:url('../imagesPRES/header.gif') no-repeat;
}
#header ul {
	list-style-type:none;
	margin:0 75px 0 0;
	padding-top:60px;
	width:700px;
	float:right;
	text-align:right;
}
#header ul li {
	display:inline;
	margin-left:15px;
	padding:0;	
	font-size:14px;
	
}
#header ul li a {
	text-decoration:none;
	color:white;
}
#header ul li a:hover {
	color:#0086B3/*01578E/*005897*/;
	text-decoration:underline;
}
#Topper {
	width:1000px;
	height:215px;
	background:url('../imagesPRES/topper.gif') no-repeat;
	color: white;
}
#Topper #notes {
	width:300px;
	margin:20px 65px 20px 0;
	padding:0;
	float:right;
}
#Topper #notes p {
	margin:0 0 2px 0;
	padding:0;
	color:black;
	font-size:.9em;
	text-align:right;
}
#Topper #notes p.headline {
	font-weight:bold;
}
#main {
	width:1000px;
	background-color:black;
	border-left:none;
	border-right:none;
	color:white;
	padding-bottom:25px;
}
#main div#left {
	width:420px;
	margin:0;
	padding:0;
	background-color:black;
	float:left;
	
}
#main div#left p {
	padding:0 15px 5px 15px;
}
#main div#content {
	width:570px;
	margin:0;
	padding:0;
	background-color:black;	
	float:left;
}
#main div#content p {
	padding:0 15px 5px 15px;
}
/* Form styles */
#main form div {
	margin-left:15px;
}
#main form div label {
	width:100px;
	float:left;
}
#main form div input, #main form div select {
	margin-bottom:15px;
	color:#FFF;
	background-color:black;
	border:1px white solid;
	width:200px;
}
#main form .buttonGroup {
	width:525px; 
	margin-top:10px;
	margin-left:0;
}
#main form div input.radio{
	width:15px;
	float:left;
	margin-right:15px;
	border:none;
}
#main form div input.entry {
	background-color:white;
	color:black;
	width:60px;
	margin-top:15px;
	text-align:center;
}
#main form div textarea {
	width:450px;
	height:75px;
	color:#FFF;
	background-color:black;
	border:1px white solid;
	margin-top:5px;	
}
#main form div textarea:focus, #main form div input:focus {
    border: 1px solid white;
    border-left: 2px solid #BF1717;
    background-color: #FFFFCC;
    color:#990000;	
}
#main form div input.highlightActiveField, #main form div textarea.highlightActiveField {
    border: 1px solid white;
    border-left: 2px solid #BF1717;
    background-color: #FFFFCC;
    color:#990000;  
}
#main form div input.highlightInactiveField, #main form div textarea.highlightInactiveField  {
	background-color:black;
	border:1px white solid;
	color:white;
}
.LeftInside {
	padding:15px 20px 25px 0px;	
}
.RightInside {
	padding:25px;
	width:450px;
}
.RightInside a {
	color:#0086B3;;
	text-decoration:none;
}
.RightInside a:hover {
	text-decoration:underline;
}
.clearfix {display: block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0; 
	clear: both;
	visibility: hidden;
}

.red {
	color:#ED1C24;
}
.fineprint {
	font-size:.8em;
}
/* Light Box */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border:none ; } 
#overlay img{ border:none ; }

#overlay{ background: url(../imagesPRES/overlay.png);  }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../imagesPRES/overlay.png", sizingMethod="scale");
}

