/*
 * HTML styles.
 */
html { height: 100%; margin-bottom: 1px; } 

body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	background: #d6eaf7 url(../images/bkg_body_inside.gif) repeat-x;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
body#short {
	background: #d6eaf7 url(../images/bkg_body.gif) repeat-x;
}

a, a:link, a:visited  {
	color: #8b0414;
	text-decoration: underline;
				}
a:hover, a:active {
	color: #8b0414;
	text-decoration: none;
}
p {
	padding: 0px 55px 10px 55px;
	line-height: 15px;
}

p.index {
	padding-top: 15px;
	line-height: 18px;
	}

p.return {
	margin-top: 12px;
	}

h2 {
	text-align:right;
	font-weight: bold;
	font-size: 12px;
    color: #750117;
	line-height: 20px;
	padding: 10px 0 2px 0;
	margin: 0 55px 20px 55px;
	border-bottom: 1px solid #000;
	width: 82%
	}

h3 {
	font-weight: bold;
	font-size: 11px;
	}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #750117;
	padding: 0 55px 0 55px;
	line-height: 18px;
	}

h5 {
	font-weight: bold;
	font-size: 11px;
	padding: 0px 55px 10px 55px;
	line-height: 15px;
	}
	
h6 {
	font-weight: bold;
	font-size: 12px;
	color: #750117;
	padding: 10px 55px 10px 55px;
	line-height: 18px;
	}

#content ul, #content_short ul {
    padding: 5px 0px;
	padding-right: 55px;
}
#content ul li, #content_short ul li{
    margin-left: 70px;
	padding-bottom: 10px;
    list-style-type: square;
}

#content ul li ul, #content_short ul li ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: -30px;
}

#content ul li ul li, #content_short ul li ul li {
	list-style-type: circle;
}

ol {
	margin: 5px 0px;
	padding-right: 25px;
}
ol li {
	margin-left: 30px;
	list-style-type: decimal;
	padding: 3px 0 4px 0;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 8px;
	vertical-align: top;
	color:#000000;
}

em {
	font-style:italic;
}

table {
	font-size: 11px;
	margin: 10px 55px 10px 55px;
}

td {
	padding: 6px 3px 6px 3px;
}

td span {
	font-size: 9px
	}

th { 
	font-weight: bold;
	padding: 6px 3px 6px 3px;
}

/*
 * Block definitions.
 */
	#container {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		width: 755px;
		margin-top: 0;
		padding-top: 0;
	}
	a#logo_link, #logo_link_div div {
			position: absolute;
			margin: 14px 0 0 42px;
			display: block;
			height: 41px;
			width: 512px;
			background: url(../images/logo_link.gif) top left no-repeat;
			text-align: left;
			}
	#right_column {
		position: absolute;
		width: 165px;
		top: 60px;
		margin-left: 595px;
	}
		ul#speaker_links li {
			margin-top: 10px;
			font-size: 9px;
			line-height: 12px;
			}
	#newsletter_signup {
		position: absolute;
		top: 415px;
		width: 152px;
		height: 59px;
		margin-left: 595px;
		background: url(../images/bkg_newsletter.gif) top left no-repeat;
		}
		#newsletter_signup p {
			margin-top: 5px;
			padding: 0;
			text-align: center;
			font-size: 9px;
			color: #fff;
		}
		table.newsletter {
			margin: 0 0 0 7px;
		}
	#content_wrapper {
		background: url(../images/bkg_wrapper.gif) repeat-y;
		width: 590px;
		min-height:350px;
		height:auto !important;
		height:350px;
		text-align: left;
	}
		#header_container {
		width: 755px;
		text-align: left;
		overflow: hidden;
		}
		h1#header {
			width: 590px;
			height: 56px;
			background:url(../images/header.gif) top left no-repeat;
			text-indent: -9999px;
			margin: 0;
			padding: 0;
		}
		#print_logo { position: absolute; left: -3000px; top: 0; width: 2000px; } /*Display in print css*/
			h1#header a { 
				display: block; 
				height: 27px; 
				width: 333px; 
				padding: 0; 
			}
		#nav_position {
			background: url(../images/bkg_nav.gif);
			width: 590px;
			height: 35px;
		}
		#content_short { 
			background: url(../images/bkg_content_short.gif) no-repeat;
			width: 590px;
			min-height:312px;
			height:auto !important;
			height:312px;
		}
		#content {
			background: url(../images/bkg_content.gif) no-repeat;
			background-color: none;
			width: 590px;
			min-height:578px;
			height:auto !important;
			height:578px;
		}
		#footer_short {
			background: url(../images/bkg_footer_short.jpg);
			height: 245px;
			width: 755px;
		}
		#footer {
			background: url(../images/bkg_footer.jpg);
			height: 225px;
			width: 755px;
		}
		#copyright_short, #copyright {
			text-align: left;
			margin: auto;
			height: 207px;
			font-size: 10px;
			width: 755px;
			line-height: 15px;
			color: #000;
			background: url(../images/bkg_copyright_short.gif) top left no-repeat;
			}
		#copyright {
			background: url(../images/bkg_copyright.gif) top left no-repeat;
			}
			#copyright_short div, #copyright div {
				padding-top: 25px;
				margin-left: 20px;
				}
			#copyright_short span, #copyright span {
				letter-spacing: .5em;
				}
/*Content Styles*/

.admin_right {
	text-align: right;
	margin: 0 0 7px 10px; 
	}
	
.formtext {
	width: 250px;
	}

.right {
	float: right;
	text-align: center;
	margin: 0 50px 7px 10px; 
	padding: 5px;
	border: 1px solid #727272;
	}
.right_list {
	float: right;
	text-align: left;
	margin: 2px 100px 0 0;
	}
.right p, .center p {
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 0 0;
	}
	
.left {
	float: left;
	margin: 0 15px 10px 55px; 
	}

.center {
	text-align: center;
	margin: auto;
}

.center div {
	margin:auto;
	width: 460px;
	text-align: center;
	padding: 5px;
	border: 1px solid #727272;
}
	
.sp {
	float: right;
	text-align: center;
	margin: 0 50px 7px 10px; 
	padding: 5px;
	}

span.red {
	color: #CC0000;
	}
/*Gallery Table Styles*/

.gallery {
	float: right;
	margin: 0 0 0 20px;
	}

.td_left {
	border-right: 1px solid #6e2803;
	border-bottom: 1px solid #6e2803;
	padding: 0 7px 7px 0;
	}
.td_end_left {
	border-right: 1px solid #6e2803;
	padding: 7px 7px 0 0;
	}
.td_right {
	border-bottom: 1px solid #6e2803;
	padding: 0 0 7px 7px;
	}
.td_end_right {
	padding: 7px 0 0 7px;
	}
	
/*Contact Form Styles*/

.error span {
	color: #660000;
}

ul#site_map {
	margin-left: 65px;
}

/*Admin Styles*/

table.admin {
	font-size: 10px;
	width: 80%;
}

table.admin td {
	padding: 6px 3px 6px 3px;
}

table.admin th { 
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.fieldName {
	text-align: right;
}

td.header {
	font-weight: bold;
	background-color:#EFF4F7;
	}

div#err {
	border: 1px dashed #990000;
	color: #990000;
	background-color: #EFF4F7;
	padding: 5px;
	margin: 0 0 15px 55px;
	width: 480px;
}

div#msg {
	border: 1px dashed #009933;
	color: #009933;
	background-color: #EFF4F7;
	padding: 5px;
	margin: 0 0 15px 55px;
	width: 480px;
}
span.note {
	font-size:10px;
	color: #666666;
	font-style:italic;
}

.clear {
	clear: both;
}