/* CSS Document */
body {
	margin:0;
	background-color:#ffffff;
	}
	
p { 
	line-height:22px;
	}
	
li {
	line-height:22px;
	}
	
td {
	line-height:22px;
	}
	
#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	height:790px;
	}	
	
#header {
	 position:relative; 
	 top:0; 
	 left:0; 
	 height:100px; 
	 width:100%; 
	 background-color:#7e8aa2;
	 background-image: url(../images/headBack.jpg); 
	 background-position:left;
	 background-repeat: repeat-y;
	 border-bottom:20px solid #263248;
	 }

 
	
#right_col {
	float:right; 
	clear:none; 
	width:600px; 
	height:670px; 
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	}

.mainContent {
	 height:auto; 
	 margin-right:5px; 
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 line-height:16px;
	 
	 text-align:justify;
	padding-right:25px;
	 margin:20px 0 20px 0;
	 background-color:#ffffff;
	 }
	 
#left_col {
	 float:left; 
	 clear:none; 
	 width:148px;
	 background-color:#ff9800;
	 margin:0;
	 padding:0;
	 }
	 
#header_links {
	 width:98%; 
	 text-align:left; 
	 height:32px; 
	 /*padding:5px 0 5px 0; 
	 border-bottom:2px solid #999999;*/
	 margin:10px 0 10px 0;  
	 
	 }

#news {
	 height:20px;
	 margin-top:3px; 
	 margin-left:10px;
	 }	

#footer {
	  background-color:#7e8aa2;
	  background-image: url(../images/headBack.jpg); 
	 background-position:left;
	 background-repeat: repeat-y;
	  border-top: 10px solid #263248;
	  width:100%;
	 float:left; 
	 clear:both; 
	 height:40px; 
	 margin-top:0;
	 color:#666666;
	 font-size:9px;
	 }
	 
#footer a {
text-decoration:none;
color:#666666;
	 }	 
	 
#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: 16px;
	font-variant:small-caps;
	background-position:left;
	color:#ff9800;
	padding-top:1px;
	background-repeat:no-repeat;
    border-bottom: none;
	font-weight: bold;
	margin-top:15px;
	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-top:50px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size:13px;
	background-color: #ff9800;
	color: #333;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #ffffff;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 8px 4px 8px 0.5em;
		border-left: 5px solid #ff9800;
		border-right: 5px solid #FF9800;
		background-color: #ff9800;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 5px solid #E8700C;
		border-right: 5px solid #E8700C;
		background-color: #FFB74D;
		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: 0 8px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#pipe ul li.first {
	margin-left: 5px;
	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;
		}
		
p.quotation {
	font-weight: 600;
	font-size:13px;
	color:#666666; 
	font-style:italic;
	margin:0 20px;
	}
	
p.attrib {
	font-size:10px;
	font-weight:bold;
	margin:0 20px;
	}

p a.topLink {
	font-size:9px;
	}
	
form p {
	line-height:13px;
	}

input {
	background-color:#cccccc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
textarea {
	background-color:#cccccc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
.page {
	visibility:hidden;
	position:relative;
	width:550px;
	top:10px;
	display:none;
	left:5px;
	padding-right:10px;
	}