
/*
************************
BODY Styles
************************
*/


#main-frame { 
	position: relative; 
	width: 750px; 
	border: 0px; 
	padding: 0px; 
	margin: 0px auto 0px auto; 
	text-align: center; 
	} 



body{
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	height: 100%
	}

#bgpicture{
	position: absolute;
	text-align: left;
	top: -50px;
	left: 	0px;
	width: 750px;
	padding: 0px;
	z-index: 0;
	}




/*
************************
Page Header Styles
************************
*/


#logo{
	position: absolute;
	left: 	0px;
	top: 	0px;
	z-index: 	99;
	}

#headerlinks{
	position: absolute;
	text-align: left;
	top: 36px; /* 41px 27px */
	left:  490px;
	width: 280px;
	background-color: transparent;
	z-index: 2;
	}

#bodyheader
{
	position: absolute;
	top: 	0px;
	left:   0px;	
	z-index: 1;
	}

hr{
	border-color: #000066;
	border-width: 1px;
	}





/*
************************
TEXT Styles
************************
*/

p
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: 000000;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align: left;
	}

p.center
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: 000000;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align: center;
	}

p.dkcolour
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-color: #333366;
	margin-top : 0px;
	margin-bottom : 0px;
	background-color: transparent;
	}

p.lightcolour
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #336699; 
	margin-top : 0px;
	margin-bottom : 0px;
	}

p.quote
{
	font-family: Georgia, Garamond, Verdana, Tahoma, Arial;
	font-size: 28px;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 1px;
	line-height: 40px;
	color: #333366; 
	margin-top : 0px;
	margin-bottom : 0px;
	}

p.caption-unused
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #333366; 
	margin-top : 0px;
	margin-left: 5px;
	margin-bottom : 0px;
	}


h1, h2, h4, h5, h6
{
	font-family: Georgia, Verdana, Tahoma, Arial;
	margin-top : 0pt;
	margin-bottom : 0px;
	color: #333366;
	}

h3
{
	font-family: Verdana, Tahoma, Arial;
	margin-top: 10px; 
	margin-bottom: 0px; 
	font-weight: 600; 
	color: #333366;
	}


h5
{
	font-family: Verdana, Tahoma, Arial;
	margin-top: 9px; 
	margin-bottom: 0px; 
	font-weight: 600; 
	color: #333366;
	}


h4.light
{
	font-family: Georgia, Verdana, Tahoma, Arial;
	margin-top : 0pt;
	margin-bottom : 0px;
	color: #336699;
	}



/*
************************
LIST Styles
************************
*/


ul.listxxx
{ 
	font-family: Tahoma,  Georgia,  Arial;
	font-size: 12px;
	color: #333366;
	text-align: left; 
	font-weight: 500; 
	padding-left: 0px; 
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url('images/bullet-arrow-Blue.gif');
	left: 	0px;	
	} 

li.list
{ 
	font-family: Tahoma,  Georgia, Arial;
	font-size: 12px;
	color: #333366;
	text-align: left; 
	font-weight: 600; 
	padding-left: 0px; 
	margin-left: -20px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url('../images/bullet-arrow-Blue.gif');
	left: 	0px;	
	} 




/*
************************
TABLE Styles
************************
*/






/*
************************
LINK Styles
************************
*/


a.navigation { 
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: 300;
	color: #333366;
	text-decoration: none;
	border-width: 0px;
	border-color: #FFF;
	} 

a.navigation:hover { 
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #FFFFCC; 
	background-color: #333366;
	} 

a.action	 { 
	font-family: Verdana, Tahoma, Georgia, Arial;
	font-size: 12px;
	font-weight: 300;
	color: #333366;
	text-decoration: none;
	border-width: 0px;
	border-color: #FFF;
	} 

a.action:hover { 
	font-family: Verdana, Tahoma, Georgia, Arial;
	font-size: 12px;
	color: #FFFFCC; 
	background-color: #333366;
	} 

a.caption
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #333366; 
	text-decoration: none;
	border-width: 0px;
	border-color: #FFF;
	margin-top : 0px;
	margin-left: 0px;
	margin-bottom : 0px;
	}

a.caption:hover { 
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #FFFFCC; 
	background-color: #333366;
	} 

/*
************************
GENERAL Styles
************************
*/



