/* Valid CSS Stylesheet

    ______      __       _____       _     __         
   / ____/___ _/ /_     / ___/____  (_)___/ /__  _____
  / /_  / __ `/ __ \    \__ \/ __ \/ / __  / _ \/ ___/
 / __/ / /_/ / /_/ /   ___/ / /_/ / / /_/ /  __/ /    
/_/    \__,_/_.___/   /____/ .___/_/\__,_/\___/_/     
                          /_/                         

*/

body {
background-image: url(../../images/bg.jpg);
background-repeat: repeat-x;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}


#container {
	position:absolute;
	margin-top: -8px;
	margin-left:50%;
	left: -345px;
	height: 900px;
	width: 691px;
	overflow:visible;
	}
	
	
#logo {
	background-image:url(../../images/logo.jpg);
	background-repeat:no-repeat;
	width: 691px;
	height: 186px;
	}
	
	
#banner {
	background-image: url(../../images/banner.jpg);
	background-repeat:no-repeat;
	width: 691px;
	height: 205px;
	}


#nav {
	margin-left: 1px;
	}


#news {
	background-image:url(../../images/news.jpg);
	background-repeat:no-repeat;
	margin-top: 15px;
	width: 491px;
	height: 106px;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;

	}


#content {
	margin-top: 15px;
	width: 691px;
	height: 348px;
	overflow: visible;
	}


/* -------------------------------------------------------------------------------------- */


p {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	}

strong {
	color:#000066;
	}

h1 {
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:18px;
	}

h2 {
	color:#000066;
	font-family:Tahoma, Verdana, Arial;
	font-size:18px;
	}

h3 {
	font-size: 16px;
	color:#000066;
	}

ul {list-style-image:url(../../images/arrow.jpg);}


a:link  {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited  {
	text-decoration: none;
}