@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background-color: #c3e8f8;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	}
	
	.mainWrapper{
		width: 960px;
		height: auto;
		margin:0 auto;
		border:#000 solid 0px;
	}
	
	.header{
	width: 958px; border:#000 solid 0px;
	height:81px;
	}

	.logo{
		border:#4ef solid 0px;
		width:auto;
		height:auto;
		float:left;
		padding-top:2px;
		padding-right:5px;
		position:relative;
		z-index:999;
	}
		.logo p{
			margin:0;
			padding:0;
		}
	
	.title{
		width:235px;
		height:48px;
		margin-top:18px;
		float:left;
		position:relative;
		border:#0C3 solid 0px;
		}
		
		.title p{
			margin:0;
			padding:0;
		}
	
	.topMenu{
		margin-left:196px;
		margin-top:2px;
		color: #666;
		float:left;
		position:relative;
		width:auto;
		border:#0C3 solid 0px;
	}
	
		.topMenu a{
			color:#999;
			text-decoration:none;
			font-size:11px;
			}	
	
	.menuHolder{
		width:auto;
		height:18px;
		text-align:right;
		border:#000 solid 0px;
		z-index:+999;
		margin-left:310px;
		position: relative;
		float:left;
		margin-top:-35px;
		color:#046599;
		font-size: 11px;
	}


	.breadcrumbs{
		width:860px;
		height:18px;
		border:#000 solid 0px;
		z-index:+999;
		position: relative;
		margin-top:-2px;
		color:#fff;
		font-size: 10px;
	}
	
		.breadcrumbs a{
		color:#fff;
		}	

.contentpanel { 
     /*General*/
	background-color: #fff; 
	color: #777777; 
	width:960px;
	min-height:550px;
	margin: 0 auto;
	margin-top:8px;
	position:relative;
	background-image: url(../images/bg_inner.jpg);
	background-position:right top;
	background-repeat:no-repeat;


	/*Border*/
	border-bottom: solid 2px #ffffff; 
	border-left: solid 2px #ffffff; 
	border-right: solid 2px #ffffff; 
	border-top: solid 2px #ffffff; 

	/*Shadow*/
	box-shadow: 0px 0px 3px 1px #737373; 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color= '#ffffff' );
	

}

.contentpanel table td{
			font-size: 11px;
	
}

.contentpanel img{
			border-bottom: solid 4px #ffffff; 
			border-left: solid 4px #ffffff; 
			border-right: solid 4px #ffffff; 
			border-top: solid 4px #ffffff; 

	/*Shadow*/
	box-shadow: 0px 0px 3px 1px #cecece; 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color= '#ffffff' );
	
}


.contentpaneopen{
		font-size:11px;
		width:920px;
		text-align:justify;
		margin-left:10px;
}

	.contentpaneopen h1{
				font-family: 'Droid Sans', sans-serif;
				font-size: 18px;
				line-height: 15px;
				color:#0077b6;
				text-shadow: 1px 1px 1px #fff;
	}

	.contentpaneopen li{
				line-height:2.0;
				margin-left:25px;
				text-decoration:none;
				color:#000;
				list-style-image:url(../images/bullet.png);
	}
	
	.contentpaneopen a{
				text-decoration:none;
							}
							
	.FontChanger{
		border:#3bff2c solid 1px;
		width:100px;
		height:100px;
		float:right;
		position:relative;
		margin-top:10px;
		z-index:+999;
	}
	
	.wgPicasa p{
		border:#3bff2c solid 0px;
		width:375px;
		padding-right:30px;
		padding-bottom:10px;
	}
	
	.footer{
		width:958px;
		height:25px;
		border:#3bff2c solid 0px;
		text-align:center;
		font-size:10px;
		margin-top: 5px;
	}
	
	#footer_left{
			float:left;
			text-align:left;
			line-height:2em;
			color: #666;
		}
		
		#footer_left a{
			color:#016b74;
			text-decoration:none;
		}
		
		#footer_right{
			float:right;
		}
		
		#footer_right a{
			color:#016b74;
			text-decoration:none;
		}	