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

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
/************** end reset **************/
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */

html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
body  {
	background: #000033;
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers.  */

}

 
.twoCol #container {
	/*width: 46em;  /*for 800 width - 16X46=736*/
	width: 840px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoCol #header{	
	padding: 5px 10px 0 6px;
	display:block;
	height:170px;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoCol #sidebar1 p" rule.
*/
.twoCol #sidebar1 {
	float: left;
	width: 175px;
	padding: 15px 0;
}
/*----------------- >>> USE FOR FLOATING LEFT <<< ---------------------------*/
.twoCol #sidebar1 h3, .twoCol #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoCol #mainContent {
	margin: 5px 0 0 175px;
	padding:5px 15px 15px 25px;
	background-image: url(../images/vpipe.jpg);
	background-repeat: repeat-y;
	background-position: left top;

} 
.twoCol #mainContent img{margin:5px;}

 

.twoCol #footer{ 
	padding: 45px 0 0 160px;
 	background-image: url(../images/hpipe.jpg);
	background-repeat: no-repeat;
	background-position: 171px top;
	font-size:10px;
	line-height:14px;
	display:block;
}
.twoCol #continfo{
 border: solid thin #D79456;
 width:250px;
 padding: 10px;
 font-size: 12px;

}
/*-------NAVIGATION -----------------*/
#navigation{
	width: 150px;
	display:block;

	margin-left: 15px;			
}
#navigation ul {
	margin: 0px 1px 0px 0px;
	padding:0;
	list-style-type: none;
	text-align: center;
}
#navigation ul li{
	display: block;
	height:75px;
	text-align: center;
	margin-bottom: 5px;
	background-color: #2D7AC2;
	
}
#navigation ul li a{
	text-decoration:none;
	height:65px;
	color: #fff;
	font-weight: bold;	
	display:block;
	padding: 5px;
	
	
}


#navigation li#active a {
	background-color:#000033;
 	text-decoration: none;
	display:block;
}
 
 
#navigation a:hover {
	background-color: #000033; 	
} 
/*----- END STRUCTURE --------------*/
p, h2{
padding-top:7px;
}

 
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2{
 color:#000033;
 font-weight:bold;
}
 
