body {
	background-color:#eeeeee;
	color:#00000;
	font-size:14px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

div#bgcontainer {
	margin-left:auto;
	margin-right:auto;	
	/*background-image:url("/images/background_repeat.png");*/
	background-repeat:repeat-y;
	width:800px;
	}	

div#content {
	margin-left:auto;
	margin-right:auto;	
	width:788px;
	text-align:left;
	border:1px solid #CCCCCC;
	background-color:#ffffff; 
	padding:6px;
	}

div#footer {
	border:1px solid #CCCCCC;
	width: 780px;
	margin:10px;
	text-align:center;	
	font-size:80%;
	}

div#footer a {
	text-decoration:none;
	}

div#main { 
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

div#header {
	width:800px;
	height:120px;
	background-image:url("/images/banner.png");
	border-bottom:1px solid #ffffff;
	}
	
div#navigation{
	height:2em;
	line-height:2em;
	width:800px;
	background:#DEC1FF;
	color:#460365;
	}

div#navigation ul {
	margin:0px;
	}

div#navigation li { 
	float:left;
	list-style-type:none;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	white-space:nowrap;
	}

div#navigation li a{
	display:block;
	padding:0 8px;
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
	color: #460365;
	}

div#navigation a:hover{
	background:#FAEFFF;
	color:#460365;
	text-decoration:none;
	}

a {
	color:#333333;
	}
	
a:hover {
	color:#000000;
	}	

div.imgcontainer {
	border:1px solid #333333;
	padding: 5px 5px 0px 5px;
	margin:4px;
	font-size:12px;
	color:#999999;
	text-align:center;
	}

h1 {
	margin-top:0;
	padding-top:6px;
	font-size:2em;
	}

h3 {
	font-weight:bold;
	font-size:20px;
	}

h1, h2, h3 {
	color:#550464;
	}

p.terms {
	margin-left:3em;
	}

/* Index page */
p#index1 {
	text-align:center;
	font-size:1.2em;
	}
	
p#index2 {
	text-align:center;
	}
	
div#indexImgContainer {
	text-align:center;
	}

div#indexImgContainer img {
	padding:2px;
	border:1px solid;
	}

/* The almighty form */
div.form_section {
	margin-left:15px;
	font-size:0.8em;
	}
	
div.form_section td {
	vertical-align:top;
	}

div.form_section td.heading, div.form_section th {
	font-weight:bold;
	font-size:0.9em;
	}

td.border  {
	border:1px solid #999999;
	}

div.form_questions {
	float:left;
	margin-right:4px;
	}
	
/* Info and Error divs */
div.box_info {
	margin:10px;
	font-weight:bold;
	border:1px dotted #333333;
	background-color:#DDDDDD;
	}

div.box_error {
	margin:10px;
	font-weight:bold;
	border:1px dotted #990000;
	background-color:#DDDDDD;
	color:#660000
	}
