/* coloured banner */

body {
	background-color: #195c5c;
}

/* @group banner */


div#banner {
	text-align: left;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	
}

div#banner p.sitemenu

{
	text-align: center;
	text-transform: uppercase;
	background-color: teal;
	width: 100%;
	border-bottom: 1px solid navy;
	padding-top: 5px;
	padding-bottom: 5px;
	color: maroon;
	letter-spacing: 1px;
	text-decoration: none;
}

div#banner a {
	color: white;
	font: bold 12px Arial,Helvetica,sans-serif;
	text-decoration: none;
}


div#banner h2 {
	text-align: left;
	font: bold 46px Impact, "Trebuchet MS", Verdana, "Lucida Grande", Arial;
	color: black;
	margin-top: 5px;
	padding-left: 190px;
	text-transform: capitalize;
	letter-spacing: 0;
	text-shadow: silver 2px 2px 2px;
}

/* @end */

/* @group content */

div#content p.menubar {
	font: 13px "Trebuchet MS", Verdana, "Lucida Grande", Arial;
}



/* @end */

/* @group navigation */

#navigation {
	margin-top: -75px;
	background-color: transparent;
}
div#navigation p.heading {
	margin-bottom: 5px;
	margin-top: 6px;
	padding-left: 0;
	padding-right: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted silver;
	padding-top: 5px;
}



/* @end */

/* @group footer */

div#pagebase {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px dotted navy;
	padding-top: 10px;
	clear:  both;
	margin-right: 20px;
	margin-left: 20px;
}

div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 15px solid teal;
	background-color: whitesmoke;
	padding-top: 10px;
}



/* @end */

/* @group text */

div.center {
	text-align: center;
}

h1 {
	text-align: left;
	font: bold 28px/34px Arial, Helvetica, sans-serif;
	padding-top: 15px;
}

h2 {
	text-align: left;
	font: 22px/32px Georgia, Times, serif;
}


p.update {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-top: -6px;
	margin-bottom: 4px;
}

p.excerpt {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -3px;
	margin-bottom: 10px;
	font-style: italic;

}

p.author {
	margin-top: -3px;
	margin-bottom: 1px;
	font-size: 16px;
	font-weight: bold;
}

p.publisher {
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: -2px;
}

.disclaimer {
	margin-top: -3px;
	font: 12px Arial, Helvetica, sans-serif;
}

.letter {color: #666666}

font {
	font: 13px "Trebuchet MS", Verdana, "Lucida Grande", Arial;
}

div.advert {
	float: right;
	clear: left;
	width: 150px;
	text-align: center;
	border: 1px solid silver;
	padding: 4px;
}

/* @group Search */
.results {
	font-size: 14px;
	padding-bottom: 25px;
	width: 90px;
	margin-bottom: 20px;
	font-style: italic;
}

p.line_descriptor {
	margin-left: 5px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: -1px;
}

p.line_result {
	margin-left: 25px;
	margin-bottom: -1px;
}

p.line_date {
	margin-left: 25px;
	margin-bottom: 15px;
	font-size: 11px;
}

.submit {
	background-color: #ffffff;
	cursor: hand;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	}

B.hl1 {
	font-weight: bold;
	}
	
B.hl2 {
	font-weight: bold;
	font-style: italic;
	}
	
p.question {	font-weight: bold;
	font-style: italic;
}

/* @end */

/* @end */

