/* CSS Document */
body {
	margin:0;
	}
	
	
#header {
	 position:relative; 
	 top:0; 
	 left:0; 
	 height:185px; 
	 width:100%; 
	 background-image: url(../images/header.jpg); 
	 background-position:left;
	 }
	
#right_col {
	float:right; 
	clear:none; 
	width:155px; 
	height:648px; 
	background-image: url(../images/right_bar.jpg);
	background-repeat:repeat-y;
	}

#mainContent {
	 float:right; 
	 clear:none; 
	 width:60%; 
	 height:auto; 
	 margin-right:5px; 
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 line-height:16px;
	 }
	 
#left_col {
	 float:left; 
	 clear:none; 
	 width:16%; 
	 }
	 
#header_links {
	 width:98%; 
	 text-align:center; 
	 height:25px; 
	 padding:5px 0 5px 0; 
	 margin:5px 0 5px 0;  
	 border-bottom:2px solid #000000;
	 }

#news {
	 height:20px;
	 margin-top:3px; 
	 margin-left:10px;
	 }	

#footer {
	 width:80%;
	 float:right; 
	 clear:right; 
	 height:20px; 
	 border-top:2px solid #666666;
	 margin-top:0;
	 padding-left:20px;
	 color:#666666;
	 font-size:11px;
	 }
	 
#footer a {
text-decoration:none;
color:#FF0000;
	 }	 
	 
#footer a:hover {
text-decoration:underline;
	 }	 
	
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
   /* padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;*/
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000000 ! important; 
}

h1 {
    font-size: 160%;
	margin:20px;
	border:none;
    padding-right: 4em;
	line-height:1.5em;
}

h2 {
    font-size: 130%;
	margin-top:10px;
	padding-top: 0.5em;
	margin-bottom:10px;
	font-weight:600;
	letter-spacing:1px;
	
}

h3 {
    font-size: 110%;
	background-image:url(../images/pink_block.jpg);
	background-position:left;
	text-decoration:underline;
	color:#990066;
	text-indent:15px;
	padding-top:1px;
	background-repeat:no-repeat;
    border-bottom: none;
	font-weight: bold;
	margin-bottom:5px;
	letter-spacing:0.5px;
}

h4 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
	letter-spacing:1px;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
	margin-top:0px;
}

#textContent{
	margin:10px 10px 0 10px;
	}

#button {
	width: 100%;
	border-right: 1px solid #000;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size:10px;
	background-color: #90bade;
	color: #333;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 4px 3px 4px 0.5em;
		border-left: 5px solid #1958b7;
		border-right: 5px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 5px solid #1c64d1;
		border-right: 5px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
	
#pipe ul {
font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size:11px;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
html>body #pipe li a {
		color:#000000;
		text-decoration:underline;
		}

#pipe li a:hover {
		color: #2586d7; 
		text-decoration:none;
		}