
/* global classes */

body { 	font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #666666; 
		margin: 0px; 
		background-color: #003366; 
}

img { border: 0px; 
}

p { margin-top: 0px; 
} 

a { color: #006699; 
	text-decoration: none; 
	}

a:hover { 	color: #999999; 
			text-decoration: underline; 
		}

p { text-align: justify;
}

.clear { clear: both; 
} 

.right { 	float: right;
			margin-right: 20px;
}

.center {	margin: 0px auto;
			width: 220px;
}

h4 { 	font-weight: bold; 
		font-size: 12px;
		color: #006699; 
		margin-bottom: 0px;
} 

h5 { 	font-weight: bold;
		font-size: 13px;
		color: #006699; 
}

.bold {	font-weight: bold;
}

/* global wraper */

.wraper {	width: 640px; 
			margin: 0px auto; 
}

/* header classes */


.topbar { 	width: 640px; 
			height: 8px; 
			background-image: url('../images/topbar.jpg'); 
}

.header { 	width: 640px; 
			height: 75px; 
			background-color: #FFFFFF; 
			border-bottom: 5px solid #0060a9; 
}

.banner { 	width: 640px; 
			height: 143px; 
			border-top: 1px dotted #FFFFFF; 
			border-bottom: 1px dotted #FFFFFF; 
			background: url('../images/banner.jpg') no-repeat;
}

.bannerfoot { 	width: 640px; 
				height: 8px; 
				background-color: #e7e7e7; 
} 

/* content wraper */

.contentarea { 	width: 640px; 
				/*height: 551px; */
				background-image: url('../images/bg.jpg');
				background-color: #FFFFFF; 
				border-bottom: 1px dotted #FFFFFF; 
}

/* menu classes */

.menu { 	width: 157px; 
			/*height: 551px; */
			margin-left: 8px; 
			float: left; 
			background-color: #e7e7e7; 
}

ul.menu { 	margin: 0px; 
			padding: 0px; 
			list-style: none; 
}

ul.menu a { 	color: #666666; 
				font-size: 11px; 
}

ul.menu a:hover { color: #006699; 
} 

li.row1 { 	margin: 0px; 
			padding: 0px; 
			width: 157px; 
			height: 23px; 
			background-color: #d7d7d7; 
			line-height: 23px; 
			text-align: center; 
}

li.row2 { 	margin: 0px; 
			padding: 0px; 
			width: 157px; 
			height: 23px; 
			line-height: 23px; 
			text-align: center; 
}

.menuheader { 	font-weight: bold; 
				color: #006699; 
}

.contact {	font-size: 9px;
			line-height: 11px;
			text-align: left;
}

/* content classes */

.content { 	padding: 8px; 
			width: 457px; 
			/*height: 533px; */
			float: left; 
			/*overflow: scroll; 
			overflow-x: hidden; */
}

.content ul {	margin-top: 0px; }

.contact { 	float: left;
			margin-left: 15px;
			margin-top: 18px;
			color: #999999;
}

.leftimg {	float: left;
			margin-right: 6px;
			margin-bottom: 12px;
}

.rightimg {	float: right;
			margin-left: 6px;
			margin-bottom: 12px;
}

.indent {	margin-left: 30px;
}

.watch {	border: 3px solid #d7d7d7;
			float: left;
			margin-right: 12px;
}

.visit { 	float: right;
			margin-right: 10px;
			color: #999999;
}

.centertour {	margin: 0px auto;
				width: 361px;
}

.caution {	font-weight: bold;
			font-size: 9px;
}


.button {	float: left;
			display: block;
			width: 85px;
			height: 25px;
			margin-right: 12px;
			background-color: #d7d7d7;
			border: 3px solid #b8b8b8;
			text-align: center;
			line-height: 12px;
			padding: 5px;
}
		
.button:hover {	background-color: #e7e7e7;
				text-decoration: none;
				border: 3px solid #d7d7d7;
}

.button span {	font-size: 10px;				
 }		

/* footer classes */

.footer { 	width: 640px; 
			height: 18px; 
			background-color: #d7d7d7; 
			border-top: 5px solid #0060a9; 
			line-height: 18px; 
			font-size: 9px; 
			text-align: right; 
} 