html{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}


body{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:#FFFFFF;
/*background-image:url(imagefiles/sspbg.jpg);
background-repeat: no-repeat;*/

}

.box {

border-style:solid;
border-width:1px;

}


.toparea {

/*width:100%;*/
background-color: #fff3d9; 
border-style:solid;
border-color: #b5c6d5;
border-width:1px;
padding:5px;
}

.maincontent1 {
		
		font-family:arial, sans-serif;				 
		color:#002b40;
		font-size: 9.5pt;
		text-align:justify;
		width:450px;
		padding-top:25px;
		padding-left:15px;
		padding-right:25px;
		line-height:135%;
		
			}
		
.maincontent2{
		font-family:arial, sans-serif;				 
		color:#003c5b;
		font-size: 10pt;
		text-align:justify;
		padding-top:30px;
		padding-left:15px;
		padding-right:25px;
		line-height:150%;
		width: 320px;

		}

		
.maincontent1 a {

		color:#003c5b;
		text-decoration: none;
		}


.maincontent1 a:hover {
font-weight:bold;
}


.maincontent1 a:link
.maincontent1 a:visited{
  text-decoration: none;
	color: #003c5b;
}

.location{
		font-family:arial, sans-serif;				 
		color:#003c5b;
		font-size: 9pt;
		text-align:justify;
		width:450px;
		padding-top:25px;
		padding-left:15px;
		padding-right:300px;
		line-height:150%;
		}

.contact{
		font-family:arial, sans-serif;				 
		color:#003c5b;
		font-size: 9pt;
		text-align:justify;
		width:450px;
		padding-top:25px;
		padding-left:15px;
		padding-right:30px;
		line-height:150%;
		}

.maintitle{
		font-family:arial, sans-serif;
		font-weight:bold;
		color:#003c5b;
		font-size: 12pt;
		line-height: 135%;
}

.businesscard {

background-color: #fff3d9;
border-style:solid;
border-width:1px;
border-color:#b5c6d5;
width:280px;
padding-left: 15px;
}

.whitetext{
color:white;
}



#dhtmlgoodies_menu{		
		font-family: arial;	/* Font for main menu items */
		width:163px;	/* Width of main menu */
		font-size: 10pt;
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding-left:0px;/* No <ul> air */
		padding-bottom:0px;	
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:15px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#003c5b;	/* text color */
		
		height:25px;	/* 20 pixel height */
		line-height:25px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:1px solid #b5c6d5;	/* border */
		background-color:#fff3d9;	/* Light blue background color */
		margin:5px;	/* A little bit of air */
		padding-left:5px;	/* Air between border and text inside */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#003c5b;
		background-color:#fff3d9;
		font-weight:bold;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #b5c6d5;
		background-color:#fff3d9;
		font-family:arial;
		text-align:left;
		
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:2px;
		padding:0px;
		font-size:10pt;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:2px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#003c5b;	/* Black text color */
		width:150px;
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:2px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#003c5b;	/* White text */
		background-color:#fff3d9;	/* Blue background */
		font-weight: bold;
	}


