@charset "UTF-8";
/* CSS Document */

/* ====== 612 Website Colours =======

Normal Text: 		Grey			#777777
Link Text: 			Green			#6c9848
Link Hover Text:	Maroon		#7b1401
Heading Text:		Maroon		#7b1401

===================================== */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #fffef4;
	color: #777777;
	background-image: url(images/graphic-design-pixel.jpg);
	background-repeat: repeat; 
	}

a:link {
	color: #6c9848;
	text-decoration:none;
	}

a:visited {
	color: #6c9848;
	text-decoration:none;
	}

a:hover {
	color: #7b1401;
	text-decoration:underline;
	}

a img {
	border-width:0;
	}
	
.subhead {
	text-transform: uppercase;
	color: #7b1401;
	}
	
.heading { margin-bottom: .5em; }
	
.body-text { margin-top: 1.5em; } 

.first-p { margin-top: 0; }

.form-p {
	margin-top: .5em;
	margin-bottom: 1.5em;
	}

.quote {
	margin: 0 ;
	text-align: left;
	}
	
.quote-author {
	text-align: right;
	margin: .75em 0 0 0;
	padding: 0 10px 0 0;
	color: #7b1401;
	}
	
.clearboth { clear: both; }

.contact-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0;
	color: #7b1401;
	}
	
.contact-name-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #7b1401;
	}
	
.contact-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #777777;
	}