
body{
	background-color: #d7d7d7;
	color: #000000;
}

a {text-decoration:none;}
a:link{color:#999999;}
a:alink{color:#999999;}
a:visited{color:#999999;}
/*a:hover {color: #ffffff;background-color: #777777;}*/

#main {
	margin: 0 auto;
	width:800px;
	background-color: #cccccc;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 10px 0px;
}

#header {
	background: url('img/head_back.png');
	background-repeat:no-repeat;
	width: 800px;
	height: 101px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent:-9999px;

}

#header h1 {
	font: bold 1.9em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#header p {
	font: 1.2em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: right;
	font-size:10pt;
	color: #555555;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contents {
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left {
	background: url('img/main_back.png');
	background-repeat:repeat-y;
	width: 579px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	min-height: 680px;
	max-height:inherit;
	_height: 680px;	/*IE hack*/
	border-bottom: 1px solid #585858;
}

#left h2 {
	background: url('img/main_left_p.png');
	background-repeat:no-repeat;
	height: 22px;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 0px 25px;
	_padding: 5px 0px 0px 25px;
}


#left p {
	font-size: 8pt;
	text-align: left;
	margin: 0px 0px 0px 5px;
}


#left ul.spriteList {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
}
#left ul.spriteList li {
	list-style-type: none;
	list-style-position:outside;
	font-size: 9pt;
	text-align: left;
}


#left a {text-decoration:none;}
#left a:link{color:#999999;}
#left a:alink{color:#999999;}
#left a:visited{color:#999999;}
#left a:hover {color: #ffffff;background-color: #777777;}

#left img {
	margin: 0px 0px 5px 5px;
}




#right {
	background: url('img/main_back.png') no-repeat -590px 0px;
	background-repeat:repeat-y;
	width: 210px;
	float: right;
	text-align: left;
	margin: 0px 0px 0px 1px;
	display: inline;
	position: relative;
	min-height: 680px;
	max-height:inherit;
	_height: 680px;	/*IE hack*/
	border-bottom: 1px solid #585858;
}

#right div.menu {
	background: url('img/sidebar_Title.png');
	background-repeat:no-repeat;
	width: 207px;
	height: 19px;
	margin: 10px 0px 0px 1px;
}


#right p.menuTitle {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 6px;
	font-size: 10pt;
}


#right ul.menulist {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-align: left;
	width: 207px;
}


#right ul.menulist li {
	font-size: 9pt;
	text-align: left;
	list-style-type: none;
	padding: 0px 0px 0px 5px;
}

#right ul.menulist a {
	display: block;
	width:100%;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	padding: -10px 0px 0px 0px;
}

#right ul.menulist a:link {color:#465842;}
#right ul.menulist a:alink {color:#465842;}
#right ul.menulist a:visited {color:#465842;}
/*#right ul.menulist a:hover {color:#ffffff;}*/



#footer {
	width:800px;
	font-size:8pt;
	text-align: center;
	border: 1px solid #585858;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}