
html{
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
background-image:url(../images/bg_body.gif);
background-repeat:repeat-x;
background-color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a{
text-decoration:none;
color:#157cbc;
}
a:link{}
a:hover{text-decoration:underline;}
a:active{}
a:visited{}
a img{border:0;}
h1{}
h2{}
h3{}

ul{list-style:none;}
li{}

p{line-height:140%;}

blockquote{}




#container{
background-color:#fff;
width:803px;
margin-left:auto;
margin-right:auto;
position:relative;
margin-top:8px;
margin-bottom:15px;
}

	#header{
	background-image:url(../images/bg_header.gif);
	background-repeat:no-repeat;
	height:83px;
	}
		#header h1{margin:0;}
			#header h1 a{
			text-indent:-9999px;
			padding:0;
			border:0;
			background-image:url(../images/logo.gif);
			background-repeat:no-repeat;
			background-position:top left;
			height:96px;
			width:131px;
			position:absolute;
			top:0;
			left:20px;
			}
	
		#nav{
		float:right;
		margin:32px 0 0 0;
		padding:0 4px 0 0;
		list-style:none;
		}
			#nav li{
			float:left;
			margin:0 0 2px 0;
			}
				#b1, #b2, #b3, #b4, #b5, #b6{
				height:47px;
				width:103px;
				background-repeat:no-repeat;
				display:block;
				margin:0 1px;
				border:1px solid #000;
				border-width:1px 0;
				}
					#b1 span, #b2 span, #b3 span, #b4 span, #b5 span, #b6 span{display:none;}	
				#b1{background-image:url(../images/nav/button_1.gif);}
				#b2{background-image:url(../images/nav/button_2.gif);}
				#b3{background-image:url(../images/nav/button_3.gif);}
				#b4{background-image:url(../images/nav/button_4.gif);}
				#b5{background-image:url(../images/nav/button_5.gif);}
				#b6{background-image:url(../images/nav/button_6.gif);}
				#b1:hover{background-image:url(../images/nav/button_1_over.gif);}
				#b2:hover{background-image:url(../images/nav/button_2_over.gif);}
				#b3:hover{background-image:url(../images/nav/button_3_over.gif);}
				#b4:hover{background-image:url(../images/nav/button_4_over.gif);}
				#b5:hover{background-image:url(../images/nav/button_5_over.gif);}
				#b6:hover{background-image:url(../images/nav/button_6_over.gif);}
						
	#content{
	clear:both;
	border:2px solid #ccd8d8;
	border-width:0 2px 2px 2px;
	height:1%;
	}
		#content a{color:#157cbc;}
		#leftCol{
		width:165px;
		float:left;
		background-image:url(../images/bg_content_green.gif);
		background-repeat:repeat-x;
		color:#706e6e;
		margin:15px 0 0 2px;
		}
			#leftCol .top{
			height:240px;
			padding:10px 0 0 0;
			_padding:25px 0 0 0;
			}
			#leftCol a{color:#b24fb8;}
			#leftCol ul{
			margin:15px 15px 0 15px;
			padding:0;
			}
				#leftCol li{
				border-bottom:1px dashed #dab59e;
				margin:0 0 5px 0;
				padding:0 0 5px 5px;
				}
			#leftCol .bottom{
			margin:0 15px;
			_padding:20px 0 0 0;
			height:232px;
			}
			
		#rightCol{
		float:right;
		border-right:2px solid #fff;
		min-height:260px;
		width:555px;
		padding:0 30px 10px 0;
		color:#5a5a5a;
		margin:15px 0 0 0;
		}
			#rightCol h2{
			font-family:Tahoma, Geneva, sans-serif;
			font-weight:normal;
			font-size:16px;
			color:#04696d;
			margin:15px 15px 15px 0;
			}
			#rightCol h3{
			font-family:Tahoma, Geneva, sans-serif;
			font-weight:normal;
			font-size:20px;
			color:#04696d;
			margin:10px 10px 10px 0;
			}
			#rightCol p{line-height:140%;}
			#rightCol ul{list-style-image:url(../images/bullet.gif);}
				#rightCol li{margin:3px 0;}
			#rightCol blockquote{
			font-style:italic;
			}

		#rightColSIN{
		float:right;
		border-right:2px solid #fff;
		min-height:260px;
		width:700px;
		padding:0 30px 10px 0;
		color:#5a5a5a;
		margin:15px 0 0 0;
		}
			#rightColSIN h2{
			font-family:Tahoma, Geneva, sans-serif;
			font-weight:normal;
			font-size:16px;
			color:#04696d;
			margin:15px 15px 15px 0;
			}
			#rightColSIN h3{
			font-family:Tahoma, Geneva, sans-serif;
			font-weight:normal;
			font-size:20px;
			color:#04696d;
			margin:10px 10px 10px 0;
			}
			#rightColSIN p{line-height:140%;}
			#rightColSIN ul{list-style-image:url(../images/bullet.gif);}
				#rightColSIN li{margin:3px 0;}
			#rightColSIN blockquote{
			font-style:italic;
			}

			
	#footer{text-align:right;}
		#footer p{
		font-size:12px;
		color:#999;
		}
		#footer a{color:#157cbc;}
			

.clear{clear:both;}
.dashed{
height:1px;
border:1px dashed #9ec3da;
border-width:1px 0 0 0;
margin:15px 0;
}
