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


body {
	background-color: #27252a;
	background-image:url(../images/background-top.jpg);
	background-repeat:repeat-x;
	background-position: 0px 1px;
}


img {
border: none;
}

a:link {
color:#000000;
text-decoration: none;
border:none;
outline: none;
}

a:visited {
color:#000000;
text-decoration: none;
border:none;
outline: none
}

a:Hover {
text-decoration: underline;
background-position: 0px -30px;
border:none;
outline: none
}

.menu a:link {
color:#000000;
text-decoration: none;
border:none;
outline: none
}

.menu a:visited {
color:#000000;
text-decoration: none;
border:none;
outline: none
}

.menu a:hover {
color:#FFFFFF;
text-decoration: underline;
background-position: 0px -30px;
border:none;
outline: none
}



div#content {
	font-family:Verdana;
	font-size:10px;

}

div#left {
	float:left;
	position:relative;

}
div#right {
	float:right;
	position:relative;
}


div#loginarea {

}

div#scrimarea {
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

.eventindent {
padding-left: 30pt;

}

.strong{
font-weight: bold;
}


div#menu {
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
}

div#pagecopyright {
	font-family:Verdana;
	font-size:8px;
}


/* News Division START */
.hedding {
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}

.subhedding {
	font-family: Verdana;
	font-size: 13px;

}

.subbold {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

.text {
	font-family: Verdana;
	font-size: 11px;
/* News Division END */
}


/* Event hedding colours */
.green {
	color: #63B915
}

.red {
	color:#F00
}

.yellow {
	color:#F90
}

.orange {
	color:#F2460D
}

.orange {
	color:#F2460D
}

/* Tables */
table.contacts
{
width:145px;
border-collapse: collapse;
border-spacing: 2px; }


td.contactDept
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }


td.contact
{
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

td.downloadpage
{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: bold;
}
/* Alerts and buttons*/

.joindivisions {
	/* background:#db2e2e; */
	background: #FFF;
	border:2px solid #333;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:5px;
	width: 100px;
	background-image:url(../images/add.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	text-indent: 6px;
	z-index: 4px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	display: block;
}

input.btn 
{
	border:2px solid #333;
	color: #000;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	width: 150px;
	
}

input.btnhov {
border:2px solid #333;
	color: #000;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	width: 150px;
	text-decoration: underline;
	i

}