/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #000 url(bg3.gif);
  background-attachment: fixed;

}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2, h3
{ font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .3em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  color: #5F5F5F;
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  color: #777;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ style-type:none;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
z-index: 2;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 776px;
  background: #400165;
  color: #000000;
  clear:left;
}

/* logo */
#logo
{ width: 760px;
  height: 200px;
  background: #444 url(logo.gif) no-repeat left center;
  color: #FFF;
}

/* navigation menu */
#menubar
{ background: #400165;
  width: 760px;
  height: 40px;
} 

#search
{ float: right; 
  padding: 18px 15px 0px 0px;
}

input.searchfield
{ background: #FFF; 
  border: 1px solid #696771; 
  padding: 2px;
}

input.searchbutton
{ background: #696771; 
  border: 0px; 
  padding: 1px;
  color: #FFF;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{ width: 760px;
  overflow: hidden;
  clear:left;
} 

/* page content */
#content_container
{
	text-align: left;
	width: 731px;
	float: left;
	padding: 15px 22px 0px 15px;
	clear:left;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(stardustbackground.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#content
{
	text-align: left;
	width: 701px;
	padding: 8px 14px 8px 15px;
	clear:left;
	color:000;
	border-top: 5px solid #802D9F;
	border-bottom: 5px solid #802D9F;
}

#content a
{
	background: transparent;
	color: #84389C;
	font-weight: bold;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}

#content{background: #FFF;}

/* footer */
#footer
{ width: 736px;
  height: 20px;
  padding: 5px 21px 0px 19px;
  text-align: center; 
  background: #400165;
  color: #999999;
}

#footer a
{ background: transparent;
  color: #FFF;
}

#footer a:hover
{
	background: transparent;
	color: #333;
	font-weight: bold;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #DDDCE4; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #F1EBF0; 
  color: #444;
}

.date
{ border-top: 1px solid #DDDCE4; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
	height:20px;
	padding: 10px 0px 5px 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}

.mainitems a{
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #802D9F;
border: 1px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
}

.subuls a{
	font-size: small;
	list-style-type: none;
	letter-spacing: 0em;

}
.subuls a:hover{
	font-size: small;
	list-style-type: disc;
	letter-spacing: 0em;
	color: #000000;
	text-decoration: underline;
	list-style-position: inside;

}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

.transparent  {  
filter:alpha(opacity=60);   
-moz-opacity: 0.6;   
opacity: 0.6;   
 } 