/* CSS Document */

body {
	 background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:5px;
    text-align:center;
  background: url(../img/bg.gif) repeat fixed left;
}
h1, h2, h3, p, span,{
	margin: 0px;
	padding: 0px;
}

.end {
	clear: left;
}

#page {
	width: 755px;
  	margin:0px auto 0px auto;
  padding: 0px;
  text-align:center;
}

#intro {
	background: transparent;
    margin:5px auto 0px auto;
  padding: 10px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	height: 336px;
	width: 100%;
  z-index: -51
}
}
#intro H1 {
	position: absolute;
	color: white;
	font-size: 30px;
	font-weight: bold;
	left: 250px;
	top: 350px;
}

#menu_index{
padding-top:0px;
margin-top:0px;
text-align:center;
width:699px;

}
#menu_index a {
width: 150px;
	text-align:center;
	background-color:transparent;
	border-bottom: 2px dashed #990033;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    padding:5px;
}
#menu_index a:hover {
	background-color: #4f4f4f;
	color: white;
}
#menu{

position:relative;
padding:5px auto;
 margin-top:0px;
 width:100%;
 height:37px;
 text-align:center;
  background: url(../img/menubg.gif) repeat-x left;
}


#menu a {
	background-color:transparent;
	color: #33FFCC;
	width:143px;
	height:34px;
	font-size: 11px;
	font-weight:normal;
	float: none;
	padding:8px 31px 5px 31px;
 margin:1px 0px 2px 0px;
	text-decoration: none;

}
#menu a:hover {
width:145px;
height:34px;
padding:8px 31px 5px 31px;
 margin:1px 0px 2px 0px;
font-weight: normal;
color: white;
  background: url(../img/hover.gif) no-repeat center;
}
#menu a.current {
	padding:8px 31px 5px 31px;
 margin:1px 0px 2px 0px;
	width:143px;
	height:34px;
	color:white;
	background: url(../img/hover.gif) no-repeat center;
	font-weight: normal;
}

 #content1 {
width:auto;
	font-size: 12px;
    margin:0px auto 0px auto;
	padding: auto auto;
    text-align:center;
    color:white;
  z-index: 51
}
#content {
width:699px;
	font-size: 12px;
    margin-top:-50px;
	padding: 10px 0px 10px 0px;
    text-align:left;
    color:white;
  z-index: 51
}
#content H1 {
	font-size: 20px;
	border-bottom: 1px solid #4f4f4f;
	padding: 10px 0px 0px 0px;
}
#content H3 {
	padding: 0px 0px 0px 0px;
	color: #990033;
	font-size: 30px;
	font-weight: bold;
    text-align:left;
    }
#content li,ul{
  list-style: disc outside none;
}


#footer {
	background-color:transparent;
    width:699px;
	color: #CC3333;
	font-size: 10px;
	font-weight: bold;
    margin: 30px 0px 0px 0px;
	padding: 10px 0px 9px 0px;
	text-align: center;
    position: relative;
    border-top:1px dotted #990033;}
#footer A {
	color: #aaaaaa;
	text-decoration: none;
}
#footer A:hover {
	color: white;
	letter-spacing: 2px;
}

}
/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 345px;
}

div.row span.formlabel
{ float: left;
  width: 100px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 200px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}
