﻿* 
{
	font-family: Tahoma,Trebuchet MS, Helvetica, Verdana, Arial, Sans-Serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
html 
{
}
body 
{
	background-image: url(/images/pagebg.gif);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	font-size: 62.5%;
}
h1 
{
	font-family: Trebuchet MS;
}
h2 
{
	font-family: Trebuchet MS;
}
a 
{
	color: #4c88c4;
}
p 
{
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 6px;
	margin-bottom: 6px;
}
strong 
{
	color: #000000;
}
#header {
	background-image: url(/images/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}
#page
{
	width: 750px;
	margin: 0 auto;
}
#signups 
{
	width: 650px;
	margin: 0 auto;
	clear: both;
	padding-top: 10px;
}
#signups div.blackbox 
{
	float: left;
}
#signups div.blackboxtop 
{
	height: 380px;
}
div.boxheader 
{
	width: 750px;
	height: 55px;
	clear: both;
}
div.boxheader h1 
{
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}
div.boxheader h2 
{
	margin-top: 3px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}
div.boxheaderleft 
{
	width: 4px;
	height: 55px;
	background-image: url(/images/hdr_left.gif);
	float: left;
}
div.boxheadermid 
{
	width: 736px;
	height: 43px;
	background-image: url(/images/hdr_bg.gif);
	background-repeat: repeat-x;
	float: left;
	padding-left: 6px;
	padding-top: 12px;
}
div.boxheaderright
{
	width: 4px;
	height: 55px;
	background-image: url(/images/hdr_right.gif);
	float: left;
}
div.box 
{
	width: 750px;
	clear: both;
	margin-top: 5px;
}
div.box p 
{
	font-size: 1.4em;
	margin-bottom: 12px;
	text-indent: 20px;
}
div.box ul 
{
	margin-bottom: 12px;
	list-style-type: circle;
}
div.box li 
{
	margin-left: 45px;
	line-height: 1.6;
	margin-bottom: 8px;
}
div.boxtop
{
	height: 6px;
	overflow: hidden;
	background-image: url(/images/box_top.gif);
	background-repeat: no-repeat;
}
div.boxmid 
{
	background-image: url(/images/box_bg.gif);
	background-repeat: repeat-y;
}
div.boxbase
{
	height: 7px;
	overflow: hidden;
	background-image: url(/images/box_base.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
div.signup 
{
	 text-align: center;
}
div.signup label 
{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}
div.signup input.text
{
	font-size: 1.4em;
	padding: 3px;
	width: 450px;	
}
div.field 
{
	margin-bottom: 5px;
	padding-left: 20px;
}
div.field label 
{
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 2px;
}
div.field input 
{
	width: 450px;
	color: #333333;
	font-size: 1.3em;
	padding: 3px;
}
div.field select 
{
	width: 450px;
	color: #333333;
	font-size: 1.3em;
	padding: 3px;
}
div.field td label 
{
	display: inline !important;
	font-weight: normal;
	margin-left: 2px;
	margin-right: 10px;
}
div.field td input 
{
	width: auto !important;
}
div.field select 
{
	width: 145px;
	color: #333333;
}
div.field option 
{
	color: #333333;
}
div.buttons 
{
	padding-left: 20px;
	margin-bottom: 10px;
}
div.buttons a 
{
	float: left;
}
div.buttons input 
{
	width: 145px;
	color: #333333;
}
.button 
{
	display: inline-block;
	margin: 0px;
	margin-top: 10px;
	width: 145px;
	height: 32px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-size: 1.3em;
	color: #333333 !important;
}
a.button 
{
	padding-top: 8px;
	height: 24px !important;
}
p.error 
{
	margin-bottom: 12px;
	font-weight: bold;
	color: #ffcc00;
}
/* Content */
div.pageheaderbg 
{
	background-image: url(/images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding: 10px 60px;
}
div.pageheadernobg 
{
	padding: 10px 60px;
}
div.pageheader 
{
	text-align: center;
	margin-top: 15px;
}
div.pageheader h2
{
	font-size: 3.4em;
	color: #5e1182;
	margin-bottom: 2px;
}
div.pageheader p 
{
	font-size: 2.0em;
	color: #af027e;
	text-indent: 0px;
	line-height: 1;
	margin-bottom: 20px;
}
div.pageheader p.subtitle 
{
	margin-top: 0px;
	font-weight: bold;
	color: #5e1182 !important;
}
div.pageheader p.large 
{
	font-weight: bold;
}
p.important 
{
	font-size: 1.1em !important;
	font-weight: bold;
}
p.first 
{
	font-size: 1.6em !important;
	font-weight: bold;
	color: #222222;
	text-align: justify;
}
div.standout 
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div.standout h2 
{
	color: #af027e;
	font-size: 2.6em;
}
div.standout p 
{
	color: #af027e;
	font-weight: bold;
	font-size: 2.0em;
}
div.standout p u 
{
	color: #af027e;
}
div.sitebutton 
{
	text-align: center;
	margin-bottom: 40px;
}
div.sitebutton a 
{
	border: 0px;
	outline: none;
}
div.sitebutton img 
{
	border: 0px;
}
div.centred 
{
	text-align: center;
}
div.alt 
{
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
div.alt h2 
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #5e1182;
	font-size: 2.0em;
}
div.alt h2.alt 
{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #5e1182;
	font-weight: bold;
	font-size: 2.0em;
	text-align: center;
}
div.alt h2 u
{
	color: #5e1182;
}
span.highlight 
{
	background-color: #FFFFCC;
}
ol.standard li 
{
	font-size: 1.4em;
}
#break
{
	margin-top: 1000px;
}
ul.check li
{
	background-image: url(/images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
	margin-left: 20px;
	padding-left: 25px;
	font-size: 1.4em;
}
ul.cross li
{
	background-image: url(/images/cross.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
	margin-left: 20px;
	padding-left: 25px;
	font-size: 1.4em;
}
div.baselinks 
{
	clear: both;
	width: 750px;
	text-align: center;
	padding: 10px;
}
div.baselinks a 
{
	color: #999999;
}
#grammar 
{

}
#grammarlink 
{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #cccccc;
}
#grammarlink p 
{
	text-indent: 0px;
	color: #4e3885;
}
#grammarlink a 
{
	color: #4e3885;
}
#grammarlink a strong 
{
	color: #4e3885;
}
