﻿#ExpandedImageContainer
{
	display:none; position:absolute;
}

#ExpandedImage
{
	margin: 0; padding:0; width: auto; height: auto; 
	border: solid 1px #000;
}

#ExpandedImageTextWrap
{
	position:relative; top:-4px;
	border: solid 1px #000;
}

#ExpandedImageText
{
	background-color: #fff;
	border:insert 2px #000;
	color:#000;
	padding:5px 5px 5px 5px;
	margin:0;
	font-size: 0.8em;
}

#outerDiv
{
	position:relative;
	margin:10px auto auto;
	width:1000px;
	height:923px;
	display:block;
}
#outerAboutDiv
{
	position:relative;
	margin:10px auto auto;
	width:1000px;
	height:630px;
	display:block;
}


.sigHeader
{
	display:block;
	width:1000px;
	height:145px;
}
.sigLeftRail
{
	float:left;
	width:209px;
	height:630px;
}
.sigCenter
{
	float:left;
    background-repeat:no-repeat;
	width:612px;
	height:630px;
	margin:0 0 0 0;
}
.sigRightRail
{
	float:left;
	width:189px;
	height:630px;
}
.sigFooter
{
	display:inline-block;
	width:1000px;
	height:110px;
	float:left;
}

a:link, a:visited, a:hover
{
	color: #0b4161;
}

a:hover
{
	text-decoration:underline;
}

td ul a:link, a:link, a:visited
{
	text-decoration:none;
}

#nav_login, #nav_login a:link, #nav_login a:visited,#nav_login a:hover
{
	color: #fff;
}

