/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
	color:#747474;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	}	

img{
	border: none;
	}

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

a:hover, a:focus{
	color:#666666;
	text-decoration: underline;
	}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}

h1{
	width: 420px;
	font-size: 150%;
	font-weight: normal;
	padding: 0 0 2px 0;
	clear: both;
	background: url(../images/h1-underline.gif) left bottom no-repeat;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	}

h2{
	float: left;
	width: 420px;
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 2px 0;
	clear: both;
	background: url(../images/h1-underline.gif) left bottom no-repeat;
	margin: 20px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	}



.small{
	font-size: 90%;
	}
.smaller{
	font-size: 80%;
	}

.alert{
	color: #ff007f;
	}
.grey{
	color: #cacaca;
	}
.light-grey{
	color: #a6a6a6;
	}

	

#cms-pages p{
	padding: 0 0 25px 0;
	}

#cms-pages ul{
	padding: 0 0 25px 50px;
	}
#cms-pages ul li{
	padding: 0 0 0 0;
	list-style: circle;
	}

.form_warnings{
	float: left;
	clear: both;
	font-size: 85%;
	color: #FF3300;
	background: #fff;
	padding: 2px;
	margin: 0 0 1px 0;
	}

