body {
	background-color: #DCDCDC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
  cursor: pointer!important;
}

/**********************
HIDDEN PAGE ELEMENTS
***********************/

.hide {
	display: none;
}
.print {
	display: none;
}

/**********************
CENTRE PAGE IN WINDOW
***********************/

#centre {
	width: 100%;
	text-align: center;
}

#container {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/**********************
TOP BAR AND NAVIGATION
***********************/

#topbar {
}
#logo {
}
#textresize {
}
#flash {
}
#navigation {
}
#navbar {
}


/**********************
LOGIN
***********************/

#login {
}


/**********************
BREADCRUMBS
***********************/

#breadcrumbs {
	padding: 13px 0px 0px 0px;
	font-size: 9px;
	color: #FFFFFF;
	width: 500px;
}
#breadcrumbs a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #EE3D97;
	text-decoration: underline;
}
#breadcrumbs strong {
	color: #EE3D97;
	font-weight: bold;
}


/**********************
MAIN
***********************/

#main {
}

/**********************
HOMEPAGE ELEMENTS
***********************/

#intro {
}
#news {
}

/**********************
TEASERS
***********************/

#teasers {
}
#teaser1 {
}
#teaser2 {
}
#teaser3 {
}

/**********************
CONTENT
***********************/

#content {
}
#content h1 {
}
#content h2 {
}
#content h3 {
}
#content h4 {
}
#content h5 {
}
#content h6 {
}
#content p {
}
#content a:link {
}
#content a:visited {
}
#content a:hover {
}
#content ul {
}
#content ol {
}
#content ul li {
}
#content ol li {
}
#content strong {
}
#content em {
}
#content blockquote {
}
#content blockquote p {
}
#content form {
	padding: 15px;
	margin: 30px 0px 0px;
	border: 1px solid #EC3D96;
	width: 400px;
	background-color: #431B6A;
}
#content form em {
	font-style: normal;
	color: #EE3D97;
}
#content table {
}
#content th {
}
#content tr {
}
#content td {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 1px;
}
.formField {
	font-size: 11px;
	line-height: 16px;
	color: #431B6A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	border-left: 3px solid #EC3D96;
	width: 240px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.formDropDown {
	font-size: 11px;
	line-height: 16px;
	color: #431B6A;
	border: 1px solid #431B6A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px;
}
.submitButton {
}
.resetButton {
}
.leftAlign {
	float: left;
	margin-right: 15px;
}
.rightAlign {
	float: right;
	margin-left: 15px;
}


/**********************
FUNCTIONALITY
***********************/

#functionality {
	margin-top: 35px;
}
#functionality a:link {
	color: #4F207D;
	text-decoration: none;
}
#functionality a:visited {
	color: #4F207D;
	text-decoration: none;
}
#functionality a:hover {
	color: #4F207D;
	text-decoration: underline;
}
#functionality p {
}


/**********************
LEFTBAR
***********************/

#leftbar {
}

/**********************
SUBNAV
***********************/

#subnav {
	width: 172px;
	margin-bottom: 0px;
}
#subnavHeader {
	background-image: url(../images/subnav/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 49px;
	width: 172px;
}
#subnavFooter {
	background-image: url(../images/subnav/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
}
#subnavMenu {
	font-size: 10px;
	background-image: url(../images/subnav/bg.gif);
	background-repeat: repeat-y;
}
#subnavMenu ul {
	color: #666666;
	margin: 0px 0px 0px 9px;
	padding: 0px;
	width: 152px;
}
#subnavMenu li {
	color: #666666;
	list-style-type: none;
	line-height: 16px;
	width: 147px;
}
#subnavMenu a:link {
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: url(../images/subnav/bg-off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 147px;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#subnavMenu a:visited {
	color: #666666;
	display: block;
	text-decoration: none;
	background-image: url(../images/subnav/bg-off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 147px;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#subnavMenu a:hover {
	color: #009DC7;
	display: block;
	text-decoration: none;
	background-image: url(../images/subnav/bg-on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 147px;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#subnavMenu strong {
	color: #B5378C;
	text-decoration: none;
	display: block;
	background-image: url(../images/subnav/bg-selected.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 158px;
	font-weight: bold;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/**********************
RIGHTBAR
***********************/

#rightbar {
}
.rightbarElement {
}


/**********************
FOOTER
***********************/

#footer {
}
#footerbase {
}

/**********************
COPYRIGHT
***********************/

#copyright {
	font-size: 9px;
	line-height: 13px;
	color: #4F207D;
	float: right;
	text-align: right;
	margin-right: 25px;
}
#copyright ul {
	margin: 5px 0px;
	list-style-type: none;
}
#copyright li {
	display: inline;
}
#copyright a:link {
	color: #4F207D;
	text-decoration: none;
}
#copyright a:visited {
	color: #4F207D;
	text-decoration: none;
}
#copyright a:hover {
	color: #EE3D97;
	text-decoration: underline;
}
#copyright p {
	padding: 0px;
	margin: 5px 0px 15px;
}

/**********************
TERMS
***********************/

#terms {
	font-size: 9px;
	line-height: 13px;
	color: #4F207D;
	float: left;
	width: 300px;
	margin-left: 25px;
}
#terms ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#terms li {
	display: inline;
}
#terms a:link {
	color: #4F207D;
	text-decoration: none;
}
#terms a:visited {
	color: #4F207D;
	text-decoration: none;
}
#terms a:hover {
	color: #EE3D97;
	text-decoration: underline;
}
#terms p {
	padding: 0px;
	margin: 5px 0px 15px;
}