@charset "UTF-8";
/* CSS Document */

/* RESET */
* { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: square; }
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table{ border:0 }

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	width: 980px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	margin-top: 10px;
	padding-bottom: 5px;
	clear: both;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
}
.content {
	width: 980px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.image{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	margin-top: 20px;
	padding-bottom: 5px;
	clear: both;
}
.datacontent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
}

#datacontent ul{
	list-style-type: square;
	margin-bottom: 0.8em;
}

#datacontent ul ul{
 list-style-type: disc;
}

#datacontent ul ul ul{
 list-style-type: none;
}

#datacontent ul li {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0.2em;
	color: #000000;
	list-style-type: square;
	list-style-position: inside;
}

#datacontent p {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0.8em;
	color: #000000;
}
#datacontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666;
	margin-bottom: 0.2em;
	font-weight: normal;
}
#datacontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	margin-bottom: 0.2em;
	font-weight: normal;
}
#datacontent h3 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-bottom: 0.2em;
	font-weight: bold;
}
#datacontent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
}
#datacontent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
#datacontent img {
	margin: 5px;
}
#datacontent hr {
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}

.columnfooter {
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 10px;
}

#datacontent .footer .col1 .rics {
	float:left;
	font-size: xx-small;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	line-height: normal;
}

#datacontent .footer .col1 .rics p {
	font-size: x-small;
	font-weight: normal;
	vertical-align: bottom;
}
#datacontent .footer .col1 .rics .ricstext {
	padding-top: 12px;
}

#datacontent .footer .col2 p a {
	color: #000;
}

#datacontent .footer .col2 p a:hover {
	color: #666;
}
.header p img {
	padding-bottom: 30px;
}
.header p {
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
}
#datacontent .col3 p {
	font-size: 10px;
	font-style: italic;
	color: #333;
}

#datacontent .footer .col1 .rics img {
	padding-right: 4px;	
}

a:link{
	color:#666;
	text-decoration: none;
}
a:visited{
	color:#666;
	text-decoration: none;
}
a:hover, a:active{
	color:#000;
	text-decoration: none;
}	

.col1{
	overflow: hidden;
	float: left;
	position: relative;
	/*background-color: #99ccff;*/
	width: 18%;
	padding-top: 5px;
}
.col2{
	overflow: hidden;
	float: left;
	position: relative;
	/*background-color: #99ccff;*/
	width: 50%;
	/*	margin-left: 1%;
*/	margin-right: 2%;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000;
	padding-left: 1%;
	padding-top: 5px;
}
.col3{
	overflow: hidden;
	float: right;
	position: relative;
	/*background-color: #99ccff;*/
	width: 28%;
	padding-top: 5px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	padding-bottom: 5px;
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
hr {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#datacontent .footer p {
	font-size: 14px;
}
#datacontent .footer p strong {
	font-weight: bold;
	color: #F42E12;
}
#datacontent .footer p em {
	font-style: italic;
	font-size: 12px;
}
