@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/layout/bg.jpg);
	background-repeat:repeat-x;
	background-color:#80b4cc;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-stretch:condensed;
	}
	
td{
	vertical-align: top;
	}	
	
#container{
	width: 953px;
	background-color:#FFFFFF;
	position: relative;
	z-index: 1;
	}	
	
#header{
	}	
	
#content{
	position:relative;
	z-index: 2;
	padding: 0 0px 0px 0px;
	text-align: left;
	}
	
#text{
	padding: 10px 10px 0px 12px;	
	font-size: 12px;
	position:relative;
	width: 640px;
	z-index: 500;
	}
	
#text_wide{
	padding: 10px 15px 0px 12px;	
	font-size: 12px;
	position:relative;
	z-index: 50;
	}	

#footer{
	position:relative;
	font-size: 12px;
	text-align: center;
	}
	
#footer1{
	position:relative;
	font-size: 12px;
	text-align: center;
	}	
	
#foot-text{
	background-color: #CCCCCC;
	vertical-align:middle;
	font-size: 12px;
	padding: 15px;
	}	

#foot-links{
	font-size: 11px;
	color:#333333;
	padding: 5px;
	}		
	
#side1{
	width: 313px;
	z-index: 1;
	position: absolute;
	left: 640px;
	top: 150px;
	text-align:center;
	padding: 5px 0px 5px 0px;
	}
	
#side{
	width: 252px;
	z-index: 1;
	position: absolute;
	left: 700px;
	top: 150px;
	}		
	

	
/*TEXT STYLES/////////////////////////////*/

.bluetext{
	color:#144c82;
	font-weight: bold;
	}	
	
p{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	
	}	
h1{
	color:#144c82;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin-bottom: 5px;
	}
	
ul.nospace{
	padding: 0px 0px 0px 40px;
	margin: 0px;
	}
	
h3{
	color:#144c82;
	font-weight: bold;
	font-size: 12px;
	}	
	
li{
	padding-bottom: 8px;
	}		
			
			
a:link{
	color:#144c82;
	text-decoration:underline;
	}	

a:hover{
	color: #000000;
	text-decoration:underline;
	}	
	
a:active{
	color:#144c82;
	text-decoration:underline;
	}
	
a:visited{
	color:#144c82;
	text-decoration:underline;
	}	
	
.slider{
	display: none;
	}	
	
	
						
