body
{
	margin:0px;
	background-color:#F2F2F2;
}

img 
{
	border:0px;
}

hr
{
	color:#CCCCCC;
}

A.normal:link    {
    text-decoration:    none;
    color:#D2232A;
}

A.normal:visited {
    text-decoration:    none;
    color:#D2232A;
}

A.normal:active  {
    text-decoration:    none;
    color:#D2232A;
}


A.normal:hover   {
    text-decoration:    none;
    color:black;
}


A.large:link    {
    text-decoration:    none;
    color:#D2232A;
    font-size:14px;
    font-weight:bold;    
}

A.large:visited {
    text-decoration:    none;
    color:#D2232A;
}

A.large:active  {
    text-decoration:    none;
    color:#D2232A;
}


A.large:hover   {
    text-decoration:    none;
    color:black;
}

.canvas
{
	text-align:center;
	height:100%;
	font-family: "Lucida Grande" , Verdana, Helvetica, Arial, sans-serif;
}

.panel
{
	text-align:left;
	background-color:#FFFFFF;
	border-left:1px solid;
	border-right:1px solid;	
	width:900px;
	height:100%;
	margin:0 auto;
}

.topimage
{
	padding:0px;
}

.left
{
	text-align:left;
	font-size:10px;	
	width:300px;
	height:100%;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	background-color:#E6E6E6;
	align:top;
	float:left;
}

.right
{
	text-align:left;
	font-size:12px;	
	width:575px;
	height:100%;
	padding-left:10px;
	background-color:#ffffff;
	float:left;
}

.content
{
	text-align:left;
	font-size:12px;	
	width:860px;
	height:100%;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}

.header
{
	text-align:center;
	width:100%;
	font-size:20px;
	font-weight:bold;
	color:black;
}

.subheader
{
	text-align:center;
	width:100%;
	font-size:14px;
	color:black;
}

.title
{
	text-align:left;
	width:100%;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.event_info
{
	border:1px solid #000000;
	font-size:14px;	
	background-color:#ffffff;
}

.footer
{
	width:100%;
	heigth:25px;
	padding:10px;
	font-size:11px;
	text-align:center;
}