@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContainer {
	position:absolute;
	width:990px;
	height:562px;
	z-index:1;
	margin-top: 0px;
	margin-left: -495px;
	left: 50%;
	top: 160px;
}
#contentPane {
	z-index:2;
	color: #FFFFFF;
	height: 478px;
	width: 737px;
	position: absolute;
	left: 205px;
	top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.mediumText {
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #69BEE2;
	font-family: AggieURWTNor;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}
#contentPane li {
	list-style-type: disc;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #67CCF8;
	margin-top: 0px;
	margin-bottom: 4px;
}


#leftMenu {
	position:absolute;
	width:167px;
	height:256px;
	z-index:3;
	top: 10px;
	left: 1px;
}
#leftMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	height: 67px;
	width: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
}
#leftMenu a:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}
#leftMenu li {
	list-style-type: none;
	padding-bottom: 10px;
	background-image: url(../images/anchor-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 27px;
	padding-left: 30px;
	line-height: 36px;
}
#leftMenu ul {
	margin: 0px;
	padding: 0px;
}
#leftMenu li:hover {
	background-image: url(../images/anchor-hover-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#contactDetails {
	position:absolute;
	width:143px;
	height:68px;
	z-index:4;
	left: 16px;
	top: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#contactDetails a {
	color: #FFFFFF;
	text-decoration: none;
}
#contactDetails a:hover {
	color: #76C7F6;
}
.smallText {
	font-size: 10px;
	line-height: 14px;
}
.mediumSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
}

.vsmallText {
	font-size: 9px;
}
.blueColour {
	color: #6DCCFA;
}
#contentPane ul {
	margin-top: 0px;
	padding-top: 0px;
	color: #6DCDF5;
	padding-left: 15px;
}.standardText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.rightImage {
	padding-left: 8px;
	padding-bottom: 4px;
}
.imgBorder {
	border: 1px solid #FFFFFF;
	margin-top: 16px;
}

