/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	background-color: #FFFFff;
	background-repeat: repeat-x;
}



/*
	Standard paragraph style
*/



li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #663300;
	line-height: 1.3em;
	text-align: left;
}




/*
	Links
*/


a:link { 
	color: #110055; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
    text-decoration: none;  
	}

a:visited { 
	color: #110055; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none; 
	} 

a:active { 
	color: #110055;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none; 
	} 

a:hover { 
	color: #CC0000; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
	} 


/*
	Front Page Table Links
*/


a.menu:link { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1.2em; 
	text-decoration: bold;  
	}

a.menu:visited { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1.2em; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #c6ceec;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1.2em; 
	text-decoration: bold; 
	} 

a.menu:hover { 
	color: #f7f882; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1.2em; 
	text-decoration: bold;
	} 




/*
	Headings
*/

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

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;
}



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

.maintable 
{
	background-color: #ffffff;
}



/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable 
{
	height: 25px;	
	width: 803px;
	font-size: 0.7em;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.menucell
{
  padding-left: 15px;
}



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

.home-left 
{
	width: 276px;
	height: 600px;
	background-color: #ffffff;
	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: 2px;
	padding-right: 50px;
}





/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 276px;
	height: 300px;
	background-color: #003f0b;
	background-repeat: no-repeat;
}


/*
	Right hand column on sub-page
*/

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



/*
	Page footer area
*/


p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	color: #666666;
	font-size: 0.6em;
	margin-bottom: 20px;
}

p.footer a
{
	color: #EA922B;
	font-size: 1em;
}




/*
	Standard images
*/

img
{
	border: none;
}





/*
	Frontpage layout elements - Text
*/

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


}.frame2 {
	border: 4px solid #cc66ff;
	padding: 2px;

