/*
+-------------------------------------------------------------------------+
Title:		Base Styles
Author:		UMC
Copyright:	2008 - UMC
Updated:		1/3/08
+-------------------------------------------------------------------------+

+-- CONTENTS -------------------------------------------------------------+
- Body Styles
- Containers
+-------------------------------------------------------------------------+
*/


/* reset ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

html, body, div, span, 
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

:focus {outline: 0;}

address, caption, cite, code, dfn, th, var { 
	font-style:normal; 
	font-weight:normal;} 
	
caption, th {text-align:left;}

table {
	border-collapse: collapse;
	border-spacing: 0;}

ul {list-style: none;}

blockquote, q {quotes: none;}
.red_text {
	font-size: 16pt;
	color: #D31C23;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

	
/* Additional */
form label {cursor: pointer;}
fieldset {border: none;}
abbr, acronymn {text-decoration: none; border:0;	speak: spell-out;}

.clear {clear: both;}
.hide, hr {
}



/* BODY STYLES ----------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

body {
	font-size: 16px;	
	background: #FFFFFF;
	color: #000000;
	margin: 0; padding: 0;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-align: center;}
.body_text {
	font-size: 12pt;
	margin-left: 190px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
.body_text_2 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	.Subtitle_text {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#site {
	width: 765px;
	min-height: 800px;
	text-align: left;
	background: #ffffff url(../images/bg-site.gif) top left repeat-y;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#gutter {
	width: 158px;
	position: absolute;
	top: 96px;
	left: 45px;}
	
#content {
	position: relative;
	width: 585px;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 284px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0;
}
	

/* HEADER STYLES --------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

#head h1 {
	width: 609px;
	height: 20px;
	text-indent:-5000px;
	background: url(../images/march-1.gif) top left no-repeat;
	position: absolute;
	top: 32px;
	left: 47px;}

#head h2 {
	width: 161px;
	height: 128px;
	text-indent: -5000pc;
	background: url(../images/boxtop-1.gif) top left no-repeat;
	position: absolute;
	top: 83px;
	right: 108px;
	color: #FF2400;
}

/* NAVIGATION ------------------------------------------------------------ */
/* ----------------------------------------------------------------------- */
#navigation {
	padding-top: 146px;
	background: url(../images/pic-1.jpg) top left no-repeat;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
	
	#navigation a {color: #FFFFFF; text-decoration: none;}
	#navigation a:hover {text-decoration: underline;}
	
	#navigation li {
		width: 115px;
		padding-bottom: 15px;}


/* CONTENT --------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
#content h2 {
	color: #ff0000;
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;}
	
	#index #content h2 {margin-bottom: 40px;}

#content h3 {
		color: #000000;
		margin-bottom: 20px;
		font-size: 19px;
		font-weight: bold;
		text-transform: uppercase;}

	#index #content h3 {
		color: #ff0000;
		margin-bottom: 30px;}

#content h4 {
		color: #000000;
		margin-bottom: 25px;
		font-size: 19px;
		font-weight: bold;}
	
#content p {margin-bottom: 1.5em;}

#content dl {margin-bottom: 1.5em;}
	#content dt {font-weight: bold; margin-bottom: .3em;}
	
	#content ol {margin: 0 0 1.8em 20px;}
	#content ul {margin: 0 0 1.8em 0;}
	
		#content li {margin-bottom: .4em;}


#content table {
	width: 100%;
	border: 1px solid #000000;
	margin-bottom: 35px;}
	
	#content th,
	#content td {padding:5px;}
	#content th {
		font-weight: bold;
		border-bottom: 2px solid #000000;}
		
		.time-header {
	width: 20%;
	color: #FFF;
	background-color: #000;
}
		.session-header {
	width: 80%;
	color: #FFF;
	background-color: #000;
}
		
		#content td {border-bottom: 1px solid #000000;}
	

	
	



.address {
	font-size: 1.2em;
	margin-bottom: 1.5em;}

.footnote {font-size: .8em;}
#site #content p .red_text {
	text-align: center;
}
.gala_info {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.home_info {
	font-family: Arial, Helvetica, sans-serif;
}

