body {
	background: #337FC6 url("../images/img/squares.jpg") top center repeat-x;
	font: normal 9pt verdana, arial,sans-serif;
	line-height: 140%;
	color: #333333;
}

a, a:visited {
	text-decoration: underline;
	color: #0970B8;
}

a:hover {
	color: #808080;
}

#container {
	width: 800px;
	background: #fff;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 782px;
	height: 64px;
//	background: #FFFFFF url("../images/img/header.gif") no-repeat;
	background: #FFFFFF url("../images/img/header2.jpg") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
}

#header h1{
	padding-top: 0px;
	font-size: 12pt;
	color: #0970B8;	
}

#header h2{
	padding-top: 0px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#horizontal {
	width: 782px;
	height: 30px;
//	background: url("../images/img/horizontal.gif") no-repeat;
	background: url("../images/img/horizontal2.jpg") no-repeat;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 0px;	
}

#horizontal a, #horizontal a:visited {
	color: #C2D9EF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#left-column {
	color: #333333;
	width: 154px;
	float: left;
	padding: 0px;
	border-right: 4px solid #FFF;
}

#left-column hr {
	width: 98%;
	color: #000;
	height: 1px;
	size: 1px;
	border:none;
}

#left-column h2 {
	font-size: 9pt;
	font-weight: bold;
	// color: #76A7DC;
	color: #076799;
	margin-top: 8px;
	margin-bottom: 5px;
	padding-left: 4px;
}

#left-column p {
	font-size: 8pt;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 4px;
}

#left-column a, #left-column a:visited {
	color: #0970B8;
	text-decoration: none;
}

#left-column a:hover {
	color: #000000;
	text-decoration: underline;
}

#content {
	float: left;
	width: 626px;
	padding: 10px 0px 0px 4px;
}

#content h2,h3,h4{
	font-weight: bold;
	padding-left: 16px;
	background: url("../images/img/h2bg.gif") top left repeat-y;
}

#content h2{
	font-size: 12pt;
	//color: #76A7DC;
	color: #0970B8;
	margin-bottom: 5px;
	margin-top: 10px;
}

#content h3{
	font-size: 11pt;
	color: #668EBF;
	margin-bottom: 3px;
}

#content h4{
	font-size: 9pt;
	color: #668EBF;
	margin-bottom: -12px;
}

.black {
	color: #000;
}

#content p {
margin-bottom: 20px;
padding-left: 16px;
background: url("../images/img/articlebg.gif") top left repeat-y;
}

#content ul, ol {
margin-bottom: 0px;
margin-left: 0px;
padding-left: 0px;
}

#content li {
margin-bottom: 0px;
margin-left: 0px;
padding-left: 20px;
list-style-position: inside;
background: url("../images/img/articlebg.gif") top left repeat-y;
}

#content table {
margin-bottom: 0px;
padding-left: 16px;
background: url("../images/img/articlebg.gif") top left repeat-y;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#footer {
	color: #000000;
	background: #FFFFFF;
	clear: both;
	width: 790px;
	height: 118px;
	margin-left: 0px;
	padding: 0px;
	border: 0px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #000000;
}

#footer a:hover {
	color: #808080;
}