@charset "utf-8";
/* COMMON */
* { padding: 0; margin: 0; }

img { border-style: none; }

p { margin: 10px 0 5px 0; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

body {
	background-color: #006699;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: #FFFFFF;
}

h1 { font-size: 160%;
	font-family: Verdana, Tahoma;
	font-weight: normal;
}

h2 { font-size: 100%;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}
/* COMMON END*/

.bord { border: 1px solid #FFFFFF; }

.content p, ul { line-height: 1.5em; }

.button {
	border: 1px solid #FFFFFF;
	font-family: Verdana, Tahoma;
	background-color: #CCCCCC;
}

.marg {	margin: 20px 0 0 0; }

.yel { color: #FFCC00; }

ul.nodot { list-style: none; }
img.loc {
	float: right;
	margin: 10px 0 0 5px;
	border: 2px solid #FFFFFF;
}

#corp {
	height: 21px;
	background: #006699 url(/images/bg01.gif) repeat-x;
	text-align: right;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	border-bottom: solid #FFFF00 1px;
}

#corp a {
	margin: 0 8px 0 0;
	color: #FFFFFF;
}

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#left {
	float: left;
	width: 165px;
	height: 500px;
	margin: 0 10px 0 0;
}

#right {
	float: right;
	width: 120px;
	height: 600px;
}

#right img { margin: 0 0 5px 0; }

#centre {
	width: 700px;
	float: left;
}

#head {
	height: 70px;
	text-align: center;
}

#nav {
	height: 45px;
	background-repeat: no-repeat;
	background-image: url(/images/navbar.png);
	background-position: left;
}

#nav ul {
	list-style: none;
	margin: 12px 0 0 0;
	color: #FFFFFF;
	float: left;
}

#nav  li {
	display: inline;
	font-size: 12pt;
	margin-left: 13px;
	font-weight: bold;
	font-family: "Times New Roman";
}

#nav a:link { color: #FFFFFF; }
#nav a:visited { color: #FFFFFF; }
#nav a:hover { color: #006699; }

#nav2 {
	float: right;
	margin: 0 15px 0 0;
}

#cont1 {
	height: 130px;
	padding: 5px 0 0 0;
}
#cont1 img { float: left; }
.space img { margin: 0 0 0 15px; }

#goog { margin: 0 0 10px 0; }

#cont2 { height: 420px; }

#cont3 { text-align: center; }

#foot {
	text-align: center;
	width: 1000px;
	clear: both;
	padding: 20px 0 10px 0;
	font-size: 7pt;
	color: #CCCCCC;
}