/* CSS Document */

img, div { behavior: url(iepngfix.htc) }

body {
	background: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: .9em;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	text-align: center;
	}


/*  fonts ------------------------------------------------------------------------- */

a:link {color: #ffccff;text-decoration: none;} 
a:visited {color: #ffccff;text-decoration: none;} 
a:hover {color: #cccccc;text-decoration: underline;}

p, h1, h2, h3 {margin: 0; padding: 0;}

abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted #F7F5D9;
	cursor: help;
	}


/*  container ------------------------------------------------------------------- */

div#container {
	background: #330033 url(images/background.gif) top center no-repeat;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -50px;
	padding: 0;
	text-align: left;
	position: relative;
	}


/*  intro ------------------------------------------------------------------- */

div#pageHeader {
	display: none;
	width: 500px;
	position: relative;
	}

div#navigation {
	width: 500px;
	height: 20px;
	padding: 250px 0 0 0;
	margin: 0 0 25px 440px;
	color: #9E2E2F;
	position: relative;
	}

div#navigation p.p1 {
	display: none;
	}


/*  preamble ------------------------------------------------------------------- */

div#maincontent {
	background: url(images/framebmiddle.jpg) repeat-y;
	width: 610px;
	margin-left: 360px;
	position: relative;
	}

div#maincontent h3 {
	background: url(images/frameatop.jpg) top left no-repeat;
	height: 85px;
	}

div#maincontent h3 span {
	display: none;
	}

div#maincontent p {
	padding: 0 90px 10px 35px;
	}

div#maincontent p.p1 {
	margin-top: -25px;
	}

div#maincontent p.p3 {
	background: url(images/framecbottom.jpg) bottom left no-repeat;
	padding-bottom: 65px;
	/* for IE5 */
	margin-bottom: 0px;
	}

div#floatright {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 10px;
	}

div#floatleft {
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	}

/*  supportingText ------------------------------------------------------------------- */

div#lowerLeft {
	width: 300px;
	padding: 690px 0 10px 40px;
	font-size: 2em;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: -5px;
	}

/*  footer ------------------------------------------------------------------- */

div#footer {
	width: 985px;
	height: 30px;
	margin-top: 30px;
	text-align: center;
	font-size: 0.9em;
	padding-top: 15px;
	border-top: 1px solid #CC0000;
	color: #CC6666;
	position: relative;
	}
div#footer a:link {color: #CC0000;}
div#footer a:visited {color: #CC0000;}
div#footer a:hover {color: #cccccc;}


/*  linkList ------------------------------------------------------------------- */

ul {
	list-style: disc;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	}

li {
	margin-left: 70px;
	padding: 0 10px 5px 0;
	}

