﻿a:link {
	text-decoration: underline;
	font-weight: none;
	color: #322250;
}
a:active {
	text-decoration: none;
	font-weight: none;
	color: #322250;
}
a:visited {
	color: #593D8D;
	text-decoration: underline;
}
a:visited:hover {
	text-decoration: underline;
	color: #322250;
}
a:hover {
	text-decoration: underline;
	font-weight: none;
	color: #593D8D;
}
a.ext {
	background: url('../images/icon_newwindow.png') center right no-repeat;
	padding-right: 13px;
	margin-right: 2px;
}


body {
	margin: 0;
	padding: 0;
	background-color: #1F7892;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-image: url(../images/bg_fader.png);
	background-repeat: repeat-x;
	background-color: #221838;
}


#headerbar {
	position: absolute;
	width: 100%;
	height: 49px;
	right: 0px;
	top: 0px;
	background-image:url('../images/bg_colouredpeople.png');
	background-repeat:repeat-x;
}



#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	padding-bottom: 200px;
	}
	
	
html > body #container {
	height: auto;
}




#content {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: auto;
	background-color:white;
	top: 150px;
	padding: 10px;
}


#content #logo {
	position: absolute;
	width: 120px;
	height: 60px;
	right: 0px;
	top: -75px;
}


#content #left_bg {
	position: absolute;
	top: 25px;
	left: -100px;
	background-image: url('../images/framer_left.png');
	width: 100px;
	height: 600px;
}



.text_heading {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #523986;
	font-size: 14pt;
	font-weight: bold;
}
.text_subheading {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #523986;
	font-size: 12pt;
	font-weight: bold;
}
.text_subheading2 {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #523986;
	font-size: 10pt;
	font-weight: bold;
	line-height: 140%;
}
.text_normal {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #322250;
	font-size: 10pt;
	line-height: 140%;
}
.text_normal-lighter {
	color: #8EABB9;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 140%;
}
.text_normal-white {
	color: #FFFFFF;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 140%;
}


.text_small {
	font-family: Tahoma, Arial;
	color: #322250;
	font-size: 8pt;
	line-height: 130%;
}

.text_small-nospacing {
	font-family: Tahoma, Arial;
	color: #322250;
	font-size: 8pt;

}



.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.link {
	background-image: url(../images/icon_link.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 20px;
	margin: 0px 0;
	margin-left: 10px;
}

li.arrowl1 {
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 0px 20px;
	margin-left: 10px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 170%;

}

li.arrowl2 {
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 0px 20px;
	margin-left: 40px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 170%;

}



#content input, textarea, select {
background:#FFFFFF url(../images/bg_input.gif) repeat-x scroll 0 0;
border:1px solid #C4C4C4;
color:#1E292B;
font-family: Arial, "Times New Roman", Times, serif;
font-size: 10pt;
font-weight:normal;
margin:0 5px 0 0;
padding:3px;
}

#whatshot
{
	background-color:#DFD8ED;
	border: 1px dashed #9279C6;
	padding: 10px;
}