@charset "utf-8";
/* formatting style
-------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../WITH/image/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link style
-------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 5px 5px 5px 3px;
	float: right;
	width: 690px;
	margin-bottom: 20px;
	margin-right: auto;
}
#sidebar {
	padding: 5px 2px 5px 5px;
	float: left;
	width: 135px;
	background-image: none;
	background-repeat: no-repeat;
	border-top: 6px solid #333333;
	border-right: 2px dashed #333333;
	border-bottom: 6px solid #333333;
	border-left: 2px dashed #333333;
	margin: 5px 5px 20px;
}
#footer {
	padding: 5px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header style
-------------------------*/
#header {
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	border-top: 3px solid #333333;
	border-right: 3px none #333333;
	border-bottom: 3px none #333333;
	border-left: 3px none #333333;
	background-color: #FFFFFF;
	padding: 10px;
	color: #FFFFFF;
}
#header ul li a {
	color: #333333;
	text-decoration: none;
}
#header ul li a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
#header ul li {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline;
	list-style: url(none) none;
	float: right;
	margin: 5px;
	padding-right: 5px;
}
#header img {
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}



#main h2 {
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../WITH/image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 20px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
}
#main  h3 {
	font-family: Verdana, Arail, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	padding-left: 10px;
	border-left: 3px solid #FF6600;
	font-style: normal;
	margin: 10px 50px 5px 20px;
	border-bottom: 1px dashed #666666;
}
#main h5 {
	font-size: 14pt;
	font-weight: normal;
}
#main h6 {
	font-family: "Century Gothic";
	font-size: 30pt;
	font-weight: bold;
}


#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	font-size: 9pt;
	padding-left: 1px;
}
#main dl#news dt {
	font-weight: normal;
	background-image: url(../WITH/image/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 2px 20px;
	clear: left;
	float: left;
	width: 8em;
	font-size: 9pt;
	padding-left: 15px;
}
#main dl#news dd {
	font-size: 9pt;
}


#main img:hover {
	border: 0px none #000000;
	margin: 0px;
}
#main table {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#main table th {
	text-align: center;
	padding: 5px 15px;
	font-weight: normal;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}
#main table td {
	padding: 5px 15px;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}



#wrapper #main #news dd {
	margin: 0px 0px 3px 8em;
	padding-left: 1px;
}

/* main style
-------------------------*/


/* sidebar styles
-------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar ul {
	margin-top: 10px;
	margin-left: 5px;
}
#sidebar ul li {
	margin-bottom: 10px;
	list-style: none;
	color: #FFFFFF;
	margin-left: 1px;
}
#sidebar ul li a {
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 80px;
	padding-left: 16px;
	list-style: inside;
}
#sidebar ul li a:hover {
	color: #000000;
	background-image: url(image/arrow_hover.gif);
	text-decoration: blink;
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar dl a {
	color: #333333;
	text-decoration: none;
	border: thin none #333333;
}
#sidebar dl a:hover {
	color: #000000;
}

#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
	margin-left: 10px;
}
#wrapper #main table {
	border-bottom: 0px none #333333;
	border-top: 1px none #333333;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse:collapse;
	margin-bottom: 15px;
}
#main table tr {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
