@charset "ISO-8859-1";

body {
	
	background-color: #FFFFFF;
	
}

a {
	
	color: #000000;
	text-decoration: underline;
	
}

a:hover {

	color: #3366CC;
	text-decoration: underline;
	
}

a:visited {
	
	color: #000000;
	text-decoration: underline;
	
}

a:active {

	color: #3366CC;
	text-decoration: underline;
	
}

p {
	
	padding-left: 6px;
	padding-right: 6px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	
	padding-left: 6px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
	
}

div#cont {
	
	width: 726px;
	min-height: 476px;
	background-image: url('/imgs/menubg.gif');
	background-repeat: repeat-y;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	
}

* div#cont {
	
	height: 476px;
	
}

div#cont1 {
	
	width: 726px;
	min-height: 476px;
	background-image: url('/imgs/menubg.gif');
	background-repeat: repeat-y;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	
}

* div#cont1 {
	
	height: 476px;
	
}

div#cont2 {
	
	width: 726px;
	min-height: 476px;
	background-image: url('/imgs/menubg.gif');
	background-repeat: repeat-y;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	
}

* div#cont2 {
	
	height: 520px;
	
}

div#top {
	
	width: 726px;
	height: 85px;
	
}

div#center {
	
	width: 726px;
	min-height: 390px;
	
}

* html div#center {
	
	height: 390px;
	
	
}

div#menu {
	
	width: 150px;
	height: auto;
	float: left;
	text-align: right;
	padding-right: 6px;
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	
}

div#menu a {
	
	color: #000000;
	text-decoration: none;
	
}

div#menu a:hover {
	
	color: #3366CC;
	text-decoration: underline;
	
}

div#menu a:visited {
	
	color: #000000;
	text-decoration: none;
	
}

div#menu a:active {
	
	color: #3366CC;
	text-decoration: underline;
	
}


* html div#menu {
	
	height: auto;
	
}

div#area {
	
	width: 570px;
	min-height: 390px;
	background-image: url('/imgs/areabg.gif');
	float: left;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000000;
	
}

* html div#area {
	
	height: 390px;
	
}

div#bottom {
	
	width: 726px;
	height: 23px;
	clear: both;
	
}