html {
	margin:0;
	padding:0
}

body {
	text-align:center;
	font-family: Verdana, Tahoma, sans-serif;  
	font-size: 13px;
	margin: 0px;
	padding: 5px 1px 5px 1px;
}

h1, h2 {
	color: #108DFF;
}
h1 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 24px;
}

h2 {
	font-size: 16px;
}
img {
	border: none;
}
ul {
	padding-left: 20px;
	margin: 0px;
	list-style-type: none;
}
ul ul {
	list-style-type:disc;
	font-weight: normal;
}
ul ul ul{
	list-style-type:circle;	
}
#navigation ul{
	font-weight: bold;
}
#navigation ul ul{
	font-weight: normal;
}
table ul, ul.bleak {
	padding-left: 17px;
	list-style-type: disc;
}
table ol {
	padding-left: 30px;
	margin: 0px;
}
table li {
	padding-bottom: 2px;
}
table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: dashed;
	border-color: grey;
	margin-bottom: 20px;
	width: 100%;
	background: #eeeeee;
	font-size: 12px;
}
table td {
	vertical-align:top;
	text-align: justify;
	padding-right: 5px;
}
table td.tablable{
	font-weight: bold;
	width: 90px;
}
table td.tablable_w{
	font-weight: bold;
	width: 190px;
}

thead th, thead td {
	padding:10px;
	text-align: left;
	color: #108DFF;
	border-bottom: 1px solid grey;
}

thead th.blink{
	//background-color: black;
	text-align: center;
	width: 50px;
	font-size: 14px;
}
thead th.blink a:link{
	//color: #ffffff;
}

table.bleak{
	border:none;
	background:none;
	margin-bottom:0px;
}

div#container {
	background-color:white;
	width:770px;
	margin:0 auto;
}

div#left{
	width:220px;
	margin: 0;
	float: left;
}

div#right{
	margin: 0 auto;
	width: 540px;
	float: left;
}

div#header {
	background-image: url(img/header_bg.gif); 
	background-repeat: no-repeat;

	padding: 16px 0px 18px 18px;
	text-align: left;
	margin-bottom: 0px;
}

#navigation {
	text-align: left;
	margin: 15px 0 0 0;
	line-height: 150%;
	text-transform: uppercase;
	font-size: 12px;
}
#navigation a:link{
	color: #000000;
	text-decoration: none;
}
#navigation a:visited{
	color: #333333;
	text-decoration: none;
}
#navigation a:hover{
	background-color: #DDDDDD;
	text-decoration: underline;
}
#news {
	width: 200px;
	height: 190px;
	background-image: url(img/news_bg.gif); 
	background-repeat: no-repeat;
	margin: 10px 0 10px 5px;
	padding: 10px 10px 5px 10px;
	font-size: 11px;
	text-align: left;
	font-style: italic;
}
#newstitle{
	font-size: 14px;
	font-weight: bold;
	font-decoration: underline;
}
#news p {
	margin: 10px 0 0 0;
}
#news a:hover{
	background-color: #FAED03;
}


div#contents {
	padding: 5px 0px 0px 10px;
	text-align: justify;
}

div#contents p {
	text-indent: 15px;
}


div#footer {
	clear: both;
	padding-top: 5px;
	text-align: left;
}

div#contents a:link {
	color: #000000;
}
div#contents a:visited {
	color: grey;
}
div#contents a:hover {
	text-decoration: underline;
}
.question {
	font-weight: bold;
	margin-bottom: 5px;
}
.answer {
	margin: 0px 0px 20px 80px;
}
a:link {
	color: black;
}
a:visited {
	color: #666666;
}
#contents a:hover {
	background: #CCCCCC;
}
