@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../img/body_bg.gif) repeat-x;
	margin:0;
	padding:0;
	background-color: #fff;
}
p {
	font-size: 1em;
	margin: 5px 0 10px 0;
	line-height: 1.5em;
	text-align:justify;
}
#content a, #footer a {
	text-decoration: none;
	color: #008080;
	font-size: 1em;
}
#content a:hover, #footer a:hover {
	background: #008080;
	color:#FFF;
}
a.read_more {
	float: right;
	width:auto;
}
a.read_more:hover {
	background:none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
}
h1{
	font-size: 2em;
	color: #008080;
}
h2{
	color: #FB951E;
	font-size: 1.8em;
}
h3{
	font-size: 1.6em;
	color: #008080;
}
h4{
	font-size: 1.4em;
	color: #FB951E;
}
h5{
	font-size: 1.2em;
	color: #FB951E;
}
h6{
	font-size: 1em;
	color: #FB951E;
}
.imgRight {
	float: right;
	margin: 0 0 0 15px;
}
input, select, textarea {
	border: 1px solid #008080;
	padding: 2px;
	background: #fff;
	margin: 10px 0;
}
input.button {
	background: #008080;
	color:#FFF;
}
#content ol, #content ul{
	margin: 0 0 0 50px;
	line-height: 2em;
}
table, tr, td {
	margin:0;
	padding:3px;
	}