@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: #FF9933;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: #333333;
}

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;
}

img.loc {
	float: right;
	margin: 10px 0 0 5px;
	border: 2px solid #FFFFFF;
}

#corp {
	height: 21px;
	background: #FF9966 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 #CCCCCC 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: 200px;
	height: 730px;
	margin: 0 5px 0 0;
}

#right {
	float: right;
	width: 120px;
	height: 730px;
}

#right img { margin: 0 0 5px 0; }

#centre {
	width: 670px;
	float: left;
}

#head {	height: 80px; }

#nav {
	height: 40px;
	background: url(/images/navbg.png) no-repeat right;
}

/* MENU */
#menu {
	height: 30px;
	margin: 0 auto;
}

#menu a { color: #996600; }
#menu a:hover {	color: #000000; }

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	background-image: url(/images/bg03.gif);
	display: block;
	float: left;
	height: 23px;
	margin: 0 1px 0 0;
	padding: 7px 20px 0 20px;
	font-weight: bold;
}

#menu li.active { background-image: url(/images/bg04.gif); }
#menu li.active a {	color: #000000; }
/* MENU END */

#cont1 {
	height: 130px;
	padding: 5px 0 0 0;
}
#cont1 img { float: left; }
.space img { margin: 0 0 0 10px; }

#cont2 {
	height: 400px;
	padding: 5px 3px 0 0;
}
#cont2 ul {
	margin-top: 1em;
	list-style: inside;
	list-style-type: circle;
}
#cont2 a { color: #FF0000; }

#goog { margin: 0 0 10px 0; }

#cont3 { text-align: center; }

#foot {
	text-align: center;
	width: 1000px;
	clear: both;
	padding: 10px 0 5px 0;
	font-size: 7pt;
	color: #FFFFFF;
}
