/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: Trebuchet MS;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #222222;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	height: 100%;
	overflow:auto;
}
marquee{
	color:#FFF;
	font-size: 20px;
	}
#container {
   height:95%;
   position:relative;
   overvlow:auto;
}
#header {
   background:#ff0;
   padding:10px;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

/*
	Standard paragraph style
*/

p
{
	font-weight: normal;
	margin-top: 0px;
	margin-right: 75px;
	text-align:left;
	font-size:10.0pt;
	color:#FF9900;
}

ul
{
	font-weight: normal;
	margin-top: 0px;
	text-align:justify;
	font-size:10.0pt;
	color:#FF9900;
}

li
{
	font-weight: normal;
	font-size: 10.0pt;
	margin-top: 0px;
	margin-right: 75px;
	line-height: 20.0pt;
	text-align: left;
}

/*
	Links
*/


a:link { 
	color: #EA922B; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	} 




.menu
{
	margin-top: 0;
	margin-right: 0;
	font-size:10.0pt;
	mso-ascii-font-family: "Trebuchet MS";
	mso-hansi-font-family: "Trebuchet MS";
	color:#999999;
	background:#333333;
}

a.menu:link { 
	color: #999999; 
	font-family: Trebuchet MS; 
	font-size: 10pt; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: #999999; 
	font-family: Trebuchet MS; 
	font-size: 10pt; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #ffffff;
	font-family: Trebuchet MS; 
	font-size: 10pt; 
	text-decoration: none; 
	} 

a.menu:hover {
	color: #ff0000;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	} 




/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 0.6em;
	color: #E6361F;
  	margin-top: 25px;
}

h1.left-header
{
	font-weight: normal;
	font-size: 0.6em;
	color: #E6361F;
	margin-left: 15px;
}

h2
{
	font-size: 0.6em;
	color: #ffffff;
	padding-top: 9px;
}

h3
{
	font-weight:  bold;
	font-size: 10.0pt;
	color: #E6361F;
  	margin-top: 25px;
}

.subheading
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: #222222;
}



/*
	Menu Table and Cell - controls how the menu looks & sits
*/
	
.leftmenutable 
{
	width: 173px;
	background-color: #2e2321;
	background-image: url(images/page_left_menu.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	color: #FFffff;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: ridge;
	border-top-color: #ff9900;
	border-right-color: #ff9900;
	border-bottom-color: #ff9900;
	border-left-color: #ff9900;
	border-bottom-width: thin;
}

.leftmenutable a
{
	color: ffffff;
}

.leftmenutable:hover
{
	background-image: url(images/page_left_hover.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	color: #ff0000;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.menutable 
{
	height: 25px;	
	width: 750px;
	font-size: 12px;
	background-color: #333333;
	border-bottom: 1px solid #999999;
}

.menucell
{
  padding-left: 15px;
}

/*
	Front Page Table Links
*/


.donate
{
	font-size:10.0pt;
	color:#ff0000;
	background:#333333;
	font-weight:bold;
}


.donate a
{
	color: #ff0000;
}

.donate a:hover
{
	color: #ffffff;
}

.donate a:visited
{
	color: #ff0000;
}

/*
	Left hand column on homepage - the big image
*/

.home-left 
{
/*	width: 276px;
	height: 600px;
	background-image: url("images/home_left.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
*/}

p.left-text
{
	font-size: 0.6em;
	margin-left: 15px;
	margin-right: 20px;
	color: #999999;
}



/*
	Right hand column on homepage
*/

.home-right 
{
	padding-top: 75px;
	padding-right: 25px;
}





/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 276px;
	height: 300px;
	background-image: url("images/page_left.jpg");
	background-repeat: no-repeat;
}


/*
	Right hand column on sub-page
*/

.page-right 
{
	padding-right: 75px;
}




/*
	Page footer area
*/

#footer {
   position:absolute;
   bottom:0;
   width:100%;
}
p.footer
{
	text-align: center;
	margin: 0;
	border-top:.1em solid #000;
	width:514px;
	padding:.1em 1em;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #333333;
	border-top: 1px solid #999999;
}



p.footer a
{
	color: #cccccc;
	font-size: 0.8em;
}

p.footer a:hover
{
	color: #ffffff;
	font-size: 0.8em;
}

p.footer a:visited
{
	color: #ffffff;
	font-size: 0.8em;
}

/*
	Standard images
*/

img
{
	border: none;
}





/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}

table {
	font-family: Trebuchet MS;
	font-size:10.0pt;
	color: #EA922B;
}

table.li {
	font-family: Trebuchet MS;
	font-size:10.0pt;
	color: #ffffff;
}

form {
	font-family: Trebuchet MS;
	font-size:10.0pt;
	color: #EA922B;
}

.style1 {font-size: 10.0pt}
.style2 {color: #FF0000}
.style3 {color: #ffffff}
