*
{
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1em;
}

html
{
	height: 101%;
	width: 100%;
	/*background: #40124f url(../images/pagebg.gif) repeat-y 50% 0;*/
	background: #40124f;
}

body
{
	background: #fff;
	color: #333;
	width: 735px;
	margin: 0 auto;
	padding: 2px 0 30px 0;
	border: 10px solid #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
}

li
{
	list-style-type: none;
}

.clear
{
	clear: both;
}

.clearl
{
	clear: left;
}

.clearr
{
	clear: right;
}

.hide
{
	position: relative;
	left: -5000px;
	height: 1px;
	width: 1px;
	overflow:hidden;
}

div#header
{
	position: relative;
	border-bottom: 10px solid #40124f;
	padding-bottom: 20px;
}

div#header h1
{
	float: left;
	margin: 25px 0 10px 0;
	width: 232px;
	padding-left: 0px;

}

div#header h1 a
{
	display: block;
	width: 202px;
	height: 92px;
	background: transparent url(../images/mainlogo.gif) no-repeat 0 0;
	text-decoration: none;
}

div#header cite
{
	display: block;
	margin-left: 262px;
	font-style: normal;
	color: #40124f;
}

div#header cite.quote
{
	border-top: 10px solid #40124f;
	padding: 35px 20px 5px 20px;
	font-size: 1.0em;
	font-weight: bold;
}

div#header cite.source
{
	text-align: right;
	padding: 0 20px;
	font-size: 0.9em;
}

div#navigation
{
	margin-top: 2px;
	background: #40124f url(../images/navbottom.gif) repeat-x bottom;
	float: left;
	padding-bottom: -2px;
	position: relative;
	z-index: 2;
	min-height: 240px;
	width: 262px;
}

div#navigation ul
{
	float: left;
	border-bottom: 2px solid #fff;
	margin-top: -2px;
}

div#navigation ul li
{
	border-top: 2px solid #fff;
}

div#navigation ul li a
{
	display: block;
	width: auto;
	text-decoration: none;
	font-weight: bold;
}

ul#level1
{
	width: 110px;
	background: #a896b2;
	border-right: 2px solid #fff;
}

ul#level2
{
	position: relative;
	left: -2px;
	margin-right: -2px;
	width: 150px;
	background: #40124f;
	border-left: 2px solid #fff;
}

ul#level1 li a,
ul#level1 li a:link,
ul#level1 li a:visited
{
	font-size: 0.75em;
	color: #40124f;
	padding: 0.3em 0.5em 0.5em;
	background: #a896b2;
	border-left: 5px solid #a896b2;
}

ul#level1 li a:hover,
ul#level1 li a:active
{
	background: #fff;
	color: #40124f;
	border-left: 5px solid #40124f;
}

ul#level2 li a,
ul#level2 li a:link,
ul#level2 li a:visited
{
	font-size: 0.75em;
	color: #fff;
	padding: 0.3em 0.5em 0.5em;
	background: #40124f;
	border-left: 5px solid #40124f;
}

ul#level2 li a:hover,
ul#level2 li a:active
{
	background: #fff;
	color: #40124f;
	border-left: 5px solid #a896b2;
}

ul#level1 li a.live
{
	background: #40124f;
	color: #fff;
	border-left: 5px solid #a896b2;
}

ul#level2 li a.live
{
	background: #a896b2;
	color: #fff;
	border-left: 5px solid #40124f;
}

ul#level1 li a:focus,
ul#level2 li a:focus
{
	background: #e28c37;
	color: #333;
	border-left: 5px solid #40124f;
}

div#content
{
	background-color: transparent;
	background-position: 100% -2px;
	background-repeat: no-repeat;
	position: relative;
	border: 1px solid #fff;
	border-top: 2px solid #fff;
	margin-left: 263px;
	margin-right: -1px;
	z-index: 1;
	width: 471px;
}

div#content span#strapline
{
	height: 40px;
	position: absolute;
	top: 198px;
	left: 0px;
	right: 0;
	bottom: 240px;
	background: transparent url(../images/strapline.png) no-repeat 0 0;
}

div#info
{
	margin: 255px 0 0;
	padding: 0 15px;
}

div#info h1	,
div#info h2	,
div#info h3
{
	color: #40124f;
	background: transparent;
	margin: 0 0 1em 0;
}

div#info h1
{
	font-size: 1.2em;
}

div#info h2
{

	font-size: 1.0em;
}

div#info h3
{

	font-size: 0.9em;
}

div#info p
{
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

div#info ul
{
	margin-bottom: 1em;
}

div#info ul li
{
	list-style-type: disc;
	margin-left: 20px;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

a:focus
{
	color: #333;
	background:#e28c37;
}

ul.dotlist li
{
	list-style-type: disc;
	margin: 0 0 0.6em 30px;
	font-size: 0.9em;
}

ul.peplist li
{
	margin: 0 0 0.6em 0;
	font-size: 0.9em;
}

div#info a,
div#info a:link,
div#info a:visited
{
	font-size: 1em;
	text-decoration: none;
	color:#e28c37;
	background: transparent;
	font-weight: bold;
}

div#info a:hover,
div#info a:active
{
	color: #e28c37;
	text-decoration: underline;
}

address
{
	font-style: normal;
	line-height: 1.3em;
	font-size: 0.9em;
	margin-bottom: 1.3em;
}

form
{
	margin-bottom: 1em;
}

fieldset
{
	border: none;
}

fieldset.buttons
{
	text-align: right;
	clear: both;
}

label
{
	float: left;
	width: 6em;
	font-size: 0.8em;
	padding-bottom: 2px;
	margin: 0.2em 1em 1em 0;
}

input.text	,
textarea
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	border: 1px solid #a896b2;
	margin: 0 0 1em 0;
	padding: 0.2em 0.4em;
	background: #E8A562;
	color: #000000;
	width: 345px;
	float: right;
}

input.bttn
{
	border: 2px solid #666;
	background: #E8A562;
	color: #fff;
	padding: 0.2em 0.4em;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1em;
}

input:hover.bttn
{
	border: 2px solid #a896b2;
	background: #E8A562;
	color: #000000;
}

div#info ul.itemlist li p.title
{
	color: #40124f;
	background: transparent;
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.0em;
	line-height:normal;
}

body.expanded
{
	z-index: 1;
}

body.expanded div#navigation
{
	margin-top: 2px;
	background: #40124f url(../images/navbottom.gif) repeat-x bottom;
	position: relative;
	padding-bottom: -2px;
	z-index: 3;
	width: 262px;
	margin-right: -10px;
	margin-bottom: -100%;
}

	/*
	margin-top: 2px;
	background: #40124f url(../images/navbottom.gif) repeat-x bottom;
	float: left;
	padding-bottom: -2px;
	z-index: 2;
	min-height: 240px;
	width: 262px;
	*/

body.expanded div#content
{
	background-color: transparent;
	background-position: 100% -2px;
	background-repeat: no-repeat;
	position: relative;
	left: -264px;
	border: 1px solid #fff;
	border-top: 2px solid #fff;
	margin-left: 263px;
	margin-right: -1px;
	z-index: 2;
	width: 735px;
}


body.expanded div#content span#strapline
{
	height: 40px;
	position: absolute;
	top: 198px;
	left: 264px;
	right: 0;
	bottom: 240px;
	background: transparent url(../images/strapline.png) no-repeat 0 0;
}

body.expanded div#info
{
	margin: 255px 0 0;
	padding: 0 0;
}

table
{
	width: 85%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 1em;
}

th
{
	background: #40124f;
	color: #fff;
	font-size: 0.8em;
	padding: 0.3em 0.5em;
	border-bottom: 4px solid #fff;
}

td
{
	padding:  10px;
	text-align: center;
	vertical-align: top;
}

tr.odd td
{
	background: #a896b2;
}

tr.even td
{
	background: #fff;
}

table.properties
{
	width: 735px; 				/* fixed width changed by kris from 100% */
}

table.properties th
{
	text-align: left;
}

table.properties th.setwidth
{
	width: 140px;
}

table.properties td
{
	text-align: left;
	font-size: 0.75em;
}

td.od ,
td.ev
{
	width: 140px;
}

table tr td.evl
{
	padding-right: 2px;
	text-align: left;
}

table tr td.evr
{
	padding-left: 2px;
	text-align: right;
	white-space: nowrap;
}

td.od
{
	background: #f4ecf5;
}

table td.links
{
	background: #826f8f;
	color: #fff;
	text-align: right;
	width: 100%;
	padding: 4px;
}

div#content table td.links a,
div#content table td.links a:link,
div#content table td.links a:visited
{
	color: #40124f;
	background: transparent url(../images/linkarrow.jpg) no-repeat right center;
	padding-right: 14px;
}


td.whitebg
{
	height: 5px;
	background: #fff;
	padding: 0;
}

td.pplebg
{
	height: 10px;
	background: #40124f;
	padding: 0;
}

/*table tr td.img
{
	padding: 5px 0 5px 0;
	width: 110px;
	background: #f4ecf5;
}*/

td.img {
	margin: 0;
	padding: 0;
	width: 175px;
	background: #f4ecf5;
}


a.backbttn
{
	float: right;
}
