﻿body 
{
	text-align:center;
	color: #000000; 
	font-family: sans-serif;
	font-size:10pt; 
	vertical-align:top;
	color:#000000;

	margin-top:10px;
}


div#container
{

	min-width:750px;
	text-align: left;
	margin-left:20px; 

}


div#leftcolumn
{
	float:left;
	position:relative;
	width:244px;
	background:white url('/images/sub_back.jpg') no-repeat scroll center top; 
	min-height:485px;	

}

div#rightcolumn
{
	float:left;
	position:relative;
	/*width:607px;*/
	width:auto;
	min-width:450px;
	padding-right:20px;
	padding-left:10px;

}

div#logo
{
	width:240px;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
	margin-top:27px;
	
}

div#nav
{
	float:right;
	position:relative;
	margin-top:65px;
	font-size:11px;
	padding-right:10px;
}

div#nav ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
	padding-top:0;
	margin-top:0;
}

div#nav li
{
	background: url(/images/bullet_w1.gif) left center no-repeat;
	padding-left:12px;
	margin-top:3px;
}

div#nav a
{
	color:white;
	text-transform: uppercase;
	font-weight:bold;
	font-family:"Lucida Console",sans-serif;
}

div#nav a:link
{
	text-decoration:none;
}

div#nav a:hover
{
	color:#333333;
	text-decoration:none;
}

div#photos
{
	float:left;
}


div#survey
{
	height:90px;
	overflow:visible;
	background:white;
	float:left;
	margin-left:10px;
	/*border:1px solid #666666;*/
	padding:10px;
}
div#content
{
	clear:both;
	padding:10px;
}

div#contentphotos
{
	float:right;
}


div#contentphotos td
{
	background-color:#CCCCCC;
	border:1px gray dotted;
	padding-right:10px;
}


div#maincontent
{
	float:left;
	position:relative;
	left:10px;
}

div#maincontent h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: bolder;
	font-style: normal;
	color: navy;
	white-space: normal;
	letter-spacing: -1px;
	word-spacing: -1px;
	text-transform: uppercase;
}


#directorylist
	{
	width:100%;
	padding-left:5px;
	font-size:x-small;
	text-align:center;
	margin-bottom:30px;
	}

#directorylist td
	{
	padding:5px;
	}

#directorylist .titl
	{
    background-color:gray;
    color:#FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom:-18px
	}

.directorymod
	{
    background-color:#DADADA;
    color:black;
	}
	
a
{
color:blue;
text-decoration:none;
}

a:hover
{
color:blue;
text-decoration:underline;
}

div#footer
{
	width:80%;
	text-align: left;
	margin-left:20px; 
	margin-right:auto; 
	padding:10px;
	font-size:xx-small;
	text-transform: capitalize;
	clear:both;
}