/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/bg-repeat.jpg) left top repeat-x #f1f1f1;
	color: #6d6d6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	}
	
img{
	border: none;
	}
	
a[href$='.wma'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url("/templates/images/icons/pdf.gif") center left no-repeat;
	}
a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url("/templates/images/icons/pdf.gif") center left no-repeat;
	}


p{
	padding: 0 0 15px 0;
	margin: 0;
	}
	
.ucfirst {
	text-transform:capitalize;
}
	
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;
		}

h1{
	color: #6D6D6D;
	font-size: 160%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 16px 0;
	clear: both;
	}

h2{
	color: #6D6D6D;
	font-size: 160%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 16px 0;
	clear: both;
	}

.small{
	font-size: 80%;
	}

.alert{
	color: #cc0000;
	}
	
a#edit_page {
	height:44px;
	border-bottom:thin solid #DF6900;
	background: #FF912F url(../images/icons/spanner.png) 12px 6px no-repeat;
	color: #BF0000;
	font-size: 160%;
	padding: 12px 60px 0 0;
	text-align:right;
	wdith:100%;
	display:block;
	text-decoration:none;
}

a#edit_page:hover {
	color: #FF912F;
	border-bottom:thin solid #FF912F;
	background: #000000 url(../images/icons/spanner.png) 12px 6px no-repeat;
}
	