/*v9*/

body
{
  font-family:'Trebuchet MS',Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;

  font-size: 10px;
  background: #C8C8C8 url(../FRONTEND/topPanel.jpg) repeat-x;
  color: #000000;
  padding: 0px;
  margin: 0px;
}


p
{
  color: #000000;
}

div.panel
{
	margin: 25px 0 25px 0;
	padding: 5px;
	background: #C0C0C0;
	border: 1px solid #AAA;
	overflow: hidden;
	width: 100%;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}
div.panel p
{
	position: static;
	z-index: 20;	/*stops ie glitching the z order up*/
}
p.footer { margin-bottom: 0; text-align: left; padding-left: 10px; }
p.footer a { display: inline; font-size: 10px; }

img.panel
{
	border: 1px dashed #AAA;
	padding: 1px;
	margin: 10px 10px 10px 5px;
}

td
{
  color: #000000;
  font-size: 10px;
}

li
{
  color: #000000;
}

h1, h2, h3, h4 { font-family: Georgia,"Times New Roman",Times,serif; }

h1
{
	font-size: 20px;
	color: #AE52D1;
	margin-bottom: 1.5em;
}

h2
{
	font-size: 16px;
	color: #AE52D1;
}

h3
{
	font-size: 12px;
	color: #AE52D1;
	display: block;
	border-bottom: 2px #AAA dashed;
	margin: 5px 0 1em 0;
}

ins
{
	text-decoration: none;
}

	a:active {color: #333333}
	a:visited {color: #333333}
	a:link {color: #333333}
	a:hover {color: #FFFFFF}

img { border: 0px; }

.noBorder
{
	border: 0px;
}

select
{
	font-size : 11px;
	background: #C8C8C8;
}

#c
{
	color: #AE52D1;
}

.centerDiv
{
	width : 638px;
	text-align: center;
	top: 0px;
	margin: 0px auto;
	position: relative;
}

.mainDiv, #main
{
	text-align: left;
	width: 438px;
	padding-left: 18px;
	position: absolute;
	top: 0px;
	left: 210px;
	padding-top: 135px;
	background: url(../FRONTEND/frameBorder.gif) repeat-y;
}

.mainDiv h1 { text-align: right; margin-left: 90px; }

.mainDivGiant
{
	text-align: center;
	padding-top: 175px;
}

.logo
{
	position: absolute;
	left: 150px;
	top: 23px;
	z-index: 2;
}

.menuContainer
{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 189px;
	overflow: hidden;
	z-index: 0;
}

.menuContainer.hit { z-index: 3; }
.menuContainer.hit div { width: 189px; height: 18px; }
.menuContainer.hit div.menuBody { height: auto; background: transparent; }
.menuContainer.hit div.menuBody h4, .menuContainer.hit div.menuBody a { margin-right: 36px; opacity: 0; }
.menuContainer.hit div.menuBody a:hover { opacity: 1; }

.menuContainer img
{
	display: block;
}

.menuContainer a
{
	font-size: 18px;
	display: block;
}
.menuContainer a.active {
	color: #ECECEC;
	background: #400063;
	padding: 0.1em 0.2em 0.2em 0;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
}

.menuContainer a:hover {color: #000000; background: #BBADCB;}

.menuContainer h4 { margin: 0; color: #A100FF; font-weight: bold; font-size: 10px; }
.linkbar a {
	font-size:11px;
}
.linkbar a:hover { background: #EEE; }
.menuContainer img { display: inline; vertical-align: middle; }

.menuBody
{
	text-align: right;
	background: url(../FRONTEND/menuM.png) repeat-y;
	width: 153px;
	padding: 0px 18px;
	margin: 0px;
	height: auto;
}

li { list-style: none; float: left; }
li:last-child { clear: right; }
li:last-child:after { content('&nbsp;'); }

div.panel li { list-style: disc outside; float: none; }

div.mainDiv ul li { list-style: circle; float: none; }

#headimg { margin: 1em 4em; height: 191px; overflow: visible; z-Index: 1000; }
#comment { width: 400px; overflow: auto; }

