
	body{ 
		font-family: Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:14px;
		font-weight:normal;		
		padding: 0px 0px 0px 0px; 
		background-color:#6495ED;				
		margin:0;
		margin-top:50px;
		min-height:650px;
		height:auto !important;
		height:650px;
	}
		
	h1
	{
		font-size:30px;
		color:#6495ED
	}
	
	
	.header_Links
	{		
		margin-left:15px;
		position:relative;
		top:225px;
		float:left; 
		width:765px;
		height:10px;	
	}
	
	.header_Links a
	{
		color:#ffffff;
		font-weight:bold;
	}
	
	img
	{
	border:0;
	}
	
	
	/* Form Items */
	form
	{
	margin:0;
	}
	
	input
	{
	}
	
	textArea
	{
	}
	
	button
	{ 
		width:95px; 
		height:20px; 
		border:0 none;
		background-color:#ffffff; 
		cursor:pointer;
		padding:0px;
		margin:0px;
	}
	
		
	select
	{ 
		font-size:10px; 
		color:#333333;
		margin:0;
		padding:0;
	}
	
	/* Links */
	a {color:#6495ED; text-decoration:none; font-weight:normal;}
	
	a:link {font-weight:normal; color:#6495ED;} 
	    
	a:visited {font-weight:normal; color:#6495ED;}  
	
	a:hover {color:#6495ED; font-weight:normal;}  
	
	a:active {font-weight:normal; color:#6495ED;}  
	
	
	.SiteContainer{
		width:955px;
		margin:0 auto;
		background-color:#ffffff;
		min-height:650px;
		height:auto !important;
		_height:650px;
		text-align:center;
		padding-top:30px;
		margin-bottom:50px;
	 }
	 
	 
	.leftContainer{
		float:left;
		min-height:600px;
		height:auto !important;
		height:600px;
		width:200px;
	}
	.mainContainer{
		width:587px;
		float:left;
		margin-left:0px;
	}
	

