/* Main overall styles */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
}

#container {
	padding: 0px;
	margin-left:20px;
	width: 800px;
}

/* masthead  formatting */
#masthead {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 110px;
}

/* footer background and strapline formatting */
#footer {
	clear:both;
	width: 800px;
	text-align: center;
}
/* end of section */


/* sidebar left layer contains main content */
#sidebarLeft {
	float: left;
	width: 315px;
	margin: 0px 0px 10px 0px;
	/*border: 1px solid #000;*/
	
}
/* end of section */

/* sidebar right layer contains main pictures */
#sidebarRight {
	float: right;
	width: 480px;
	height: 500px;
	margin: 0px 0px 10px 0px;
	/*border: 1px solid #000;*/
	
}
/* end of section */

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover  { color: #FF0000; text-decoration: none; font-weight: 700; }
a:active  { color: #FF0000; text-decoration: none; font-weight: 700; }

p {
	margin: 0px 0px 8px 0px;
}

#sidebarRight p {
	margin: 0px 50px 8px 100px;
}

#sidebarLeft p.outdent {
	margin-left: 30px;
	text-indent: -30px;
}

#sidebarRight p.outdent {
	margin: 0px 60px 8px 130px;
	text-indent: -30px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006666;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666600;
	margin: 10px 10px 10px 20px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
	font-style: italic;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}

table.advert {
	width: 510px;
	margin: 10px auto 10px 20px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #996600;
	border-collapse: collapse;
	text-align: left;
}

table.advert th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	padding: 5px;
}

table.advert td {
	border-width: 0px;
	border-style: none;
	padding: 5px;
}

table.advert td p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	margin: 5px 5px 10px 5px;
}
