html { position:relative; }
body {
	text-align: center;
	margin:0;
	padding:0;
	position:relative;
	background-image:url(graphics/bkg_body.gif);
	background-repeat:repeat-x;
}
div {
	overflow: hidden;
	border: 0px;
	margin: 0px;
}
img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}
#container {
	width: 970px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 970px;
	height: 312px;
	position:relative;
}
#header_index {
	width: 970px;
	height: 300px;
	position:relative;
}
#main {
	width: 970px;
	position:relative;
	text-align: left;
}
#left {
	width: 215px;
	position:relative;
	text-align:right;
	float:left;
}
#content {
	width: 475px;
	position:relative;
	text-align:left;
	float:left;
}
#case {
	background-image:url(graphics/bkg_case.gif);
	background-repeat:repeat-y;
}
#case p {
	font: 11px Georgia, Times New Roman, Times, serif;
	color:#006699;
	line-height: 15px;
	margin: 0 30px 0 30px;
}
#case em{ color:#C39; }
#bubble {
	background-image:url(graphics/bubble_bkg.gif);
	background-repeat:repeat-y;
	margin-bottom:15px;
}
#bubbletxt {
	margin-top:15px;
	margin-right:20px;
	margin-left:20px;
}
#right {
	width: 200px;
	position:relative;
	float:left;
}
#right p {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#right ul {
	margin-left:0;
}
#bottom {
	height:114px;
	background-image:url(graphics/bkg_footer.gif);
	background-repeat:repeat-x;
}
#footer {
	width: 970px;
	height:90px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}
#footer p{
	font: 11px Georgia, Times New Roman, Times, serif;
	line-height:20px;
	color:#006699;
}
#footer a { color:#006699; }
#footer a:hover {color:#0099FF; }
#credits {
	width:320px;
	height:35px;
	float:right;
	position:relative;
	text-align:right;
}
table {
	font: 12px Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 16px;
	margin: 0px;
	margin-bottom:16px;
	padding: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
p {
	font: 12px Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 20px;
	margin: 0 0 18px 0;
	padding:0;
}
h2 {
	font: 16px Georgia, Times New Roman, Times, serif;
	color:#006699;
	line-height: 20px;
	margin: 0 0 18px 0;
}
em {
	color:#006699;
	font-style: normal;
	font-weight: normal;
}
strong {
	color:#006699;
	font-style:normal;
}
hr {
	border:#fffeee;
	border-top: 1px dashed #009966;
	margin:0 0 16px 0;
	padding:0;
}
form {
	margin-bottom:0px;
}
ul {
	list-style-type:disc;
	list-style-position: outside;
	margin:0 0 18px 30px;
	padding:0px;
	border:none;
}
li {
	font: 12px Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 18px;
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	border:none;
}
a {
	color:#0099cc;
	text-decoration:underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#0099FF;
}
a:active {
	text-decoration: none;
}
.textfield {
	width:130px;
	height:14px;
	font: 11px Verdana, arial, sans-serif;
	color:#666666;
	border:1px solid #666666;
	padding:2px;
}
.textarea {
	width:130px;
	font: 11px Verdana, arial, sans-serif;
	color:#666666;
	border:1px solid #666666;
}
.dropdown {
	font: 11px Verdana, arial, sans-serif;
	color:#666666;
	border:1px solid #666666;
}

.channel a { 
	font: 16px Georgia, Times New Roman, Times, serif;
	color:#006699;
}
.channel a:link { color:#006699;}

