/* base
-----------------------------------------------*/

body { 
  	background:#001D2B; 
	padding: 0px;
	margin: 0px;
	color:#666666;
	font-family:Verdana;Times;
	font-size: .8em;
}

/* links
----------------------------------------------- */

a {
	color:#CC3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* layout
----------------------------------------------- */

h1, h2, h3 {
	color:#666666;
	font-family:Verdana;Times;
	font-size: .9em;
}


/* layout
----------------------------------------------- */

#wrapper { 
	clear:left;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	width:985px;
	min-height: 200px;
	padding-top:0px;
         border-width: thick;
         border-style: solid;
         border-color: #556D79;
         overflow: hidden;
}

#topNavigation { 
	clear:left;
	margin-left: auto;
	margin-right: auto;
	background-color: #001D2B;
	width:970px;
	line-height:40px;
	padding-top:0px;
	color:#FFFFFF;
	font-family:Verdana;Times;
	font-size: .8em;
         font-weight: bolder;
         text-align: right;
}


#topNavigation a {
	color:#FFF;
	text-decoration: none;
}

#header {width:100%; padding-bottom:5px;}

#footer { 
	clear:left;
	float:left;
	width:755px;
	margin:5px;
	text-align:right;
	font-size: .8em;	
}

#colWrapper{
   position:relative;
   float:left;
   width:100%;
}

#colWrapperB{
   position:relative;
   float:left;
   width:100%;
}



