/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2006 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/
*/

/* THIS STYLESHEET FOR SUB-PAGES ONLY */


/* Standard font family for site */

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


/* Page body style */

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #000000;
	margin-top: 10px;
}

input, textarea, option, select 
	{font-family: tahoma; 
	font-size: 10px; 
	color: #252440;
	background-color: #ffffff;  
	border: 1px dotted #252440;}

h1
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #e7cfa1;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
}

h2
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #e7cfa1;
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}


p
{
	color: #fff;
	font-size: .6em;
}



/*
	Links
*/

a:link, a:active
{
	color: #c9b693;
	text-decoration: underline;
}


a:hover
{
	color: #fff;
}

a:visited
{
	color: #c5c5c5;
	text-decoration: underline;
	
}

a:visited:hover
{
	color: #fff;
	text-decoration: underline;
	
}


#container
{
	width: 770px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	background-image: url;
	background-repeat: repeat-x;
	min-height: 650px;
}

#header
{
	width: 770px;
	padding: 0;
	padding-top: 10px;
}

#body-container
{
	margin-top: 10px;
}


#left
{
	float: left;
	width: 140px;
	padding-left: 10px;
}

#middle
{
	float: left;
	width: 370px;
	padding-left: 50px;
}

#right
{
	float: right;
	width: 150px;
	margin-right: 10px;
}


#footer
{
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}




#page-title
{
	position: relative;
	margin-top: 108px;
	left: 50px;
	background-color: #fff;
}




/* styles the pullquote in the right column */
.pullquote
{
	font-family: Times;
	color: #bc0000;
	font-size: 1.3em;
line-height: 18px;
}


/* styles the drop-capitals */
.dropcap 
{
float: left;
width: 35px;
font-size: 6em;
line-height: 45px;
font-weight: normal;
color:#bc0000;
font-family: times;
}




/*
	Standard images
*/

img
{
	border: none;
}
