/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	
	background-color : rgb(255,255,255);
	background-image : url(images/home_pagebg3.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
	
	FONT-SIZE: 11px; LINE-HEIGHT: 14px; COLOR: #222222; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; TEXT-DECORATION: none
}


h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

h1 {FONT-SIZE: 32px;  padding-bottom: 5px; LINE-HEIGHT: 32px;COLOR: #222222; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; TEXT-DECORATION: none
}

.orange {
COLOR: #97361b; font-weight : bold;
}

h2
{
	 FONT-SIZE: 18px; LINE-HEIGHT: 22px; font-weight : normal;COLOR: #222222; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; TEXT-DECORATION: none
}

h3
{
	 FONT-SIZE: 20px; LINE-HEIGHT: 22px; COLOR: #406281; FONT-FAMILY: Georgia, Times New Roman, Times, serif; TEXT-DECORATION: none
}

h4
{
	 FONT-SIZE: 14px; LINE-HEIGHT: 16px; COLOR: #6c8fae; FONT-FAMILY: Georgia, Times New Roman, Times, serif; TEXT-DECORATION: none
}

h5
{
	 FONT-SIZE: 16px; LINE-HEIGHT: 22px; font-weight : bold;COLOR: #222222; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; TEXT-DECORATION: none
}

.name
{
	 FONT-SIZE: 11px; LINE-HEIGHT: 13px; COLOR: #97361b; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; TEXT-DECORATION: none
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
}

.indent
{
	margin: 5px 0px 10px 90px;
}

.credits
{
	 FONT-SIZE: 9px;
}

.linetop
{
	border-top : thin dashed #bbbbbb;
	padding: 15px 0px 10px 0px;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : left;
	background-image : url(images/greyfilter.gif);
	border : thin dashed #bbbbbb;
	font-weight : bold;
}

/*.menu  a, a:visited, 
{
	COLOR: #333333;
	background-color : inherit;
	line-height: 20px;
}*/



#sidebar ul li a
{
display: block;
COLOR: #444444;
line-height: 14px;
padding: 5px 0px 10px 0px;
background-color : inherit;
border-bottom: #eeeeee 1px dashed;
}

#sidebar ul li a:hover
{
background-color: #eeeeee;
color: #222222;

}

.other
{
	text-align : left;

	background-color : inherit;
	color : #444444;
	font-weight : normal;
	
}

.contentText
{

	background-image : url(images/whitefilter.gif);
	border : thin dashed #bbbbbb;
}



.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}



a:link {
	COLOR: #cf5300;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}

a:visited {
	COLOR: #cf5300;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}

a:active {
	COLOR: #97361b;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #6C4D4D;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}

