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

img{
	border: none;
	}

a{
	color: #0073aa;
	text-decoration: underline;
	}

a:hover, a:focus{
	color: #11445d;
	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{
	width: 480px;
	color: #326685;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 2px 0;
	clear: both;
	border-bottom: 1px solid #326685;
	}

h2{
	width: 480px;
	color: #326685;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 2px 0;
	float: left;
	border-bottom: 1px solid #326685;
	margin: 10px 0 0 0;
	}


.forgotten-password{
	font-style: italic;
	}

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

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

#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;
	}

