/* Basic Styles */
img.nospace {
	vertical-align: middle
}

.clearme img {
	height: 0;
}

/* Text Colours */
.Black {
	color: #000000;
}
.Grey {
	color: #989A9D;
}
.GreyDark {
	color: #333333;
}
.White {
	color: #FFFFFF;
}
.Green {
	color: #00B25A;
}
.Blue {
	color: #0061AA;
}
.Red {
	color: #FF0000;
}

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


H1, H2, H3, H4, H5, H6 {
	color: #333333;
}


H1 {
	font-size: 135%;
}

H2 {
	font-size: 120%;
}

H3 {
	font-size: 115%;
}

H4 {
	font-size: 100%;
}

H5 {
	font-size: 90%;
}

H6 {
	font-size: 80%;
}

/* Paragraphs & Text sizes */

.seventyPercent {
	font-size: 70%;
}
.eightyPercent {
	font-size: 80%;
}
.sixtyfivePercent {
	font-size: 65%;
}

p {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent p {
	padding-bottom: 8px;
	color: #262727;
	font-size: 80%;
	line-height: 125%;
}
#errormsg {
	font-size: 80%;
	display: block;
	clear: both;
}

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

#mainContent ul#siteMap li {
	font-size: 90%;
}

 #mainContent ol {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: decimal;
	margin-right: 0px;
	margin-left: 30px;
} 

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

#mainContent ul li, #errormsg ul li {
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 1.5em;
	padding-left: 15px;
	color: #333333;
	background-image: url(../images/BlackBullet2.png);
	font-size: 80%;
	}
	
#mainNav #errormsg ul li {
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 1.5em;
	padding-left: 15px;
	color: #333333;
	background-image: url(../images/BlackBullet2.png);
	font-size: 100%;
	clear: both;
	display: block;
}

#mainContent ol li {
	line-height: 1.5em; 
	padding-left: 1%;
	color: #333333;
	font-size: 80%;
}

form {
	margin:  0px;
	padding: 0px;
}
.space {
	display: block;
	height: 10px;
	width: 5px;
}
.space img {
	height: 10px;
	width: 5px;
}
.padmetop {
	padding-top: 10px;
}
.padmebottom {
	padding-bottom: 10px;
}
.padmebottomSm {
	padding-bottom: 5px;
}
.padmeright {
	padding-right: 10px;
}
.padmeleft {
	padding-left: 10px;
}
.marginright {
	margin-right: 10px;
}
.marginleft {
	margin-left: 10px;
}
.margintop {
	margin-top: 10px;
}
.marginbottom {
	margin-bottom: 10px;
}
.padmetopSm {
	padding-top: 3px;
}
.padmebottomSm {
	padding-bottom: 3px;
}
.padmerightSm {
	padding-right: 3px;
}
.padmeleftSm {
	padding-left: 3px;
}

/* Alignment */
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.abMiddle {
	vertical-align: middle;
}
.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;
}

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

.half {
	width: 48%;
	margin-right: 0;
}
.halfNoMargin {
	width: 48%;
}

.third {
	width: 30%;
	margin-right: 1%;
}
.twothirds {
	width: 60%;
	margin-right: 1%;
}

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

/* Height */
.heightSmall {
	height: 7em;
	overflow: hidden;
}

.heightSmallMed {
	height: 9.4em;
	overflow: hidden;
}

.heightMedium {
	height: 10em;
	overflow: hidden;
}

.heightLarge {
	height: 13.5em;
	overflow: hidden;
}

/* 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;
	border-bottom-color: #666666;
}
.nounderline {
	text-decoration: none;
}
.italicMe {
	font-style: italic;
}
.emboldenMe {
	font-weight: bold;
}