/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font: 1em Lucida, Arial, sans-serif;
	background-color: #d9bfe5;
	min-width:750px;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
}
a {
	color: #650894;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4 {
	margin:.8em 0 .2em 0;
	padding:0;
	color: #650894;
}
h2	{font-size:1.5em;
	}
h3	{font-size:1.25em;
	}
h4	{font-size:1em;
	}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	border:none;
}
.pic {
	margin:3px 0 0 5px;
	float:right;
	text-align:center;
	font-size:0.6em;
	}
.pic_left {
	margin:20px 30px 0 0;
	float:left;
	text-align:center;
	font-size:0.6em;
	}
.pic_centered	{
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	font-size:0.6em;
	}
.centered	{
	text-align:center;
	}
.subtext	{
	font-size:0.6em;
	}
.subdued {
	font-size: 0.85em;
	color: #6e6e6e;
	margin:-2px 0 -4px;
	}
.extra_space20 {
	margin-top:20px;
	}
.clear_both {
	clear:both;
	}
.warning {
	font-weight:bold;
	color:#FF0000;
	}
.highlight {
	color:#FF0000;
	}                      
.menu_panel { 
	width:25%; 
	float:left; 
	margin:1%; 
	padding:0 2%; 
	font-size:1em; 
	text-align:left;    
	min-height:180px; 
	background-color:#f2f6f8; 
	}
.btn {
	float: left;
	clear: both;
	background: url(/images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(/images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 2em;
	text-decoration: none;
}
.btn span {
	background: url(/images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_subscribe { background-color: #650894; }
table.basic_lines {
	border-collapse:collapse;
	border:1px solid #999;
	margin:10px 0 0 10px;
	}
table.basic_lines th {
	border:1px solid #999;
	background-color: #CCCCCC;
	font-weight: bold;
	padding:2px;
	text-align:center;
	}
table.basic_lines td {
	border:1px solid #999;
	padding:2px;
	text-align:center;
	}
table.basic_lines .desc {
	text-align:left;
	}
table.basic_lines .amt {
	text-align:right;
	}
table.small {
	font-size:0.75em;
	}
table.desc {
	text-align:left;
	}
table.amt {
	text-align:right;
	}
.form_entry fieldset {
	background-color:#f2f6f8;
	margin-top:20px;
	}
.form_entry legend {
	font-weight:bold;
	}
.form_entry th {
	text-align:right;
	padding:0 .5em;
	font-weight:normal;
	}
.form_entry td {
	padding:0 .5em;
	}
.form_entry .left_spacer {
	margin-left:2em;
	}
.form_entry .mandatory {
	background-color:#FFFF66;
	}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	/*	border-bottom:1px solid #000; */
	overflow:hidden;
}
#header img {
	margin:3px 0 -3px;
}
#header p, #header h1, #header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	background-color:#72009c;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	float:left;
	margin:0;
	padding:3px 12px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	position:relative;
	left:3px;
	line-height:1.3em;
	font-size: .8em;
}
#header ul li a:hover {
	color:#000;
}
#header ul li a.active, #header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#eee;	/* right column background colour */
}
.rightmenu .colleft {
	right:35%;			/* right column width */
	background:#fff;	/* left column background colour */
}
.rightmenu .col1 {
	width:61%;			/* left column content width (left column width minus left and right padding) */
	left:37%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:31%;			/* right column content width (right column width minus left and right padding) */
	left:41%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Full page settings */
.fullpage {
	background:#fff;		/* page background colour */
}
.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	background-color:#9886ac;
/*	border-top:1px solid #000; */
}
#footer p {
	padding:8px;
	margin:0;
	font-size: .8em;
}
#footer a {
	color:#72009c;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}

