/*
colors:
aqua: #63CFCE
sky: #73D6FF
darkblue: #000063
yellow #F5CF20
lavender: #849ACE
purplish: #8482B5
green: #6BB64A
lightgreen: #ADDB21
grey: #737478
logoblue: #074EB0
orange: #fd935e
brightyellow: #FFF13C
lightblue: #D2EDFF
turqoise blue: #026CA1
*/


body
{
	background-color: #026CA1;
}

a
{
	font-family: Verdana;
	color:#074EB0;
}

a:hover
{
	color:#ADDB21;
	text-decoration:underline;
}

.a2:hover
{
	color:#FFF13C;
	text-decoration:underline;
}

.leftSide
{
	width:100px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	background-color:#D2EDFF;
	height:100%;
}


.header TD
{
  /*background-color:white;*/ /* #F5CF20; */
  color:#074EB0;
  font-family: Verdana;
  font-size:75%; 
}

.footer
{
	background-color:#D2EDFF;
  font-family: Verdana;
  font-size:75%; 
}


.content
{
	/*width: 100%;*/
	/*height: 600px;*/
	font-family: Verdana;
	font-size:80%;
	padding:20px;
	background-color:#D2EDFF;
}

.content TD
{
	font-family: Verdana;
}

.standardDataTable
{
	border: darkgray 1px solid;
}

.standardDataTable TD
{
	border: lightgrey 1px solid;
}

.Emphasis
{
	font-weight:bold;
	color:black;
	font-style:italic;
	font-size:large;
}

.outerContainer
{
	/*
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
    */
	width: 90%;
	border: 1px solid #fd935e;
	padding: 2px;
	background-color: #6BB64A;
}
.container
{
	background-color:#D2EDFF;
	width: 100%;
	border: 1px solid #F5CF20;
}

h3
{
	color: #026CA1;
	font-weight:bold;
	font-size:x-large;
	vertical-align:middle;
	margin-bottom:4px;
	padding-left:6px;
}

h4
{
	color: #026CA1;
	text-decoration:underline;
}

h5
{
	color: #026CA1;
	margin-bottom:0px;
	margin-top:0px;
	font-size:small;
}

.listingThumbnail
{
	vertical-align:top;
	float:left;
	border-style:outset;
	border-width: 0px;
	border-color: gray;
	margin-bottom:5px;
}

.listingThumbnailP
{
	width:150px;
	margin-right:50px;
	margin-left:20px;
}

.listingThumbnailL
{
	width:200px;
	margin-right:20px;
}


.listingEmphasis
{
	font-weight: bold;
}

.listingTypesText
{
	font-size:80%;
	white-space:nowrap;
}

.ListMoreInfoDescription
{
	width:260px;
	margin-top:6px;
}

.ListMoreInfoDescriptionAlt
{
}


.listings
{
	margin-right:10px;
	margin-left:10px;
}


.listings TD
{
	font-size:small;
	padding-bottom:0px;
	text-align:justify;
}

.featuredListings
{
	margin-right:30px;
	margin-left:10px;
	vertical-align:top;
}


.featuredListings TD
{
	font-size:small;
	padding-bottom:30px;
}

.otherlinkcaption
{
	margin-left:20px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:12px;
	/*color:#074EB0;*/
}

.otherlinkspan
{
	margin-left:40px;
}

.otherlink
{
	text-decoration:underline;
}

.mouseoverlink
{
	font-family: Verdana;
	color:#ADDB21;
	text-decoration:underline;
}

.mouseoutoflink
{
	font-family: Verdana;
	color:#074EB0;
	text-decoration:underline;
}

.asterisk 
{
	color:#000063;
}

.ControlsBox
{
	background-color:#fd935e;
	padding:20px;
	text-align:left;
	border: double #000063 3px;
}