body {
	height: 100%;
	margin: 0 0 0 0;
	font: 12px/17px arial, helvetica, verdana, geneva;
	color: #000000;
	background-color: #DEDBCC;
	background-image: url('/img/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

select, input {
	font: 10px/17px arial, helvetica, verdana, geneva;

}


form {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #4785C6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4785C6;
	text-decoration: underline;
}

#header {
	background-color: #8497B0;
	width: 981px;
}


#main {
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding: 15px;
	width: 670px;
	float: left;
}

#right {
	padding: 15px;
	width: 250px;
	float: right;
}


h1 {
	color: #5A5749;
	font: 28px/30px arial, helvetica, verdana, geneva;
	font-weight: bold;
}




#footer {
	width: 940px;
	margin: 50px 20px 20px 20px;
	border-top: 1px solid #BDBDBD; 
	font: 10px/14px arial, helvetica, verdana, geneva;
	color: #414241;
	text-align: right;
	clear: both; 
	
}


#navcontainer {
	background-color: #3F3E3E;
	width: 970px;
	padding-left: 10px;
}



#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font: 13px/27px verdana, geneva, arial, helvetica;
	font-weight: bold;
}

#navcontainer li {
	display: inline;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}


#navcontainer a {
	color: #FFFFFF;
	float: left;
	margin:	0;
	padding-left:10px;
	text-decoration: none;
}

#navcontainer a span {
	display: block;
	padding-right:10px;
	float: none;
}

#navcontainer li#active { 
	background: url(/img/redbg.gif) repeat-x center top;
}

#navcontainer li#active a { 
	background: url(/img/redleft.gif) no-repeat left top;
}

#navcontainer li#active a span { 
	background: url(/img/redright.gif) no-repeat right top;
}

#navcontainer a:hover { 
	text-decoration: underline;
}


.t670 {
	font: 13px/24px arial, helvetica, verdana, geneva;
	color: #414241;
	height: 25px;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0;
	background: url(/img/box670.gif) no-repeat;
}

h3 {
	font: 13px/24px arial, helvetica, verdana, geneva;
	color: #414241;
	height: 25px;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0;
	background: url(/img/box250.gif) repeat-x center top;
}

.box250 {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #EAE8DF;
}

.btn {
	background: url(/img/btn_blue.gif) repeat-x center top;
	color: #FFFFFF;
	width: 125px;
	height: 24px;
	text-align: center; 
}

.btn a {
	color: #FFFFFF; 
	font: 11px/24px verdana, geneva, arial, helvetica; 
	display: block; 
	text-decoration: none; 
	font-weight: bold;
}

.btn a:hover {
	text-decoration: underline; 
}

.formbtn {
	background: url(/img/btn_blue.gif) repeat-x center top;
	color: #FFFFFF;
	border:outset 0px #ccc;
	width: 125px;
	height: 25px;
	font-weight: bold;
	font: 11px/24px verdana, geneva, arial, helvetica; 
}


.col1 {
	width: 330px;
	padding-right: 10px;
	float: left;
}

.col2 {
	width: 330px;
	float: left;
}


.accbox {
	width: 318px; padding: 5px; border-style: solid; border-width: 1px; border-color: #EAE8DF; margin-bottom: 5px; margin-top: 5px;
}

.firstletter {
	clear: both; font-size: 15px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E9E7DE; padding-bottom: 5px; padding-top: 10px; font-weight: bold; color: #5A5749;
}



#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(/img/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}
	
	
