body {
		background:#fff repeat-x;
		font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:170%;
		margin:0;
		padding:0;
		text-align:center;
	}
	h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:180%;
		font-weight:normal;
		margin:10px 0px 0px 0px;
    }
	h1 a{
		color:#000000;
		text-decoration:none;
		}
	h1 a:hover{
		text-decoration:underline;
		}
	h2{
		font-size:120%;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
	#left {
	width:400px;
	float:left;
	}
	#left h2 {
	font-size:140%;
	line-height:60%;
	}
	#right {
	width:400px;
	float:right;
	}
		#right h2 {
	font-size:140%;
	line-height:60%;
	}
	#full {
	clear:both;
	margin: 10px 0px 0px 0px;
	padding-top:10px;
	}
	#associations {
	}
	#footer {
	font:90% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	margin-top:20px;
	margin-bottom:20px;
	border-style:solid;
	border-top-width:1px;
	border-top-color:000;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	clear:both;
	}
	#footer a{
	text-decoration:none;
	color:000;
	}
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:900px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:160px;
		background-image:url(../images/header_01.jpg);
		background-repeat:no-repeat;
		}
		#header h1{
		margin-left:-8000px;
		}
		#header h2{
		margin-left:-8000px;
		}
		#header h3{
		margin-left:-8000px;
		}
						
	#content{
		}			


/* // Nav Bar */

/*menu container*/
.menucontainer{background: #fff url(../images/bgOFF.gif) top left repeat-x;}
/*basic menu styling*/
.menu {float:left;font-family: "Trebuchet MS",arial,verdana,sans-serif;width:100%;position:relative;font-size:11px;font-weight:bold;
background:url(../images/bgOFF.gif) repeat-x;}
.menu ul {padding:0;margin:0;list-style-type:none;float:left;position:relative;}
.menu ul li {float:left;position:relative;display:inline;}
/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {float:left;display:block;text-decoration:none;color:#000;width:auto;height:24px;color:#000;border:1px solid #fff;border-width:0 1px 0 0;padding:0px 16px 0px 16px;line-height:24px;}
* html .menu ul li a, .menu ul li a:visited {width:auto;w\idth:auto;}
/*hide sub nav items*/
.menu ul li ul {display:none;}
/*style for table of sub nav items*/
table {margin:-1px;border-collapse:collapse;font-size:11px;}
/*specific to non IE browsers*/
/*main nav over state*/
.menu ul li:hover a {color:#fff;background:#ccc url(../images/bgON.gif) top left repeat-x;}
/*show drop-down list*/
.menu ul li:hover ul {display:block;position:absolute;top:23px;margin-top:1px;left:0;width:100%;border-top:1px solid #fff;}
/*drop-down on state*/
.menu ul li:hover ul li a {display:block;background:#757575;color:#fff;height:auto;line-height:16px;padding:5px 16px 5px 16px;width:120px;}
/*sub drop-down over state*/
.menu ul li:hover ul li a:hover {background:#202D3D;color:#fff;}