/*
   -------------------------------------------------------------------
   HAODS Cascading Style Sheet - Brian D Steel - 21 May 09 / 13 Apr 11
   -------------------------------------------------------------------
*/

/* HTML Tag Styles */

html
{
	overflow-y: scroll ;
}

body
{
	font-family: verdana, arial, helvetica, sans-serif ;
	background: #202000 ;
	background-image: url(images/mahogany_20347.png) ;
	background-attachment: fixed ;
	color: #000000 ;
	margin: 0px ;
	padding: 0px ;
}

h1
{
	font-size: 20px ;
	color: #800000 ;
}

h2
{
	font-size: 18px ;
	color: #800000 ;
}

h3
{
	font-size: 16px ;
	color: #800000 ;
}

p, td
{
	font-size: 14px ;
}

a
{
	text-decoration: none ;
	color: #000080 ;
}

a:hover
{
	text-decoration: underline ;
}

/* Text Styles */

.strip_menu
{
	text-decoration: none ;
	font-size: .8em ;
}

.small_menu
{
	font-size: .7em ;
}

.news_print
{
	font-family: georgia, "times new roman", times, serif ;
}

/* colour styles */

.red
{
	background: #ffe0e0 ;
}

.green
{
	background: #c0ffc0 ;
}

.blue
{
	background: #c0ffff ;
}

.yellow
{
	background: #ffffc0 ;
}

.black
{
	background: #000000 ;
	color: #ffff00 ;
}

.white
{
	background: #ffffff ;
}

.navy
{
	background: #000080 ;
	color: #ffff00 ;
}

.burgundy
{
	background: #400000 ;
	color: #ffff00 ;
}

.posh
{
	background: #004000 ;
	color: #ffff00 ;
}

/* Image Styles */

.image_left
{
	float: left ;
	margin-right: 10px ;
	margin-bottom: 10px ;
	margin-top: 10px ;
}

.image_right
{
	float: right ;
	margin-left: 10px ;
	margin-bottom: 10px ;
	margin-top: 10px ;
}

