/* CSS Document */

body{
	background-color: #333333;
	margin: 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
#container {
width: 700px;
background-color:#999999;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
		margin:10px 20px 10px 20px;
}

ul {
	margin:10px 0px 10px 20px;
}


a {
text-decoration:none;
color: #CCCCCC;
}

a:visited {
color: #999999;
}
a:hover,a:active {
color: #EEEEEE;
}

a img {
	border: none;
}

blockquote {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style:italic;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 4px;
	vertical-align:middle;
	
}


h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}
h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-top:0;
}

div.top  {
position: absolute;
left:0px;
top:0px;
z-index:2;
width:700px;
height:100px;
}

div.main  {
position: absolute;
left:0px;
top:100px;
width:530px;

padding: 0px 10px 10px 10px;
background-color: #999999;

}
div.topright  {
position: absolute;
left:550px;
top:100px;
width:145px;
height:485px;
z-index:2;
background-color: black;
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 5px;

font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
line-height: 16px;
color:#000000;

}

.topright ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
line-height: 16px;
color:#000000;
}

.topright ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		padding-left: 1em;
		text-indent: -1em;
		}
		
.topright li {
		
		margin: 0;
		margin-left:10px;
		}


#rightecho {
position: absolute;
left:555px;
top:110px;
width:145px;
height: 485px;
z-index:1;
background-color: #990000;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 5px;
border-style:hidden;
border-width:0px;
}

.before {
position:absolute;
top:20px;
left:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 16px;
color:#000000;
}
.after {
position:absolute;
top:20px;
left:480px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 16px;
color:#000000;
}

.before_img {
float:left;
width:250px;
}
.after_img {
float:right;
width:250px;
}
.small_img_right {
float:right; 
width:150px; 
padding:0 5px 5px 5px; 
}
.small_img_left {
float:left; 
width:150px; 
padding:0 5px 5px 5px; 
}

li.topright  {
	list-style-image:none;
	list-style-type:square;
	border:1px solid black;
	margin:	5px 10px 0px 10px;
	padding:0 0 0 5px;
}

div.bottomright  {
position: absolute;
left:550px;
top:340px;
width:145px;
height:170px;
z-index:2;
background-color: #990000;
margin: 0 0 0px 0px;
padding:10px 0 0px 5px;
}

div.endright {
position: absolute;
left:550px;
top:540px;
width:145px;
z-index:2;
background-color: black;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-align:center;

color: #ffffff;
}
p.bottomright {

font-size:12px;
color:#ffffff;
}

#registration {
border: 1px double #FFffff;
text-align:center;
font-size:9px;
background-color: #CCCCCC;
align: center;
}