/* imports */
@import url(Navigation.css);
@import url(HomeStyles.css);
@import url(PageStyles.css);

/* standard shell template */
html, body 
{
	margin:0;
	padding:0;
	border:0;
}

body
{		
	font-family: Arial;
	font-size: 70%;
	background: #FDDE53 url(../Images/SiteBackground.gif) repeat-x top left;
	text-align: center;	
	line-height: 16px;
	color: #728698;
}

.clear{
	clear:both;		
}

.specialtext 
{
	color: #3C4A1E;	
	font-weight: bold;
}

/* redefine */
form 
{
	padding: 0px;
	border: 0px;	
}

.standardformfield 
{
	font-family: Verdana;
	font-size: 100%;
	color: #626984;
}

a 
{
	color: #626984;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: none;	
}

li 
{
	list-style-image: url(../Images/BlueBullet.gif);
}

/* construct */
#wrapper 
{
	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	text-align:left; /*** IE Win re-alignment of page if page is centered ***/
	position: relative;
	margin-top: 7px;
	width: 959px;	
}

	/* shell construct */
	#wrapper #timedate 
	{
		width: 959px;
		height: 39px;
		float: left;
		background: url(../Images/shellGraphics_03.gif) no-repeat top left;
	}
	
		#wrapper #timedate #datetext 
		{
			width: 799px;
			text-align: right;
			color: #95ABBF;
			padding: 7px 160px 0px 0px;						
		}
		
	#wrapper #aeroplane 
	{
		position: absolute;
		top: 162px;
		left: 662px;
	}
	
	#wrapper #header 
	{
		width: 959px;
		height: 127px;
		float: left;
		background: url(../Images/shellGraphics_05.gif) repeat-y top left;	
	}
	
		#wrapper #header img 
		{
			margin: 0px 14px 0px 14px;
		}
		
	#wrapper #contentarea 
	{
		width: 959px;
		float: left;
		background: url(../Images/homeGraphics_47.gif) repeat-y top left;		
	}	
	
	/* footer */
	#wrapper #footer 
	{
		width: 959px;
		float: left;	
		text-align: right;	
		color: #84742B;	
		padding: 7px 0px 7px 0px;
	}
	
		#wrapper #footer ul 
		{			
			padding: 0px;
			margin: 0px 5px 0px 0px;	
			list-style-type: none;
		}
			#wrapper #footer ul li 
			{
				display: inline;
				padding-left: 10px;	
			}
			
				#wrapper #footer ul li a 
				{
					color: #84742B;	
				}