.borderleft {
	background-image: url(../assets/border-left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.borderright {
	background-image: url(../assets/border-right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.introtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 20px;
	color: #000000;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
	font-style: italic;
	font-weight: bold;
}
.popuphead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 20px;
	color: #000000;
	padding-top: 0px;
	font-style: italic;
	font-weight: bold;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-left: 35px;
	font-weight: normal;
	padding-right: 35px;
	list-style-position: inside;
	list-style-type: disc;
}
.tracklink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 0px;
	margin-left: 5px;
}
.bodytxtbd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	padding-left: 35px;
	font-weight: bold;
	padding-right: 35px;
}
.pullout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #0C0040;
	padding-top: 10px;
	font-style: italic;
}
.hometitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	padding-left: 35px;
	font-weight: bold;
	padding-right: 35px;
	padding-top: 25px;
}
.homeintrotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-left: 0px;
	font-weight: normal;
	padding-right: 35px;
}
.borderhomebase {
	background-image: url(../assets/border-homebase.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.colourbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #0C023E;
	font-weight: bold;
}
.introtxtSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
	font-style: italic;
	font-weight: bold;
}
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #91BED7;
}
.oddRow {
	background:#E8EFF7;
	background-color: #D6E6E9;
}

a:link {
	color: #0C0140;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FE0905;
}
a:active {
	text-decoration: underline;
}


.intro_text a {
	color: #91BFD7;
	text-decoration: none;
}
.intro_text a:hover {
	color: #FFF;
}




body {
	background-color:#EFEDEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

h1 {
	text-align:right;
	font-size:22pt;
	color:#FFF;
	margin:30px 25px 0 0;
	text-transform:uppercase;
	font-style:italic;
	letter-spacing:-0.5px;
}

.content {
	vertical-align:top;
}

.content h2 {
	
	font-size: 19px;
	line-height: 20px;
	color: #000;
	margin:0 35px;
	font-style: italic;
	font-weight: bold;
}
.content h3 {
	margin-left:35px;
}

.community h3{
	margin-bottom:-15px;
}

.content p {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	padding: 0 35px;
	margin: 15px 0;
}

.content hr {
	width:513px;
	color:#000;
	background:#000;
	height:1px;
	line-height: 1px;
	font-size: 1px;	
	margin:10px auto 15px;
}

.content ul li {
	margin: 0 35px 10px 35px;
}

.content ul li ul {
	padding:15px 0 0 0;
}

.content ul.list {
	margin:0;
	padding:0;
	list-style:none;
}

#index td {
	vertical-align:top;
	background-color: #e0edf4;
	   }
#index h2{
	margin:0;
	padding: 10px 40px;
	text-align:left;
	font-size:14pt;
}
#index p{
	margin:0;
	padding:0 40px;
	text-align:left;
}

td.intro_text {background:#0C0140; margin-bottom:15px;}
td.intro_text p {font-family:Arial, Helvetica, sans-serif; margin:20px 40px; font-size:10pt; text-align:justify; color:#FFF;}


#footer {
		padding:5px 0px;
		margin:15px auto ;
		width:750px;
		text-align:center;
}
#footer p {
	display:inline;
	padding-right:15px;
	font-size:9pt;
	margin: 0px;
}
#contact {
	float:right;
	width:225px;
	margin:0 35px 0 0;
	padding:0 15px;
	border:1px solid;
}

#contact label {
	clear:both;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	font-size:8pt;
	background:#91bed7;
	padding:2px;
	margin:0px 0px 4px 0px;
	width:auto;
}
#contact label.lbl_ext {
	float:left;
	width:100%;
}
#contact ul {
	list-style:none;
	clear:both;
	display:block;
	margin:0;
	padding:0;
	}
#contact ul li {
	font-size:9pt;
	margin:0;
	padding:3px 0;
}

#contact p {
	margin: 0 0 10px 0;
	padding:0;
}
#contact h3 {
	margin:0 0 15px 0;
}
#contact textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:100%;
}

