/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2005 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/*
	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: 110%;
	background-color: #D3D3D3;
}



/*
	Standard paragraph style
*/

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


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




/*
	Links
*/


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

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

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

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


/*
	Front Page Table Links
*/


a.table:link { 
	color: #7f7f7f; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 0.7em; 
	text-decoration: none;  
	}

a.table:visited { 
	color: #7f7f7f; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 0.7em; 
	text-decoration: none; 
	} 

a.table:active { 
	color: #13507D;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 0.7em; 
	text-decoration: none; 
	} 

a.table:hover { 
	color: #13507D; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 0.7em; 
	text-decoration: underline;
	} 




/*
	Headings
*/

h1
{
	font-weight: normal;
	font-size: 1em;
	color: #13507D;
	margin-top: 0px;
  margin-bottom: 0.7em;
}

h2
{
	font-weight: normal;
	font-size: 0.8em;
	color: #666666;
	padding-top: 9px;
}




/*
	Page footer area
*/


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

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




/*
	Standard images
*/

img
{
	border: none;
}




/*
	Frontpage layout elements - Logo
*/

.logo
{
	height: 75px;
}

/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	border-right: 1px solid #999999;
	width: 490px;
	text-align: left;
}


/*
	Frontpage layout elements - Table right td
*/

.front-images
{
	padding-left: 15px;
}




/*
	Subpage layout elements - Logo
*/

.logo-sub
{
	padding-top: 20px;
	height: 51px;
}

.spacer
{
	height: 20px;
}

/*
	Subpage layout elements - Gallery labels
*/

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


/*
	Popup paragraph style
*/

.popup
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin-bottom: 10px;
	color: #7F7F7F;
	line-height: 1.3em;
	text-align: center;
}


