@charset "utf-8";
/* CSS Document */

	html { overflow-y:scroll; }
	
	body {  background-color:#f8f8f6; margin:0px; padding:0px;
			background-image:url(../images/ics-template_topbar.jpg); background-repeat:repeat-x; 
			font-family:Verdana, Arial; color:#3a3a3a; font-size:12px; }
	
	table { margin:0; padding:0; }
	
	img { border:none; }
	
	a { color:#2380d7; text-decoration:underline; }
	
	h1 { color:#393939; font-size:16px; letter-spacing:4px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-indent:20px; margin-bottom:5px;}
	
	.err { font-size:9px; color:#F00;}
	.seperator { width:90%; background-color:#999; height:1px; margin-bottom:15px; margin-top:15px; }
	
	#Shell { width:950px; margin-left:auto; margin-right:auto;}
	
	#Content { line-height:25px; margin-bottom:60px; }
	
	#Nav td { vertical-align:bottom; }
	
	#Footer { background-color:#f2f2f2; width:100%; vertical-align:bottom; 
			  background-image:url(../images/ics-template_bottombar.jpg); 	
			  background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif; 
			  font-size:10px; 	text-align:center; color:#999; line-height:12px; 
			  bottom:0px; position:fixed;}
	
	#Footer a {	font-size:10px; color:#999; }
	
	

