/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	color: #92979a;
	background: url(/templates/images/body.jpg) center top no-repeat #f3f3f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	}
img{
	border: none;
	margin: 0;
	padding: 0;
	}
a{
	color: #b8a521;
	text-decoration: none;
	}
p{
	padding: 0 0 8px 0;
	color: #92979a;
	display: block;
	}
strong{
	color: #6c7478;
	}
	
a:hover, a:focus{
	text-decoration: underline;
	}
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}
.small{
	font-size: 10px;
	}

.alert{
	color: #b8a521;
	}
	
h1{
	color: #b8a521;
	font-size: 12px;
	background: transparent;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	}
h2{
	color: #6c7478;
	font-size: 12px;
	/*font-weight: lighter;*/
	background: transparent;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	}

