html { min-height: 100.1%; height: 100.1%;}
body { 
		margin-top: 0; margin-bottom: 0; margin-right: 0;
		margin-left: 15px; 
		background-color: #000000;
		color: #FF9900;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1em;
	}

a:link {color: #FF9900; text-decoration: none;}
a:visited {color: #FF9900; text-decoration: none;}
a:active {color: #FF9900; text-decoration: none; }
a:hover {color: #FF6600; text-decoration: underline;}

h1 { font-size:1.5em;}
h2 { font-size:1.3em;}
p { line-height:1.6em;}

ul { padding-top: 5px;}

li { padding-bottom: 20px;
	}

#outer {width: 100%;}

/* this is used to cover up the Enter link in the  flash file and which will be on top of the flash */
 #flashdiv_cover_up { 
	z-index:100;
   position:absolute; 
   left: 50%; 
   top: 0;
   width: 700px; 
   height: 148px; 
   margin-left: -350px; 
   /* a mostly transparent image, with a little patch of black to cover up the Enter word*/
    background-image: url(images/lk-end-splash.gif); background-repeat: no-repeat;
}


.event_detail { color: #FFFFFF; }
.event_detail a:link {color: #FFFFFF; text-decoration:underline;}
.event_detail a:active {color: #FFFFFF; text-decoration:underline;}
.event_detail a:visited {color: #FFFFFF; text-decoration:underline;}
.event_detail a:hover {color: #FF6600; text-decoration:none; }

.event_body {
		width:100%; 
		background-image: url(images/eventsbkg.jpg); background-repeat:  repeat-y;
		padding-left: 10px; 
		padding-right: 10px;
		font-size: 0.8em;
		}

.headline_body { 
		background-image: url(images/backheadlines.jpg);
		padding-left: 10px; 
		padding-right: 10px;
		font-size: 0.8em;
		}

.interview_body {
		background-image: url(images/pressbk.jpg);
		padding-left: 10px; 
		padding-right: 10px; 
		font-size: 0.8em;
		}

		
.interview_question {color: #FF6600;} 

.contact_body {
		width:100%;  
		background-image: url(images/backgrdcontact.jpg); background-position: top right;
		background-repeat: no-repeat;
		padding-left: 10px; 
		padding-right: 10px;
		font-size: 0.8em;
		}
		
.left_column {			 
 		left: 0;
		float: left;
		width: 20%;
		text-align: left;
		/*vertical-align: top; */
		font-size: 13px; 
		font-weight: bold;	
		line-height: 200%;
		}
	
.main {
		left: 20%;
		float: left;
		width: 60%;
		font-size: 1em; 
		font-weight: bold; 
		text-align: justify;
		/*vertical-align: top;*/
		}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
} 

.main_left {
		width:264px; 
		text-align:left;
		vertical-align:middle;
		}	

.main_body {
			font-size: 0.8em; 
			font-weight: bold; 
			text-align: justify; 
			vertical-align: middle;
			}
.main_body p {text-align: justify;}

.thumbnail { text-align: center; vertical-align: middle; }

.right_column { /*width: 20%; */}

.footer {width: 100%;
		font-size: 11px;
		font-weight: bold;
		text-align:center;
		}
.footer_menu {width: 100%;
		font-size: 13px;
		font-weight: bold;
		text-align:center;
		}
		
.underlined {text-decoration: underline; }
		
.copyright {font-size: 1em; }

