/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	background-color:white;

}
img
{
  border:0px;
}
p,div,span,a ,h1,h2,h3,label,td,th,textarea,input
{
	font-family: verdana, geneva, sans-serif;
	color:#333333;
	font-size:small;
}
th
{
  text-align:left;
}

table, td, th, tr
{
 	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
h1 { 	font-size: 12pt; }
h2 { 
	font-size:90%;	
	font-weight:bold;
	text-align:left;	
}
h3 { 	
  font-size: small;	
  text-align:left;
}

p
{
	margin:0px 0px 0px 0px;
	text-align:left;
	padding: 6px 0px 6px 0px;
	/*width:96%;*/
}

/*#Content>p {margin:0px;}*/
/*#Content>p+p {text-indent:30px;}*/
/*
a {
	color:#000000;	
	text-decoration:underline;
}
a:active {color:#000000;}
a:link {color:#000000;}
a:visited {color:#000000;}*/
a, a:active, a:link,a:visited,a:hover {text-decoration:underline;}

/* ****************************** */
/* Header starts here.            */
/*                                 */
/* ****************************** */


#Header {
	
	
	padding:17px 0px 0px 5px;	
	background-color: #ffffff;
	voice-family:inherit;
	height:91px;
	overflow:hidden;
}

body>#Header {height:91px;}


#Pagelogocontainer {
	
	width: 850px;
	height: 91px;
	
	
}

#Pagelogocontainer #logo {
	
	width: 100px;
	height: 91px;
	padding:0 0 0  18px ;	
	float: left;
  display:block;

}


#Pagelogocontainer #EventTitle {
	
	 
	 margin-left:200px;
	 display:block;
	 margin-bottom:6.8px;
}


#Redline
{
  width:102.5%;
  border-bottom:1.5px;
  border-bottom-color:#FF0000;
  border-bottom-style:solid;
  border-bottom-width:1.5px;
  margin-top:-2em;
  height:1.5px;
  clear:both;
}

.blackTitle
{

  color:red;
  font-weight:bold;

}
/* ****************************** */
/* Content starts here.            */
/*                                 */
/* ****************************** */
#ContainerNoMenu
{
  width:100%;
  text-align:center;
}

#Container
{
 /*border: solid 1px #00FF00;*/ 
 float:left;
 width:680px;
  margin: 12px 0px 0px 0px;
}

#Content {
/*  border: solid 1px #0000ff;*/ 
	/*margin:-.5em 20px 0 200px;*/
/*padding:0 0 0 0;*/
   margin: 0px 0px 0px 0px;

}
	

	
#Content #registerform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 

}


#Content #registerform {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  
  /*margin: 0;
  padding: 0 0 0 0;
  min-width: 500px;
  max-width: 800px;*/
  padding-left:250px;
  width: 600px;
  text-align:left;
  height:420px;

}


#Content #registerform br {
	clear:left;
}

.hr {
	height: 3px;
	border-top: solid 10px #FFFFFF;
	border-bottom: solid 10px #FFFFFF;
	width: 100%;
	background-image: url(../../images/line_hor_dashed.gif);
	background-repeat:repeat-x;
	float:none;
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}


#Content h1 {
	margin:10px 25px 15px 0;
	padding:0 0 0 0;
	font-size: 10.5pt;
	color:red;

	}	
	
.nicebtns {
  font-size:smaller;
	background-color: #FF0000;
	font-weight:bold;
	border-bottom:1 solid #660000;
	border-top:1 solid #FF9999;
	border-right:1 solid #660000;
	border-left:1 solid #FF9999;
	color : #FFFFFF;
}

/* ****************************** */
/* Menu starts here.            */
/*                                 */
/* ****************************** */
#Menu {
/*	position:absolute;
	top:7em;
	left:20px;*/
	margin: 10px 0px 0px -15px;
	float:left;
	width:182px;
	height:450px;
 	/*border: solid 1px #000000;*/ 
	padding:0px 0px 0px 0px;
/*	margin:0 -2em 0 -2em;*/
	line-height:17px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;

	}

body>#Menu {width:180px; margin: 5px 0px 0px -15px;}


#Menu a
{
color:#FF0000;
text-decoration:none;
font-weight:900; 

}

#Menu a:hover
{
color:#FF0000;
text-decoration:underline;

font-weight:900; 

}


#Menu ul li
{
  padding: 0px 0px 0px 16px;
	background-repeat: no-repeat;
	background-image: url(../../images/menu_bullet_v2.gif);
	background-position: 2px 7px;
	list-style:none;

}

#Menu ul li a, #Menu ul li a:hover
{
font-size:x-small; 

}

#Menu ul li a.chosen
{
color:#000000;

}

#Menu ul li a:hover.chosen
{
color:#000000;

}	


/* ****************************** */
/* Footer starts here.            */
/*                                 */
/* ****************************** */


#Footer
{
    margin:2px 0px 0px 0px;
	padding:15px 0px 0px 5px;
	clear:both;
	text-align:left;
	

	
}

#Footer .backToTop  

{
padding-left:53em;
padding-bottom:5em;
}

#Footer .backToTop   a

{
	
	line-height: 0.72em;
	font-size:8pt;
    clear:both;

}

#Footer #footerRed
{
	height:30px;
	
	background-color:#FF0000;
	width:875px;
}

#Footer p 
{
	padding-left:1.5em;
	text-align:left;

	
}


#Footer p A
{
	font-size: 70%;
	line-height: 76%;
	
}

.Smallprint {
font-size:8pt;
padding-right:1em;
	
}



/********************************************8
 *TEST page: STYLES
 **********************************************/
 #WM
{
text-align:center;
float:left;
margin-left:4em;
margin-top:1em;
display:block;


}

#Real,#Flash
{
text-align:center;
margin-top:1em;
margin-bottom:1em;

} 
#backLink
{
  margin-left:20px;
  margin-top:8px;
}	
	
	


