/* general */

    body{ 
		background:#d8e6ec url(../images/bg_body2.gif) repeat-x;
        	font:90% Arial, Helvetica, Sans-Serif;
		color:#555;
		line-height:180%;
		margin:0;
		padding:0;
        }
	h1	{
		font-size:170%;
		font-weight:bold;
		margin:1.2em 1.25em 1em 1.2em;
		color:#c00000;
		}		
	h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:1.2em 1.25em 0.5em 1.3em;
		}	
	h2{            
		font-size:140%;
		color:#116c8b;
		}	
	h3{          
		font-size:125%;
		}
	h4{          
		font-size:110%;
		}				
	a{
		text-decoration:none;
		color:#c00000;
		}
	a:hover{
		color:blue;
		text-decoration:underline;
		}							
	p{
		margin:0.5em 2em 0.5em 2em;
		}

	table	{
		margin:0.5em 2em 0em 1.2em;
		}	

		
img.floatRight { 
    		float: right; 
		}
#header ul
		{
		list-style-type: none;
		padding: 0;
		position: relative;
		left: 70px;
		top: 175px;
		line-height: 32px;
		margin: 0px 0px;
		font-weight: bold;
		}

#header ul li 	{ 
		display: inline;
		}

#header p
		{
		display: inline-block;
		text-decoration: none;
		text-align:center;
		background: url(../images/tab2_on.gif) no-repeat 0 0;
		width: 120px;
		margin: 0px 0px;
		}


#header ul li a
		{
		display: inline-block;
		text-decoration: none;
		text-align:center;
		background: url(../images/tab2.gif) no-repeat 0 0;
		width: 120px;
		color:#555;
		}

#header ul li a:hover
		{
		display: inline-block;
		color: #fff;
		text-align:center;
		background: url(../images/tab2_on.gif) no-repeat 0 0;
		width: 120px;
		}




/* // general */

/* page setup */

	#container{	
		margin:0 auto;
		width:960px;
		text-align:left;
		}
	#header{
		height:236px;
		background:url(../images/bg_header2.jpg) no-repeat 0 0;
		}
		
	#content{
		background:url(../images/bg_content2.gif) repeat-y;
		padding:.5em 34px;
		}

	#footer{
		clear:both;
		padding:30px 80px;
		background:url(../images/bg_footer2.gif) no-repeat 0 0;
		font-size:80%;
		line-height:120%;
		text-align:center;		
		}	
	

/* //page setup */

