body {
	margin: 0px;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
}
.greytext {
	color: #666666;
}
.shadowleft {
	background: url(/images/homeV1_01.jpg) repeat-y left;
	width: 14px;
}
.shadowright {
	background: url(/images/homeV1_04.jpg) repeat-y;
	width: 14px;
}
.headerphone {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	border-bottom: 2px solid #FFFFFF;
}
.headerlogo {
	padding-left: 20px;
	height: 83px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav {
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background: #0084A9;
	width: 181px;
}
.bigpic {
	width: 566px;
}
.sidebar {
	width: 158px;
	background: url(/images/homeV1_36.jpg) no-repeat right bottom;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	border-bottom: 5px solid #FFFFFF;
	height: 150px;
}
.sidebar_top {
	width: 158px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
.buttonspace {
	margin-top: 6px;
	margin-bottom: 6px;
}
.maintext ul {
	margin-top: 0px;
}
h1 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 6px;
}
.subheading {
	font-size: 12px;
	color: #666666;
}
.maintext {
	padding: 15px 15px 5px;
}
.footerleft {
	width: 166px;
	border-top: 3px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	background: #93117E;
	border-right: 3px solid #FFFFFF;
	padding: 5px 5px 5px 10px;
	font-size: 11px;
}
.footerright {
	width: 552px;
	border-top: 3px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	background: #4B9322;
	padding: 5px 5px 5px 10px;
	font-size: 11px;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
}
.footerblueline {
	border-top: 5px solid #0084A9;
}
.resourcebox {
	font-weight: bold;
	background: #4B9322;
	border-top: 5px solid #FFFFFF;
	line-height: 28px;
	border-bottom: 5px solid #0084A9;
}
.resourcelist {
	background: #e8e8e8;
	border-bottom: 5px solid #FFFFFF;
}
.resourcelist_middle {
	background: #e8e8e8;
	border-bottom: 5px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}
.imagefloatleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.headercell_purple {
	font-weight: bold;
	color: #FFFFFF;
	background: #93117E;
	border-bottom: 2px solid #FFFFFF;
	width: 175px;
	padding: 4px 4px 4px 8px;
}
.headercell_blue {
	font-weight: bold;
	color: #FFFFFF;
	background: #0084A9;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	width: 176px;
	padding: 4px 4px 4px 8px;
}
.headercell_green {
	font-weight: bold;
	color: #FFFFFF;
	background: #4B9322;
	border-bottom: 2px solid #FFFFFF;
	width: 175px;
	padding: 4px 4px 4px 8px;
}
h3 {
	font-size: 14px;
}
a:link {
	font-weight: bold;
	color: #93117E;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0084AA;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #0084AA;
	text-decoration: none;
}
.footerleft a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footerleft a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.footerleft a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.red {
	color: #FF0000;
}

/* form */
form p {
    text-align: left;
}
form label{
    display: inline-block;
    width: 150px;
    vertical-align: top;
    font-weight: bold;
    text-align: right;
}

form .mandatory {
    color: red;
    margin-right: 5px;
}

form .error {
    color: red;
    text-align: left;
    margin-left: 5px;
}

form input[type="text"], form#contactform textarea, form select {
    width: 205px;
}
form .supportType {
    text-align: center;
}
form .supportType label{
    width: 80px;
    text-align: left;
}