
a {
	color: #336699;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

a img {
	border-width: 0px;
}

b {
	color: #087592;
}

b.top, b.top a{
	font-size: 16px;
}

b.hi, b.hi a {
	font-size: 15px;
}

b.mid, b.mid a {
	color: #0986A3;
	font-size: 14px;
}

b.low, b.low a {
	color: #0A97B4;
	font-size: 12px;
}

body {
	background-color: #666666;
	/* font-family: Verdana, Helvetica, Arial; */
	font-family: Helvetica;
	font-size: 13px;
}

.button {
	background-color: #087592;
	color: #FFFFFF;
	width: auto;
}

.center {
	text-align: center;
}

.clickable {
	cursor: pointer;
}

.clear {
	clear: both;
}

.conference_subpage {
	margin: 0px;
	padding: 0px;
}

.copy {
	/* text-align: justify; */
}

.copy ul {
	list-style-image: url("../images/bullet.gif");
	/* text-align: left; */
}

.current_subpage {
	background-color: #336699;
	list-style-type: none;
	padding: 5px;
}

.current_subpage a {
	color: #FFFFFF;
}

.subpage {
	list-style-type: none;
}

.date {
	color: #CC9966;
	font-size: 11px;
	font-style: italic;
}

.day_header a {
	/*
	background-color: #087592;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	*/
	color: #087592;
	font-size: 11px;
}

/*
div {
	border: solid #CCCCCC 1px;
}
*/

.divide {
	border-bottom: solid #CCCCCC 1px;
	margin: 10px 5px;
}

#domain_carrier {
	height: 850px;
	overflow: hidden;
	text-align: center;
}

#domain_list {
	background-color: #8DCA49;
	float: left;
	margin-left: 15px;
	padding-top: 10px;
	text-align: center;
	width: 165px;
}

#domain_list a {
	color: #087592;
	font-size: 10px;
}

#domain_list a:hover {
	color: #FFFFFF;
}

#domain_list_cap {
	background-image: url("../images/domain_list_cap.png");
	height: 5px;
}

#domain_list_foot {
	background-image: url("../images/domain_list_foot.png");
	height: 5px;
}

.emph {
	color: 
	font-weight: bold;
}

.error, .error_input {
	background-color: #FFCCCC;
	border: dotted #CC0000 1px;
	color: #CC0000;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
}

.error {
	padding: 10px;
}

.error ul {
	list-style-type: disc;
}

.error ul li {
	list-style-type: disc;
	margin-bottom: 0px;
}

.even {
	background-color: #FFFFEE;
	border-bottom: dotted #CCCCDD 1px;
}

.even, .odd {
	padding-bottom: 10px;
}


.event_title {
	margin-top: 5px;
}

.feature, .feature_home {
	border-top: dotted #E3B68B 1px;
}

.feature_home {
	border-bottom: dotted #E3B68B 1px;
	height: 310px;
	overflow: hidden;
}

.feature_footer {
	text-align: right;
	margin-bottom: 25px;
}

.feature_preview {
	margin-bottom: 5px;
}

.feature_segment {
	height: 150px;
/*
	padding-top: 5px;
	padding-bottom: 5px;
*/
	overflow: hidden;
	padding: 5px 10px;
}

.feature .copy {
	margin-bottom: 10px;
}


.feature .subheader {
	font-style: italic;
	margin-bottom: 10px;
}

.feature_prev, .feature_next {
	cursor: pointer;
	float: right;
	position: relative;
}

.feature_prev {
	top: 7px;
}

.feature_next {
	top: -5px;
}

.feature_image_even {
	float: left;
	padding-right: 10px;
}

.feature_image_odd {
	float: right;
	padding-left: 10px;
}

.feature_image_odd img, .feature_image_even img {
	border: solid #3366CC 1px;
	width: 75px;
}

form {
	margin: 0px;	/* Remove implicit form margin in IE. */
	padding: 0px;	/* Remove implicit form padding in IE. */
}

.form_input {
	color: #CC0000;
	/* float: left; */
}

.form_input input, .form_input textarea, .form_input select {
	width: 175px;
}

.form_input .button {
	width: 50px;
}

.form_label {
	/* float: left;
	text-align: right; */
	margin-top: 5px;
	padding-left: 2px;
	/* width: 175px; */
}

.form_row {
/*
	clear: both;
	text-align: right;
*/
}

.half_column {
	float: left;
	width: 50%;
}

h1 {
	clear: left;
	color: #CC6600;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}

h1 a, h1 a:visited {
	color: #CC6600;
	font-size: 20px;
}

h2 a {
	/* color: #3366CC; */
	font-size: 13px;
}

h2 a:hover {
	color: #CC6600;
}

h2 {
	color: #3366CC;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}

h3 {
	color: #087592;
	font-size: 12px; /* 10px; */
	margin-top: 0px;
	margin-bottom: 15px;
}

#header_search {
	text-align: right;
}

#header_search img {
	left: -3px;
	position: relative;
	top: 3px;
}

.headline {
	height: 50px;
}

.headlines {
	border-bottom: dotted #E3B68B 1px;
	height: 260px;
	overflow: hidden;
}

.hidden {
	display: none;
	/* visibility: none; */
}

input, select, textarea {
	background-color: #CADDE3;
	border: solid #087592 1px;
	font-size: 10px;
	font-weight: bold;
	margin-right: 3px;
	width: 125px;
}

.left {
	float: left;
}

li {
	margin-bottom: 10px;
}

.main_column {
	float: left;
	padding-left: 15px;
	width: 550px;
}

.major_column {
	float: left;
	padding-left: 15px;
	width: 440px;
}

.minor_column {
	border-right: solid #CCCCCC 1px;
	float: left;
	padding-right: 15px;
	width: 315px;
}

.news_title {
	font-weight: bold;
}

.news_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.news_image img {
	border: solid #3366CC 1px;
}

#newsletter_form {
	margin-top: 5px;
}

#newsletter_form a {
	left: -2px;
	position: relative;
	top: 3px;
	z-index: 0;
}

.odd {
	background-color: #EEEEFF;
	border-bottom: dotted #CCCCDD 1px;
}

#page_body {
	padding: 5px;	/* Total of 800px */
	width: 790px;
}

#subpage_body {
	padding: 5px;
	width: 980px;
}

#page_footer {
	clear: left;
	color: #777777;
	padding-top: 60px;
	text-align: center;
}

#page_frame, #subpage_frame {
	background-color: #FFFFFF;
	background-position: bottom left;
	background-repeat: no-repeat;
	border: solid #087592 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

#page_frame {
	background-image: url('../images/buildings_large.png');
	background-position: bottom center;
	width: 980px;
}

#page_header {
/*
	background: url("../images/ac_logo.jpg");
	background-repeat: no-repeat;
	padding-top: 65px;
*/
	width: 800px;
}

page_header table {
}

#page_header a:hover {
	text-decoration: none;
}

#page_header #conference_logo {
	margin-left: 25px;
	width: 100px;
}

.paypal {
	background-color: #FFFFFF;
	border: none;
}

select.paypal {
	border: solid #087592 1px;
	width: 215px;
}

#subpage_header {
	width: 980px;
}

.quote {
	background-color: #CADDE3;
	border: solid #087592 1px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px;
	width: 300px;
}

.registration_item {
	color: #006699;
	font-weight: bold;
	margin-bottom: 10px;
}

.result_page, .result_page_current {
	float: left;
	border: solid #003366 1px;
	margin: 1px;
	padding: 2px;
	text-align: center;
	width: 17px;
}

.result_page_current {
	background-color: #003366;
	color: #FFFFFF;
}

.right {
	text-align: right;
}

.price {
	border-top: dotted #CC6600 1px;
	color: #CC6600;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#search_form {
	margin-bottom: 5px;
}

.side_column {
	border-right: solid #CCCCCC 1px;
	float: left;
	padding-right: 15px;
	width: 185px;
}

.side_column a {
	font-size: 11px;
}

.sponsor {
	margin-top: 10px;
}

#subpage_frame {
	background-image: url('../images/buildings.png');
	/* background-image: url('../images/buildings_small.png'); */
	width: 800px;
}

table {
	width: 100%;
}

.transluscent {
	filter: alpha(opacity=65);
	opacity: 0.65;
}

.upcoming_events {
	float: left;
	padding-right: 10px;
	width: 150px;
}

#welcome {
	/* text-align: justify; */
}

/************/
/* Submenus */
/************/
.menubar {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	z-index: 30;
}

#menubar {
	background: url('../images/menubar.jpg');
	height: 22px;
}

.menubar li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

.menubar li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	width: 75px;
	text-align: center;
}

.menubar li a:visited {
	color: #FFFFFF;
}

.menubar li a.current_page {
	color: #8DCA49;
}

.menubar li a:hover {
	background-color: #8DCA49;
	color: #FFFFFF;
}

.menubar div {
	/* background-color: #EEEEEE; */
	border: 1px solid #5970B2;
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 999;
}

.menubar div a {
	color: #087592;
	display: block;
	font-size: 12px;
	font-family: Arial;
	margin: 0;
	padding: 5px 10px;
	background: #EAEBD8;
	position: relative;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	width: auto;
}

.menubar div a:visited {
	color: #087592;
}
