@charset "utf-8";
/* CSS Document */
/* @import "css/global.css"; */
	
/*Dark Blue --------- #256580  */
/*Lighter Blue--------#C5D3D9  */
/*White---------------#FFFFFF  */	
/*Black---------------#000000  */
/*Grey----------------#acacac  */ 

		body { 		
			font-family:  "Times New Roman", Times, serif;
			background-color:#C5D3D9;
			text-align:center; /* slight hack for IE */
			min-width: 800px; /* for older versions of Modzilla Nescape */
			color: #256580;
			font-style: italic;
			}
			
		#container { 	
			width: 750px;
			height: 700px;
			text-align: left;
			margin: 0 auto; /* for centering in browser */
			padding: 25px;
			}
			
		#header{
			height: 75px;
			margin: 10px 5px -75px 5px;
			}
			
		#nav{
			height: 50px;
			text-align: right;
			padding-right: 15px;
			margin: 35px -10px 0px 0px;
			}
	
		#content{
			background: url(../images/intro_bg.jpg) repeat-x top left;
			text-align: center;
			min-height: 500px;
			}
			
		#footer {
			min-height: 25px;
			text-align:center;
			font-size: 12px;
			}
			
		#float{
			float: left;
			height: 100px;
			width: 100px;
			margin: 15px;
			padding:15px;
			}
		
		img{
			border: 0px;
			margin:  -5px 10px; 
			}
			
		h1{
			font-size: 50px;
			font-style: italic;
			font-weight: 400;
			line-height: 40px;
			}	
			
		a:link {color:#256580; text-decoration: none;}
		a:visited {color:#256580; text-decoration: none;}
		a:hover {color:#FFF; text-decoration: none; }
		a:active {color: #256580; text-decoration: none;}

		a.plain:hover{text-decoration: none;}