﻿
body {
	background-color: #b3eba9;
	background-image:url('images/back.jpg');
	background-repeat:repeat-x;
	font-family: Arial, Tahoma, Verdana;
	margin: auto;
	padding: 0px;
	}
	

#master
{
width: 896px;
border-right:2px #0a53b0 solid;
border-left:2px #0a53b0 solid;
border-bottom:2px #0a53b0 solid;
margin-bottom:20px;
background-color:#fff;
}


#head
{
width: 896px;
height:100px;
height:100px;
background-image:url('images/blankhead.jpg');
vertical-align:top;
}

	
a:link
{
color:#4d8dad;
text-decoration:none;
font-weight:bold;
}


a:active
{
color:#4d8dad;
text-decoration:none;
font-weight:bold;
}


a:visited
{
color:#4d8dad;
text-decoration:none;
font-weight:bold;
}


a:hover
{
color:#c0c0c0;
text-decoration:none;
font-weight:bold;
}



#topnav
{

	width:896px;
	height:25px;
	background-image:url('images/nav.jpg');
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-left:20px;
}



#topnav a:link
{
color:#fff;
text-decoration:none;
}


#topnav a:active
{
color:#fff;
text-decoration:none;
}


#topnav a:visited
{
color:#fff;
text-decoration:none;
}


#topnav a:hover
{
color:#0a53b0;
text-decoration:none;
}

	

#leftcol
{

	vertical-align:top;
	width:701px;
	background-color:#fff;
	padding:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



#rightcol
{

	vertical-align:top;
	width:195px;
	background-color:#f2f7fd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;

}



h1{
	font-size:20px;
	margin-top:0px;
	color:#f76a02;

}

#foot
{
	width:950px;
	height:63px;
	background-image:url('images/foot.gif');
	background-repeat:no-repeat;
	font-size:12px;
	padding:15px;
	text-align:center;
}

.one
{
	
	width:622px;
	height:40px;
	background-image:url('images/one.gif');
}

.one h3
{
padding-left:40px;
padding-top:15px;
font-size:16px;
font-weight:bold;
color:#0a53b0;
}

.two
{
	
	width:622px;
	height:29px;
	background-image:url('images/two.gif');
	text-align:right;
}

.two h3
{
margin:0px;
padding-right:10px;
padding-top:5px;
font-size:12px;
font-weight:bold;
color:#868686;
}


.three
{
	
	width:622px;
	padding:10px;
}

.start
{
	
	width:612px;
	padding-left:10px;
	background-image:url('images/starfish.gif');
	background-position:right top;
	background-repeat:no-repeat;
	color:#0a53b0;
	font-size:12px;
}

.start h3
{
font-size:16px;
font-weight:bold;
color:#0a53b0;
margin-top:0px;
}

.end
{
	
	width:632px;
	height:40px;
	padding-top:70px;
	padding-left:10px;
	background-image:url('images/foot.gif');
	background-repeat:no-repeat;
	color:#0a53b0;
}

#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-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
