﻿* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	color: #313131;
	font-size: 12px;
}

img {
    border:0;
}
a {
	color: #1b5790;
	text-decoration: underline;
}
a:hover {
	color: #e85d64;
}
a:focus {
    outline: 0;
}

#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: left;
	width: 588px;
}
#header {
	text-align: left;
	height: 92px;
}
#header a
{
    color: #ff1111;
    text-decoration: none;
}
#header a:hover
{
    text-decoration: none;
    color: #ff1111;
}
h1 {
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
	color: #1b5790;
	letter-spacing: -1px;
	padding-top: 30px;
}
.desc {
	font-weight: bold;
	margin-top: 4px;
}
#maincontent {
	background-color: #FFFFFF;
	background-image: url(images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height: 400px;
}
#maincontent h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #CE001C;
	letter-spacing: -1px;
	padding-top: 44px;
}
#maincontent h2 {
	font-size: 24px;
	line-height: 24px;
	color: #e85d64;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px ;
}
#maincontent h3 {
	font-size: 16px;
	line-height: 16px;
	color: #1b5790;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: -1px ;
}

#maincontent p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
#maincontent ul li {
	line-height: 1.4em;
	font-weight: bold;
	display: block;
}
#maincontent a {
	text-decoration: none;
	line-height: 1.4em;
	font-weight: bold;
	display: block;

}
#side {
	background-image: url(images/bonsai.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 250px;
	padding-top: 173px;
	cursor:pointer;	
}
#sidecontent {
	background-color: #FFFFFF;
	background-image: url(images/sidebg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: left;
}
#sidecontent h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #313131;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidecontent ul {
	margin-left: 20px;
}
#sidecontent ul li {
	line-height: 1.4em;
	font-weight: bold;
	display: block;
}
#sidecontent ul li a {
	text-decoration: none;
}
#footer {
	clear: both;
	margin-top: 20px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}
#articleFooter ul li {
	background-image: url(images/0132_indexlist.png);
	background-repeat:no-repeat;
	padding-left: 15px;
	font-size: 11px;
	font-weight:normal;
	list-style:circle;
}
.articleItem
{
	border: 1px solid #1b5790;
	background-color:#efefef;
	line-height: 18px;
	border-collapse:collapse;
	padding: 3px;
}
.articleItem:hover
{
	background-color: #dfdfdf;
}
.articles
{
	border-collapse: collapse;
	padding: 0px;
}
.linkItem
{
	border: 1px solid #1b5790;
	background-color:#efefef;
	border-collapse:collapse;
	padding: 5px 3px 3px 3px;
}
.linkItem:hover
{
	background-color: #dfdfdf;
}

.linkDesc
{
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
}
#question {
	background-color: #dfdfdf;
	font-size:small;
	font-family:Verdana;
	line-height: 15px;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
