body{
	background-repeat: repeat-y;
	background-image:url(img/back.gif)
}

.mainText {
	font-size: 0.8em;
	line-height: 1.9em;
}

.copyright {
	font-size: 0.7em;
	color: #666666;
}

.textBox {
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 15px 10px 10px 15px;
}
/*-----------------*/
#topics .topicsBox:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#topics .topicsBox{
	display: inline-block;
	min-height: 1%;
}

#topics .topicsBox
{height:1%;}

#topics .topicsBox
{display:block;}

/*-----------------*/
#topics .topicsBox{
	width: 530px;
	padding:0px;
	margin:0px;
}

#topics .topicsText{
	padding:0px;
	margin: 0px;
	float:left;
	width:330px;

}
#topics .topicsNoImage{
	padding:0px;
	margin: 0px;
	float:left;
	width:550px;

}
#topics .topicsImage{
	padding:0px;
	margin: 0px;
	float:right;
	width:200px;
	text-align: center;	
}

#topics .topicsTitle{
	font-size:1.1em;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000099;
}


h1 {
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #ffffff;
	background-color: #000099;
	font-family: "Geneva, Arial, Helvetica, sans-serif";
	font-weight: bold;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 15px;
}

h2 {
	font-size: 0.9em;
	color: #000099;
	border-width: 1px;
	border-left-width: 5px;
	border-style: solid;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-family: "Geneva, Arial, Helvetica, sans-serif";
}

h3 {
	font-size: 0.9em;
	color: #000099;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
	color: #000099;
	padding-left: 10px;
	margin: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

ul.list{
}

li.list{
	list-style:square;
}


iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

