﻿* {
	font-family: Georgia;
}

body {
	padding: 0;
	background: #EFEFEF;
	font-size: small;
	color: #000000;
}

h2 {
	color: #5200A4;
	font-size: large;
}

h3 {
	color: #1B7CE9;
	font-size: medium;
}

h4 {
	color: #525656;
	font-weight: bold;
	height:6px;
	font-size: small;
}

a {
	color: #0000FF;
	text-decoration:none;
}

a:hover 
{
	color:#0000CC;
	text-decoration: underline;
}

.main
{
	width: 780px;
	position:absolute;
	left:50%;
	margin-left:-390px;

}
.header {
	margin:0;
	width:780px;
}

.articles{
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}

.links {
	position:absolute;
	left:0;
	width:200px;
   	line-height: 180%;
}

.content 
{
	top: 0;
	margin-left:210px;
	width: 570px;
	line-height: 180%;
	color: #525656;
	
}

.disclaimer 
{
	font-size: x-small;
}

.center 
{
text-align: center
}

ul.type1
{
	list-style-position:inside
} 

ul.type2
{
	list-style-position:outside;
	line-height:22px;
	margin-left:8px;
	margin-top:4px;
	padding-left:8px;
	padding-top:4px;	
}
ol.type1
{
	list-style-position:inside
} 

table.center {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-collapse: collapse;
	background-color: white;
	border-bottom-color:gray;
	border-top-color:gray;
	width:100%;
}
