/* Global Defaults */
body {														/* Body */
background-color: #333333;
background: /*url(../images/bg.jpg) top repeat-x;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#3f3d3d;
}

a {															/* All Anchors */
	font-weight: bold;
	text-decoration: none;
	color:#3f3d3d;
}

a:hover {													/* All Anchor:Hover */
	text-decoration: none;
	color:#FF6600;
}

div.overall{
	width: 760px;
	margin: 0 auto;
	padding: 0px;
}

div.header3 {												
	background-color: inherit;
	color: inherit;
	background-image: url(../images/header3.jpg);
	height: 122px;
	background-repeat: no-repeat;
	background-position: top left;
	position:relative;
	text-align: left;
}

div.navcontainer{
	position:relative;
	background-color: #ffffff;
	color: #FFFFFF;
	width: 755px;
	height: 23px;
	padding-left: 5px;

}

div.title {
	border-top: 1px solid #3f3d3d;
	border-bottom: 1px solid #3f3d3d;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	position:relative;
}

div.title#style{
	background-color: #0099CC;
	color: #FFFFFF;
}

div.container {
background-color:#FFB700;
position:relative;
height:100%;
padding:0px;
}

/******** Footer ********/		

div.footer3 {
	width: 750px;
	height: 50px;
	background: url(../images/footer3.jpg) top no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

div.footer3 a {
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: 100;
		text-decoration: none;
		border-bottom: 1px dotted #ffffff;
		}
		
div.footer3 a:visited {
		color: #ffffff;
		font-weight: 100;
		text-decoration: none;
		border-bottom: 1px dotted #ffffff;
		}
			
div.footer3 a:hover {
		color:#FF9900;
		text-decoration: none;
		border-bottom: 1px dotted #FF3300;
		}
		
div.footer3 p {
text-align: center;
font-size: 10px;
font: Arial, Helvetica, sans-serif;
color: #ffffff;

}
	
.ftrtxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #D2C6CF;
	font-weight: normal;
}

.ftrtxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal;
}	
		
.ftrleft{
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 15px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
}

.ftrmid{
	float: right;
	width: 400px;
	text-align: right;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
}

.ftrright{
	float: right;
	margin-right: 10px;
	width: 200px;
	text-align: right;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
}

#content {
	width: 750px;
	background: #FFFFFF;
	padding: 5px;
	margin:5px;
	height:inherit;
	}
	
#posts2 {
	width: 736px;
	background: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 6px;
	padding: 6px;
	}
	
#posts2 h2 {
	text-align: justify;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #666666;
	}
	
#posts2 h3 {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #666666;
	}

