/* positioning body content */	

	html, body, h1, h2, h3, h4, h5, div, td, p, span, a {
		font-family: arial, Helvetica, verdana, sans-serif;
	
		}
		
	/* global classes */							
	.clr{
		clear:both;
		margin:0px; padding:0px;
		}
	
	img {
		border:none;
		}
	
	
	A.genlink { 
		color: #999999;
		text-decoration:underline;
			}
		A.genlink:hover { 			
			text-decoration:none;
			color:#a62ba6
			}	
		
	/* global IDs */	
		
	
	.wrapper{
		width:970px;		
		margin:0px auto; padding:0px;
		display: block;
		}
	.header{
		width:970px; height:108px;	
		display: block;
		background:url(../../images/header-bg.gif) repeat-x;
		}
	/* top logo */
	.logo {
	   	width:369px;
		float:left;
		padding-top:40px;
		}
	.logo-right {
	   	width:601px;
		float:right;
		text-align:right;
		padding-top:20px;
		}
	.logo-right .link1 {	
		float:left;
		margin:5px 0 0 70px;;
	   	width:531px; height: 42px; line-height:40px;
		background:url(../../images/top-nav-bg.jpg) no-repeat;
		text-align:center;
		}
		.logo-right .link1 a{	
	  	color:#FFFFFF; text-decoration:none; text-transform:uppercase;
		font-size:13px;
		padding:0 6px;
		}
			.logo-right .link1 a:hover{	
			color:#0bc6e2; text-decoration:none; text-transform:uppercase;
			font-size:13px;
			padding:0 6px;
			}
	.logo-right .link1 .active {	
		color:#0bc6e2;
		}
	/*.logo-right .link2 {	
		float:left;
		margin-top:5px;
	   	width:117px; height: 42px; line-height:40px;
		background:url(../../images/topnav-bgf.gif) no-repeat -87px 0px;;
		text-align:center;
		}
		.logo-right .link2 a{	
	  	color:#FFFFFF; text-decoration:none; text-transform:uppercase;
		font-size:14px;
		padding:0 5px;
		}
			.logo-right .link2 a:hover{	
			color:#0bc6e2; text-decoration:none; text-transform:uppercase;
			font-size:14px;
			padding:0 5px;
			}
	.logo-right .link3 {	
		float:left;
		margin-top:5px;
	   	width:131px; height: 42px; line-height:40px;
		background:url(../../images/topnav-bgf.gif) no-repeat -205px 0px;;
		text-align:center;
		}
		.logo-right .link3 a{	
	  	color:#FFFFFF; text-decoration:none; text-transform:uppercase;
		font-size:14px;
		padding:0 5px;
		}
			.logo-right .link3 a:hover{	
			color:#0bc6e2; text-decoration:none; text-transform:uppercase;
			font-size:14px;
			padding:0 5px;
			}	*/
	

		.footer {
		float:left;
		width:970px; height:26px;	
		background: #01083e;
		display: block;
		}
		.footer .footerlink {
			float:left;
			font-size:11px; color:#fff;
			margin-top:5px;
			}
			.footer .footerlink a{
			font-size:10px; color:#fff; text-decoration:none; text-transform:uppercase;
			padding:0 5px;			
			}
		.footer .fb {
			float:right;
			}
		.copy {
		float:left;
		padding:5px; 
		font-size:11px; color:#01083e; 
		text-transform:uppercase;
		}
		.designed {
		float:right;
		padding:5px; 
		font-size:11px; color:#01083e; 
		text-transform:uppercase;
		}
		.designed a {
		float:right;
		
		font-size:11px; color:#01083e;  
		text-transform:uppercase;  text-decoration:none;
		}
		/* tool tips	*/
#tt {position:absolute; display:block; }
#tttop {display:block; height:5px; margin-left:5px;  overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#01083e; color:#FFF; font-size: 12px}
#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden}	
		
