body 
{
	margin: 0; 
	padding: 0; 
	font-family: tahoma, arial, verdana, sans-serif, monospace; 
	font-size: 11px; 
	color: #EBF1FF; 
	text-align: left;   
	background-color: #1E407F;
	background-image: url('../images/back.jpg');
	background-repeat: repeat-x;
} 
 
a 
{
	color: #FFFFFF;
}  

a:hover 
{
	color: #E5A507;
} 

ul 
{
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 34px;
}

#holder 
{ 
	width: 700px;
	margin: 0 auto 0 auto;
} 

#background
{
	width: 100%;
	float: left;
	background-image: url('../images/title.jpg');
	background-position: center top;
	background-repeat: no-repeat;		
}

#title
{
	width: 700px;
	float: left;	
}

#title h1 
{ 
	float: left;
	width: 165px;
	height: 60px;
	background-image: url('../images/logo.gif');
	background-position: left top;
	background-repeat: no-repeat;	
	margin: 240px 0 0 0;
	padding: 0;
} 

#title h1 span
{ 
	display: none;
} 

#content 
{ 
	width: 700px;
	float: left;
} 

#content div.window
{ 
	float: left;
	width: 232px;
	height: 384px;
	line-height: 15px;
	background-image: url('../images/window.jpg');
	background-position: left top;
	background-repeat: no-repeat;	
} 

#content h2
{ 
	color: #FFFFFF; 
	font-size: 18px;
	margin: 0;
	padding: 16px 16px 24px 16px;
	font-weight: normal;
} 

#content h3
{ 
	color: #ACD4F1; 
	font-size: 11px;
	margin: 0;
	padding: 6px 16px 0 16px;
	font-weight: bold;
} 

#content p
{ 
	color: #FFFFFF; 
	font-size: 11px;
	margin: 0;
	padding: 6px 16px 6px 16px;
} 

#copyright 
{   
	width: 700px;  
	float: left; 
	font-size: 11px;
	color: #577AB2;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
} 

#copyright a
{
	color: #76A1C7; 
	font-weight: normal; 
} 

#copyright a:hover 
{
	color: #FFFFFF; 
}

