* {
	margin: 0; 
	padding: 0; 
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	font-weight: normal;
	text-decoration:none;
	font-style:normal;
	color: #003388;
}

body {
	min-width: 700px;
	width: 100%;
	height: 100%;	
	background-color: white;
	text-align: center;
	overflow-y:scroll;
}

#divCenterPosition {
	background-image: url(../image/background.jpg);
	text-align: left;
	width: 340px;
	height: 494px;
	margin-left: -170px;
	margin-top: -247px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#divContent {
	margin: 20px;
	height: 454px;
}

#divTitle {
	margin-top: 80px;
	margin-left: 30px;
	margin-right: 30px;
}

#divAddress {
	margin-top: 180px;
	margin-left: 30px;
	margin-right: 30px;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

address {
	text-decoration:none;
	margin-bottom: 5px;
}

a:hover {
	text-decoration: underline;
}

.float {
	float: left;
}

.width50 {
	width: 50px;
}

.clear {
	clear: both;
}

/* clearFloat */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */