/* CSS Document */ 
/*site ******************************************/

	a {
		color:#999999 ;
		text-decoration:none;
	}
	a:hover {
		color:#004852 ;
	}
	
	h1 {
		font-family:Arial, Helvetica, sans-serif ;
		color:#999999;
		font-size:14px;
		line-height:14px;
		font-weight:bold;
	}
	
	h2 {
		font-family:Arial, Helvetica, sans-serif ;
		color:#004852;
		font-size:13px;
		line-height:13px;
		font-weight:bold;
	}
	
	body {
		margin:0px auto; padding:0;
		font:13px/125% "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #666666; background:#FFFFFF; text-align:justify;
	}
	
	li {
		list-style-image: url(images/shell_bullet.jpg);
	}
	
	div#home_site {
		margin:0 auto; position:relative; top:0; width:960px;
	}
	
	div#home_header {
		position:absolute; top:20px; right:auto; width:960px; height:94px;	
	}
	
		div#home_header table#home_menu td.active a{
			color:#004852 ;
		}
		
		div#home_header table#home_menu {
			width:960px;
			background-image: url(images/gray.gif);
			background-position: bottom right ;
			background-repeat:repeat-x;
		}
	
	div#homepic {
		position:relative; width:auto; left:10px; top:60px; margin:0 auto;
	}
		
	div#introtext {
		position:relative; width:740px; top:60px; margin:0 auto;
		font-family:Arial, Helvetica, sans-serif;
		color:#999999;
		font-size:12px;
		text-align:center;
	}
	
	div#mplayer {
		position:relative; width:960px; height=40px; top:140px; margin:0 auto;
	}
	
	div#home_banners {
		position:relative; width:960px; height=100px; margin:0 auto;
	}
	
	div#home_banners table {
		background-image: url(images/gray.gif);
		background-position: bottom right ;
		background-repeat:repeat-x;
	}
	
	div#footer {
		position:relative; bottom:10px; left:0px; width:960px;
		font-size:11px;
	}
	
	div#footer a:hover {
		color:#000000;
	}
	
		div#footer div#footer_copy {
			position:absolute; left:0px;
		}
	
		div#footer div#footer_ct {
			position:absolute; right:0px;
		}
		
	
	div#site {
		margin:0 auto; position:relative; top:0; width:960px;
	}
	
	div#header {
		position:absolute; top:20px; right:auto; width:960px; height:94px;	
	}
	
		div#header table#home_menu td.active a{
			color:#004852 ;
		}
		
		div#header div#submenu table#submenu_table td.active a{
			color:#004852 ;
		}
		
		div#header table#home_menu {
			width:960px;
			background-image: url(images/gray.gif);
			background-position: bottom right ;
			background-repeat:repeat-x;
		}
	
	div#header div#logo {
		position:relative; left:335px; top:10px;
	}
	
	div#mainpic {
		position:relative; width:auto; left:10px; top:200px; margin:0 auto;
	}
	
	div#maincontent {
		position:relative; width:960px; top:200px; margin:0 auto;
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:12px;
		text-align:center;
	}
	
	div#maincontent a {
		color:#004852 ;
		text-decoration:underline;
	}
	
	div#maincontent a:hover {
		color:#004852 ;
		
		text-decoration:none;
	}
	
	
	div#maincontent table#content_table table td#bullets {
		width:10px;
			background-image: url(images/bullet_pattern.jpg);
			background-position: top center ;
			background-repeat:repeat-y;
	}
	
	div#maincontent table#content_table table td#ruler {
		height:10px;
			background-image: url(images/bullet_pattern.jpg);
			background-position: top left ;
			background-repeat:repeat-x;
	}
	
	div#maincontent h1 {
		text-indent:20px;
	}
	
	div#bannerspace{
		position:relative; width:960px; top:170px; margin:0 auto;
	}
	
	

	div#bannerspace table#bannerspace td#desc {
		font-size:12px;
	}
	
	div#bannerspace table#bannerspace td#bullets {
		height:8px;
		background-image: url(images/bullet_pattern.jpg);
		background-position: top left ;
		background-repeat:repeat-x;
	}
	
	div#bannerspace table#bannerspace td#more a {
		font-size:10px;
		color:#004852;
		font-weight:bold;
		text-decoration:underline;
	}
	
	div#bannerspace table#bannerspace td#more a:hover {
		text-decoration:none;
		}
	
	div#bannerspace table#bannerspace td#bottom {
		height:8px;
		background-image: url(images/gray.gif);
		background-position: bottom left ;
		background-repeat:repeat-x;
	}
	
/*] site*/
