@charset "UTF-8";
body {
	background-color: #d8e5e7;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
* {
	outline: none;
}
#wrapper {
	background-image: url(images/dropshadow.gif);
	text-align: left;
	padding: 0px;
	width: 807px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right top;
}
#bottomedge {
	background-image: url(images/dropshadow_end.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 807px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 189px;
	width: 800px;
	background-color: #FFFFFF;
}
#topmenu {
	background-color: #908dbc;
	height: 25px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	padding-top: 1px;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 1px;
}
#topmenu a {
	color: #483094;
	text-decoration: none;
	padding-right: 15px;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
#topmenu a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
#contentarea {
	margin: 0px;
	width: 778px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/lilac_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#leftcol {
	margin: 0px;
	width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
	padding: 0px;
	height: 490px;
}
.clearall {
	clear: both;
	height: 1px;
}
h1 {
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 36px;
	background-image: url(images/h1swoosh.gif);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
h2 {
	font-size: 0.9em;
	color: #615671;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

h3	{
	font-size: 0.8em;
	color: #87789D;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-style: italic;
	line-height: 1.5;
}

p  {
	font-size: 0.75em;
	color: #333333;
	line-height: 1.6em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#bodycopy li {
	font-size: 0.75em;
	color: #333333;
	line-height: 1.6em;
}
#bodycopy {
	float: right;
	width: 550px;
	background-color: #FFFFFF;
}
#footer {
	font-size: 0.65em;
	height: 20px;
	color: #FFFFFF;
	padding-left: 20px;
	background-color: #2d2d83;
	width: 774px;
	padding-top: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-bottom: 0px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-y;
}
#leftcol a {
	color: #231D70;
	text-decoration: none;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
.caption {
	font-size: 0.65em;
	color: #333333;
}
.leftcol_item {
	font-size: 0.7em;
	width: 160px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#bodycopy a {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	font-weight: bold;
}
#leftcol a:hover {
	color: #333333;
	text-decoration: none;
}
#bodycopy a:hover {
	color: #000000;
	text-decoration: none;
}


/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	height:25px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	font-size: 11px;
	width: 605px;
	float: left;
	background-color: #908dbc;
	margin: 0px;
	padding: 0px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:605px;
	w\idth:604px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	width: 90px;
	height: 25px;
	background: #908dbc;
	padding-left: 10px;
	line-height: 25px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:114px;
	w\idth:105px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#908dbc url(images/arrow.gif) no-repeat 130px center;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#2d2d83 url(images/arrow.gif) no-repeat 130px center;
}
.menu ul ul :hover > a.drop {
	background:#2d2d83 url(images/arrow.gif) no-repeat 130px center;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color:#908dbc;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color:#2d2d83;

}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:25px;
	t\op:25px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:148px;
	top:-1px;
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color:#908dbc;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fff;
	background-color: #2d2d83;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-color: #2d2d83;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}




th {
	text-align: left;
	background-color: #666666;
	font-size: 1em;
	color: #FFFFFF;
}
td {
	font-size: 1em;
	color: #333333;
}
.floatleft {
	float: left;
}
#dropshadow {
	background-image: url(images/dropshadow_repeat.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 807px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header img {
	margin: 0px;
	padding: 0px;
}
.floatright {
	float: right;
	padding-right: 25px;
	padding-left: 10px;
}
.footerlinks {
	color: #333333;
	float: right;
	padding-right: 25px;
}
#leftcol li {
	font-size: 0.8em;
	list-style-image: url(images/bullet.gif);
	line-height: 1em;
	padding-bottom: 10px;
	color: #333333;
}
.leftcolminorheading {
	font-size: 0.8em;
	padding-left: 15px;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.infotable {
	font-size: 0.7em;
}
#leftcol ul {
	padding-top: 15px;
}
.purpleheading {
	color: #615671;
	font-size: 0.8em;
	margin-left: -15px;
}
#bodycopy li ul {
	font-size: 1.4em;
}
.palegreybg {
	background-color: #eeeeee;
}
input, textarea, checkbox, select {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	background-color: #eeeeee;
	border: 1px solid #666666;
}
hr {
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}
.warning {
	color: #990033;
}
#bodycopy ul {
	margin-top: 0px;
}
.thumbnail img {
	border: 1px solid #231D70;
}
.thumbnail {
	height: 70px;
	width: 70px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

