@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5* */
	color: #6B6B6B;
}

body a:link, body a:visited {
	color: #0033FF;
	text-decoration: none;
}

body a:active {
	color: #0033FF;
	text-decoration: none;
}

body a:focus, body a:hover {
	color: #3399FF;
	text-decoration: none;
}

a img {
	border: none;
}
#nav {
	background-color: #89726A;
	margin-top: 0px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C4D47;
	height: 25px;
}

#header h1 span {
	display: none;
}
#container {
	width: 780px;  /* allow for chrome */
	background: #FFFFFF;
	border: 1px solid #0066CC;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
#wrapper {
	font-size: 100%;
	background-color: #8598B6;
}

#header {
	height: 120px;
	padding-bottom: 10px;
} 
.small {
	font-size: 75%;
}

.notsosmall {
	font-size: 80%;
}

#table1 {
	margin-top: 15px;
}


.big {
	font-size: 120%;
}

.rgb2 {
	color: #045BDC;
}


.rgb1 {
	color: #1C4579;
}
#sidebar1 {
	float: right;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	color: #000000;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}
#sidebar1 p {
	padding-right: 8px;
	padding-left: 8px;
	font-size: 90%;
}




#mainContent {
	font-size: 80%;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 25px;
} 

#mainContent ul {
	margin-top: -10px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(images/acc-ul-blue.gif);
}

#mainContent li {
}


#mainContent p {
	margin-top: 5px;
	font-size: 100%;
	padding-right: 10px;
	padding-left: 10px;
}


#footer {
	padding: 0;
	background:url(images/img-footer.jpg) no-repeat center;
	height: 60px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066CC;
} 
#footer p {
	margin: 0; /* avoid collapse */
	padding: 5px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #CECECE;
}

#footer a:link, #footer a:visited {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:active {
	color: #FFFF33;
	text-decoration: none;
	font-weight: bold;
}

#footer a:focus, #footer a:hover {
	color: #FFFF33;
	font-weight: bold;
	text-decoration: none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.redhighlight {
	color: #CC0000;
}

h1 {
	font-size: 135%;
	color: #1C4579;
	margin: 0px 0px -4px -1px;
}


h2 {
	font-size: 115%;
	color: #78645C;
	margin: 5px 0px -4px;
}

h3 {
	font-size: 105%;
	color: #7D91AA;
	margin: 7px 0px -4px;
}

#lightbox{
	background-color:#CCC;
	padding: 5px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(scripts/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="scripts/overlay.png", sizingMethod="scale");
	}
.redspecial {
	color: #CC0000;
	text-decoration: blink;
	background-color: #FFC;
}

