body {
	background: #CCCCCC;
	font-family: helvetica, arial;
	color: #000;
}



.main {
	
width: 874px;
	
margin-left: auto;
	
margin-right: auto;
	
margin-top: 50px;
	
margin-bottom: 0px;
	
background: #E8E8E8;
	
padding: 0px;
}



.test {
	
/*background: #a92c10;*/
	
font-weight: normal;
}



a:link {
	
color: #000066;
	
text-decoration:underline
}



a:hover {
	
text-decoration:none;
}



a:visited {
	
color: #fff;
	
text-decoration:underline
}



.glink:link {
	
color: #000066;
	
font-weight: bold;
	
text-decoration: underline;
	
white-space: nowrap;
}



.glink:visited {
	
color: #495c65;
	
font-weight: bold;
	
text-decoration: underline;
	
white-space: nowrap;
}



.glink:hover {
	
text-decoration:none;
}




img {
	
border: none;
}



.container {
	
margin-top: 15px; 
	
margin-bottom: 15px; 
	
margin-right: auto;
	
margin-left: auto;
	
width: 97%;
}



.content_paragraph {
	
margin-left: auto; 
	
margin-right: auto; 
	
width: 90%; 
	
font-size: 13px;
}



.list_paragraph {
	
margin-left: auto; 
	
margin-right: auto; 
	
width: 90%; 
	
font-size: 13px;
}



.cell {
	
float: left; 
	
width: 19.0%; 
	
border: 1px solid #b6a682;
	
margin: 3px;
	
height: 25px;
	
line-height: 25px;
	
color: #FFFFFF;
	font-weight: bold;
	
font-size: 13px;
	
text-align: center;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;
	
border-radius: 5px;
	
background: #1C86EE;
/*non-CSS3 browsers will use this*/
	
background: -webkit-gradient(linear, 0 0, 0 100%, from( #1C86EE) to( #1E90FF)); /*old webkit*/
	
background: -webkit-linear-gradient #1C86EE,  #1E90FF); /*new webkit*/
	
background: -moz-linear-gradient( #1C86EE,  #1E90FF); /*gecko*/
	
background: -ms-linear-gradient( #1C86EE,  #1E90FF); /*IE10 preview*/
	
background: -o-linear-gradient( #1C86EE,  #1E90FF); /*opera 11.10+*/
	
background: linear-gradient( #1C86EE,  #1E90FF); /*future CSS3 browsers*/
	
-pie-background: linear-gradient( #1C86EE,  #1E90FF); /*PIE*/
}



.longbar {
	
height: 45px;
	
padding-left: 10px;
	
line-height: 45px;
	
font-weight: bold;
	
font-size: 16px;
	
color: white;
	
border: 0px solid black;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;
	
border-radius: 5px;

	
background: #CD853F; /*non-CSS3 browsers will use this*/
	
background: -webkit-gradient(linear, 0 0, 0 100%, from(#CD853F) to( #F4A460)); /*old webkit*/
	
background: -webkit-linear-gradient(#CD853F,  #F4A460); /*new webkit*/
	
background: -moz-linear-gradient(#CD853F,  #F4A460); /*gecko*/
	
background: -ms-linear-gradient(#CD853F,  #F4A460); /*IE10 preview*/
	
background: -o-linear-gradient(#CD853F,  #F4A460); /*opera 11.10+*/
	
background: linear-gradient(#CD853F,  #F4A460); /*future CSS3 browsers*/
	
-pie-background: linear-gradient(#CD853F,  #F4A460); /*PIE*/
}



/* MUST BE USED TOGETHER WITH LONG BAR */

.thinaddition {
	
height: 30px;
	
line-height: 30px;
	
font-size: 14px;
	
background: #CD853F; 
/*non-CSS3 browsers will use this*/
    
background: -webkit-gradient(linear, 0 0, 0 100%, from(#CD853F) to( #F4A460)); /*old webkit*/
    
background: -webkit-linear-gradient(#CD853F,  #F4A460); /*new webkit*/
    
background: -moz-linear-gradient(#CD853F,  #F4A460); /*gecko*/
    
background: -ms-linear-gradient(#CD853F,  #F4A460); /*IE10 preview*/
    
background: -o-linear-gradient(#CD853F,  #F4A460); /*opera 11.10+*/
    
background: linear-gradient(#CD853F,  #F4A460); /*future CSS3 browsers*/
    
-pie-background: linear-gradient(#CD853F,  #F4A460); /*PIE*/
}



.tinyaddition {
	
width: 50%;
	
height: 25px;
	
line-height: 25px;
	
font-size: 12px;
	
	
background: #474539; 
/*non-CSS3 browsers will use this*/

	
padding-left: 10px;
	
font-weight: bold;
	
color: white;
	
border: 0px solid black;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;
	
border-radius: 5px;
}



.tinyaddition_program {
	
height: 25px;
	
line-height: 25px;
	
font-size: 12px;
	
	
background: #474539; 
/*non-CSS3 browsers will use this*/

	
padding-left: 10px;
	
font-weight: bold;
	
color: white;
	
border: 0px solid black;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;
	
border-radius: 5px;
}



.tinyaddition_program_schair {
	
height: 25px;
	
line-height: 25px;
	
font-size: 14px;
	
	
font-style: italic; 

	
padding-left: 10px;
	
font-weight: bold;
	
color: black;
	
border: 0px solid black;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;
	
border-radius: 5px;
}




.committee_leftcell {
	
width: 25%; 
	
font-weight: bold;
}



.cfp_rightcell {
	
color: #a92c10;
	font-weight: bold;
}



.comittee_table {
	
margin-left: auto; 
	
margin-right: auto; 
	
width: 90%; 
	
font-size: 13px; 
}



.time_table {
	
margin-left: auto; 
	
margin-right: auto;
	
font-size: 13px; 
}



table.rates {
	
font-size: 12px;
	
border-collapse: collapse;
	
border: 1px solid black;
	
border-spacing: 1px;
}



table.rates td, th {
	
border: 1px solid black;
	
padding: 8px;
	text-align: center;
}
	


.location_side {
	
float: right; 
	
padding-right: 10px; 
	
font-style: italic; 
	
font-weight: normal;
}



.sponsors {
	
font-size: 10pt;
	
text-align: center;
	
margin-top: 15px; 
	
margin-bottom: 15px; 
	
margin-right: auto;
	
margin-left: auto;
	
width: 100%;
}



.logo {
	
border: 3px solid black;
}



figure {
	
display: inline-block;
}