/* CSS Document */



#layout
{
	width:778px;
	background-image:url(/images/layout.gif);
	background-repeat:repeat-y;
	height:auto;
	min-height:700px;
	border:1px solid #000000;
	margin:0px auto;
}

#header
{
	width:605px;
	height:175px;
}

#headerImages
{
	width:778px;
	height:175px;
}

.headerImage
{
	margin:0;
	padding:0;
	border:none;
	float:left;
}

#sideNav
{
	padding:50px 0;
	width:173px;
	height:auto;
	float:left;
	background-color:#daceb4;
	background-image:url(/images/leftnav_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.sideNavItem
{
	padding:0;
	margin:0;
	width:173px;
	height:37px;
	border:none;
}

.sideNavLink
{
	margin:0px;
	border:none;
}

.sideNavImage
{
	margin:0;
	border:none;
}


#content
{
	float:left;
	width:570px;
	height:auto;
	margin:10px 10px 0 10px;
}

#listingTable
{
	width:570px;
	height:auto;
	padding:20px 0;
}

.listingTitle
{
	font-size:12px;
	padding-bottom:4px;
	font-weight:bold;
	width:450px;
}

.listingRow
{

	margin:5px 0;
}

.copy
{
	font-size:11px;
	line-height:1.4em;	
}	

.firstLetter
{
	font-weight:bold;
	font-size:16px;
}


.sincerely
{
	
	margin:9px 0 10px 0px;
	font-size:9px;
	font-weight:bold;
}

.signature
{
	padding:0 0 0 0;
	font-size:9px;
	margin:0px 0 0px 10px;
	font-weight:bold;
}


