/* CSS Document */
* {margin:0px; padding:0px;} /* normalizes margin, padding */
div {position:relative;} /* to help with position:absolute and z-index */
a {outline:none;} /* firefox fix */
h1,h2,h3,h4,h5,h6 {font-size:100%;}
ol, ul {list-style:none;} /* removes bullets from lists */
table {border-collapse:collapse; border-spacing:0px;}
fieldset, img {border:none;} /* removes border */
caption, th {text-align:left;} /* default is center */
html {overflow-y:scroll;} /* forces space for scrollbar so that centered site does not shift with longer content */

body {
	background-color: #4F4C4D; /* #EABD82  light yellow #FEF8BC #393536 #4F4C4D*/
	color:#333333;
	font-size: 13px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	margin-top:50px;
}

.main_table_border {width:744px;margin:0px auto;}
.center {text-align:center;}
#schedule_table th {padding:12px 0px 4px 0px;}

.content h1 {font-size: 16px; color:#333333;padding-bottom:16px;}
.content h2 {font-size: 14px; color:#333333;padding-bottom:12px;}
.content h3, .content h4, .content h5, .content h6 {font-size: 13px; color:#333333;padding-bottom:3px;}
.content h4 {padding-bottom:2px;margin-bottom:0px;}
.content p {line-height:17px;}
.content ul, .content ol {margin:0px 0px 16px 24px;list-style-type:disc;}
.content ol {list-style-type:decimal;margin-left:34px;}
.content img {border:0px solid #333333;}
.content table {margin-bottom:16px;}
.content table th {padding-right:10px;}
.content table th, .content table td {padding-bottom:4px;}
.content a {font-size:13px;}

h1#banner {
	background-image:url(../images/a_2010/after_bell_banner.jpg);
	width:744px;
	height:154px;
	text-indent:-9999px;
	}
	
a#register_link {
	display:block;
	background-image:url(../images/a_2010/register_icon.png);
	background-position:left;
	background-repeat:no-repeat;
	width:95px;
	height:97px;
	text-indent:-9999px;
	margin:0px auto;
	cursor:pointer;
	clear:both;
	padding-top:24px;
}

a#register_link:hover {background-position:right;}

a#proposal_link {
	display:block;
	background-image:url(../images/a_2010/btn_submit_proposal.png);
	background-position:left;
	background-repeat:no-repeat;
	width:52px;
	height:59px;
	text-indent:-9999px;
	margin:0px auto;
	cursor:pointer;
	clear:both;
	padding-top:24px;
}

a#proposal_link:hover {background-position:right;}

p, address {margin:0px 0px 14px 0px;font-style:normal;}

blockquote {font-size:11px;}

.border_under_header {
	background-color: #090808;/* original: #7E99D4 */
	line-height:30px;
	color:#FEFEE2;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size:16px;
	letter-spacing:0px;
	padding-right:10px;
}

.link_holder {
	background-color: #E0C75C;
	padding:0px;
	margin:0px;
	border-right:0px solid #090808;
}

.links  {
	display:block;
	padding:10px 0px 10px 10px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color:#090808;
	background-color:#E0C75C;
}

.main_table_border {
	border: 1px solid #000000;
}

a.links:link,
a.links:active,
a.links:visited {
	color:#090808; 
	text-decoration:none;
	font-size:12px;
}

a.links:hover {
	background-color: #EFE3AD;/* original: #7E99D4 */
	color:#090808; 
	text-decoration:none;
}

.content {
	background-color:#FCFCFC;
}

.content a:link {
	color:#980000;
	text-decoration:none;
	font-weight:bold;
}

.content a:active {
	color:#980000; 
	text-decoration:none;
	font-weight:bold;
}

.content a:visited {
	color:#980000;
	text-decoration:none;
	font-weight:bold;
}

.content a:hover {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

.footer {
	font-size:10px;
	text-align:center;
}

.footer a {
	font-size:10px;
	color:#000000;
}

.footer a:link { 
	text-decoration:underline;
}

.footer a:active {
	text-decoration:underline;
}

.footer a:visited {
	text-decoration:underline;
}

.footer a:hover {
	text-decoration:none;
}

.content_td {
	background-color:#FFFFFF;
	border-left:1px solid #090808;
}

.content {
	padding: 35px 35px 10px 35px;
	border-top:1px solid #090808;
}

.kit_logo_holder {
	background-color: #FFFFFF;
}

.left_indent_15 {margin-left: 15px;}
.left_indent_25 {margin-left: 25px;}
.left_indent_35 {margin-left: 35px;}

.image_regular {
	margin: 10px 10px 10px 0px;
}

.image_float_right {
	float:right;
	margin: 10px 0px 10px 10px;
}

.image_float_left {
	float:left;
	margin: 10px 10px 10px 0px;
}

.blurb_right {
	float:right;
	width:200px;
	margin:10px 0px 10px 10px;
	padding:10px;
	background-color:#00497D;
	font-weight:normal;
	font-size:11px;
	border-color:#000000;
	border-width:3px;
	border-style:groove;
	color:#FFFFFF;
}

.blurb_left {
	float:left;
	width:200px;
	margin:10px 10px 10px 0px;
	padding:10px;
	background-color:#00497D;
	font-weight:normal;
	font-size:11px;
	border-color:#000000;
	border-width:3px;
	border-style:groove;
	color:#FFFFFF;
}

.blurb_regular {
	width:400px;
	margin:10px 10px 10px 0px;
	padding:10px;
	background-color:#090808;
	font-weight:normal;
	font-size:11px;
	border-color:#000000;
	border-width:3px;
	border-style:groove;
	color:#FEF8BC;
}

.logo_images {
	text-align:center;
	margin:20px 0px 20px 0px;
}

.logo_images img {
	border:1px solid #000000;
}