html { margin: 0; padding: 0; background: #78B5CE}
body { margin: 0; padding: 0; background: #78B5CE; color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
h2{ color: #333; }
a{ color: #111; }
p{ margin: 0 0 18px; }
.container{ width: 760px; margin: 0 auto;}

/* Header */
.header	{ background: #78B5CE; border-bottom: 2px solid #ddd; }
.header.h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
.header.p{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }

/* Content Style */
.navigation{ border-bottom: 1px solid #ccc; margin-right: 18px; margin-top: 3px; float: left; width: 175px;}
.navigation.ul	{ padding: 0 18px 9px; }
.extra	{ margin-right: 18px; float: left; clear: right; width: 175px;}
.extra.small	{ font-size: 11px; line-height: 18px; }
.extra.p { padding-right: 18px; }

/* Content Positioning & Size */
.content{ border-bottom: 1px solid #ccc; margin-left: 18px; float: right; width: 520px; }
.content.p {}

.content.A.link {text-decoration:none} 
.content.A.visited {text-decoration:none}

.content.extra	{ float: right; clear: left; width: 175px; }

.smallcontent{ border-bottom: 1px solid #ccc; margin-left: 18px; float: right; width: 520px; }
.smallcontent.p {}
.smallcontent.extra	{ float: right; clear: left; width: 175px; }

.largecontent{ font: 16px Helvetica, Arial, sans-serif; line-height: 22px; border-bottom: 1px solid #ccc; margin-left: 18px; float: right; width: 520px; }
.largecontent.p {}
.largecontent.extra	{ float: right; clear: left; width: 175px; }

/* Footer */
.footer	{ background: #111; color: #fff; border-bottom: 2px solid #999; clear: both; width: 100%; }
.footer.a{ color: #eee; }
.footer.p{ color: #ccc; margin: 0; padding: 0 18px 10px; }
.footer.ul{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
.footer.li{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

.special { border-bottom: 1px solid #ccc; margin-left: 18px; float: right; width: 520px; }

.hideme { margin: 0; padding: 0; background: #78B5CE; color: #78B5CE; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }

/*
#extra			{ margin-right: 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 1px solid #ccc; margin-left: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size 
		#navigation		{ float: right; width: 175px; }
		#content		{ float: left; width: 520px; }
		#extra			{ float: right; clear: right; width: 175px; }*/