/* Basic Styles */


/* Text Colours */
.Black {
	color: #000000;
}
.Grey {
	color: #666666;
}
.White {
	color: #FFFFFF;
}
.GreyDark {
	color: #333333;
}

.Mauve {
	color: #DBDAE2;
}

.Red {
	color: #CB141F;
	}

/* Headings */
H1, H2, H3, H4, H5, H6, H7 {
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

/* Paragraphs & Text sizes */
p {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#mainContent p, #secondaryContent p {
	padding-bottom: 10px;
	color: #333333;
}
.ninetyPercent {
	font-size: 90%;
}
.eightyPercent {
	font-size: 80%;
}
.seventyPercent {
	font-size: 70%;
}
.sixtyfivePercent {
	font-size: 65%;
}

/* Spacing */
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

#mainContent ul, #secondaryContent ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContent ul li {
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.5em;
	padding-left: 3%;
}

#secondaryContent ul li {
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.2em;
	padding-left: 10px;
	padding-bottom: 10px;
}

form {
	margin:  0px;
	padding: 0px;
}
.space {
	display: block;
	height: 10px;
	width: 5px;
}
.space img {
	height: 10px;
	width: 5px;
}
.padAll {
	padding: 10px;
}

.padmetop {
	padding-top: 10px;
}
.padmebottom {
	padding-bottom: 10px;
}
.padmeright {
	padding-right: 10px;
}
.padmeleft {
	padding-left: 10px;
}
.margintop {
	margin-top: 10px;
}
.marginbottom {
	margin-bottom: 10px;
}
.marginright {
	margin-right: 10px;
}
.marginleft {
	margin-left: 10px;
}

/* Alignment */
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.centreme {
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearme {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 0;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

.noOverflow {
	overflow: hidden;
}

/* Widths */
.full {
	width: 100%;
}

.half {
	width: 48%;
}
.threefifths {
	width: 38%;
}

.threequarters {
	width: 75%;
}

.third {
	width: 28%;
}

.quarter {
	width: 22%;
	margin-right: 1%;
}

/* Height */
.heightSmall {
	height: 80px;
}

.heightMedium {
	height: 120px;
}

.heightLarge {
	height: 190px;
}

/* Other */
.hideme {
	display: none;
}

* {
  margin: 0;
  padding: 0;
}

hr {
	height: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.nounderline {
	text-decoration: none;
}
.italicMe {
	font-style: italic;
}
.emboldenMe {
	font-weight: bold;
}

.indentMe {
	display: block;
	width: 80px;
	float: left;
}
.indentMe2 {
	display: block;
	width: 140px;
	float: left;
}