* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font: 12px/1.6 Verdana, Arial, Geneva, sans-serif;
	color: #000000;
	background: #5B7EB6;
}

#header {
	width: 864px;
	margin: 0px auto;
	padding: 0px;
}
h1    {
	display: none;
}
#top {
	width: 864px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}
#top2 {
	width: 864px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}


#content {
	width: 864px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}
#top img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
.clearer {
}

#content p {
	margin: 0 0 .9em;
}

#content .widecolumn {
	width: 620px;
	float: right;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.widecolumn h2 {
	font-weight: bold;
	color: #020061;
	margin-bottom: 0.7em;
	font-size: 1.6em;
	padding-bottom: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.widecolumn h3 {
	color: #D12C10;
	margin: 1.3em 0 .3em;
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
}

.widecolumn h4 {
	color: #669900;
	margin: 1.3em 0 .3em;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}

.widecolumn ul {
	margin: .5em 0 .5em 1.3em;
}

.widecolumn ul li {
	margin: .3em 0;
}

.widecolumn p {
	color: #000000;
}

.widecolumn p strong, .sidebar p strong {
	color: #D12C10;
	letter-spacing: 0em;
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
}

.widecolumn p a, .sidebar p a {
	font-weight: bold;
	font-style: normal;
	color: #020061;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.sidebar {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 0px;
}



.sidebar h2 {
	color: #0D357A;
	font-weight: bold;
	margin-bottom: 0.7em;
	font-size: 1.4em;
	padding-bottom: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}

.sidebar h3 {
	font-size: 1em;
	margin-bottom: 0em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 1.5em 0 .3em;
	font-weight: bold;
	font-style: normal;
	color: #990000;
}

.sidebar p {
	margin: 0;
}



.sidebar p a {
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

.footer {
	margin-top: 3em;
	line-height: 1;
	text-align: center;
	width: 864px;
	clear: both;
	background: #000033;
	color: #FFFFFF;
	display: block;
	padding: 1.5em 0px 1.5px;
}

.footer a {
	color: #FFFFFF;
}

a img {
	border: none;
}

.smcol1 {
	width: 45%;
	float: left;
}
.smcol2 {
	width: 45%;
	float: right;
}
.sm {
	font-size: .95em;
}

.error_box {
    background-color: #FFFFA0;
    border: 1px solid #D12C10;
    margin: 10px;
    padding: 10px;
}

/**
* This hack is used to stretch listings and hot images to the max 200px width and max 150px height.
* In rare occations the images will display narrower than 200px because of the image dimensions.
* This will fix that situation... the image will appear slightly distorted.
**/
.listing_image_hack {
    width: 200px;
    height: 150px;
}


/*
.widecolumn p a, .sidebar p a {
*/
a.email_link, .email_link {
	font-size: 1.4em;
}

a.email_link:hover {
	text-decoration: underline;
}
