body{
	background-color: #A8B6C4;
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 90px 0px 0px 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 90%;
	text-align: center;
}

img{
	border: none;
}

#layout{
	margin: auto;
	text-align: left;
	width: 1000px;
	background-color: #FFF;
	background-image: url(../images/bg-content-repeat.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFF;
	padding: 150px 0px 0px 0px;
	min-height:2500px;
	height:auto !important;
	height:2500px;
}

#logo{
	position: absolute;
	margin: -211px 0px 0px 125px;
	cursor: pointer;
}

#content,#article{
	width: 670px;
	margin: 0px 0px 50px 30px;
	text-align: justify;
}

.image{
	width: 670px;
	text-align: center;
}

#footer{
	margin: auto;
	text-align: left;
	width: 900px;
	color: #FFF;
	padding: 20px 0px 20px 0px;
	clear: both;
	font-size: 0.9em;
}

#footer a{
	color: #FFF;
}

#menu{
	float: right;
	width: 240px;
	background-color: #CCE594;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 5px 5px;
}

#menu a{
	background-color: #E6F3CA;
	background-image: url(../images/bg-menuItem.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 238px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #FFF;
	text-align: left;
}

#menu a span{
	margin: 10px;
	display: block;
}

#menu a:hover{
	text-decoration: none;
	background-color: #F5FAE8;
	border: 1px solid #FFF;
	background-image: none;
	margin: 5px 0px 0px 0px;
}

#menu img{
	margin: -5px -5px 0px -5px;
}

/* -------------------------------------------- */

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.red{
	color: #E11921;
}

.green{
	color: #FF8C00;
}

.blue{
	color: #0072BC;
}

.deception{
	background-image: url(../images/deception.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:60px;
	height:auto !important;
	height:60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 100px 0px 0px;
}

.unfounded{
	background-image: url(../images/unfounded.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:60px;
	height:auto !important;
	height:60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 100px 0px 0px;
}

.defamatory{
	background-image: url(../images/defamatory.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:60px;
	height:auto !important;
	height:60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 100px 0px 0px;
}

h2{
	background-color: #E11921;
	padding: 15px;
	color: #FFF;
	font-size: 140%;
	text-align: center;
}

h3{
	padding: 0px;
	margin: 10px 0px 5px 0px;
	color: #000;
	font-size: 110%;
}

h3 a{
	text-decoration: underline;
}

h3 a:hover{
	text-decoration: none;
}

.marginTop{
	margin: 30px 0px 0px 0px;
}

.article{
	margin: 50px 0px 0px 0px;
	color: #0072BC;
}

/* -------------------------------------------- */
/* -------------------ARTICLE------------------ */
/* -------------------------------------------- */

table{
	width: 100%;
	background-color: #FFF;
}

table td{
	background-color: #F0F8FF;
	padding: 5px;
}

#article h1{
	color: #0072BC;
	font-size: 250%;
	font-weight: normal;
	text-align: left;
}

#article h2{
	font-size: 150%;
	font-weight: 900;
	text-align: left;
	background-color: transparent;
	color: #0554A6;
	padding: 0px;
}

#article h3{
	padding: 0px;
	margin: 10px 0px 5px 0px;
	color: #000;
	font-size: 110%;
}

.block{
	padding: 15px;
	text-align: center;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}

.pink{
	background-color: #C8CEE7;
}
.orange {
	background-color:#FF9933; 
	color:#FFFFFF; 
	font-size:110%; 
	padding: 5px;
	}
.cap:first-letter {
	color:#FF9933;
  	font-size: 28px;
  	float: left;
	padding-right: 3px;
	padding-top: 0px;
	}

	
ul li{
	list-style-type: disc;
	padding: 10px 0px 10px 0px;
}

#article img{
	margin: 0px 0px 15px 0px;
}

.textLeft{
	text-align: left;
}

.floatLeft
{
	float: left;
	padding: 0px 15px 15px 0px;
}

.floatRight
{
	float: right;
	padding: 0px 0px 15px 15px;
}