/*  */
	/* General styles */
	html {
		overflow-y: scroll;
	}
	body, html {
		background:#e4f0fd;
	}
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
/*		min-width:600px;	*/	/* Minimum width of layout - remove line if not required */
		
		font-family: helvetica, arial, sans-serif;
		
		}

/* index page style */
	
	#about {
	
	background-image: url(../Images/about_bg.png); 
	background-repeat: no-repeat; 
	height: 221px; 
	width: 300px; 
	margin-top: 3px;  
	font-size: 11px; color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 6px;
	
	
	
	}
	
	#about a {
	
	color: #CC3399;
	
	}
	
	#signup {
	
	position: relative; 
	background-image: url(../Images/signup_bg.png); 
	background-repeat: no-repeat; 
	height: 105px; 
	width: 300px;  
	font-size: 1.0em; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-left: 10px; 
	padding-top: 15px; 
	
	}
	
	#signup a {
	
	color: #CC3399;
	
	}
	
	#quotes {
	
	position: relative; 
	background-image: url(../Images/quotes_bg.png); 
	background-repeat: no-repeat; 
	height: 115px; 
	width: 300px; 
	font-size: 1.0em; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-left: 10px; 
	padding-top: 13px; 
	}
	
	#quotes a {
	
	color: #CC3399;
	
	}
	
	#w_union {
	
	position: relative; 
	background-image: url(../Images/w_union_bg.png); 
	background-repeat: no-repeat; 
	height: 115px; 
	width: 300px; 
	font-size: 1.0em; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-left: 10px; 
	padding-top: 13px; 
	
	}
	
	#w_union a {
	
	color: #CC3399;
	
	}
	
	#left_col {
	
	position: absolute; 
	top: 45px; 
	left: 12px; 
	font-size: 11px; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-right: 5px;
	
	}
	
	#left_col a {
	
	color: #CC3399;
	
	}
	
	#main_text a {
	
	color: #CC3399;
	text-decoration: none;
	
	}
	
	#main_text a visited{
	
	color: #CC3399;
	text-decoration: none;
	
	}

	
	
	
	
/* section style*/	
	#outer_container {
	
	position: relative;  
	margin: 0 auto; 
	text-align:left; 
	border: 1px solid #FFFFFF; 
	
	}
	 
	#box_content a {
	
	color: #CC3399;
	
	}
	
	#box_content a {
	
	color: #CC3399;
	
	}
	
	#inner_container {
	
	position: relative; 
	margin: 0 auto;  
	text-align:left; 
	border: 1px solid #e4f0fd; 
	background-color: #FFFFFF;
	
	}
	
	#outer_container.header {
	
	position: relative; 
	width: 965px; 
	height: 108px; 
	margin: 0 auto; 
	text-align:left; 
	border: 1px solid #FFFFFF;
	margin-bottom: 10px; 
	margin-top: 10px; 
	
	}
	
	#inner_container.header {
	
	position: relative; 
	width: 963px; 
	height: 106px; 
	margin: 0 auto;  
	text-align:left; 
	border: 1px solid #e4f0fd; 
	background-color: #FFFFFF;
	
	}
	
	#menu {
	
	 padding-top:6px; 
	 background-image: url(../Images/tab.png); 
	 background-repeat: no-repeat; 
	 height:50px;  
	 width: 100px; 
	 color: #FFFFFF; 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 text-align: center; 
	 font-size: 1.0em;
	 text-decoration: none;
	
	}
	
	#menu a {
	
	text-decoration: none;
	color: #FFFFFF;
	}
	
	/* footer style */
	
	#footer_column {
	
	position: absolute; 
	top: 10px;  
	height: 150px; 
	width: 200px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.7em; 
	line-height: 1.5em; 
	padding-left: 15px;
	
	}
	
	#footer_column a {
	
	text-decoration: none;
	color: #000000;
	
	}