/****************************************
 * General Formatting
 ****************************************/

body {
	font-family: Arial, sans-serif;
	background-color: #afcbdf;
	text-align: center;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	}

body.mceContentBody {
	background-color: #fff;
	text-align: left;
}

* {
	margin: 0px; 
	padding: 0px;
	}


h1 {
	font-size: 13pt;
	text-transform: uppercase;
	color: #000066;
	}

h2 {
	font-size: 10pt;
	text-transform: uppercase;
	color: #000066;
	}

h3 {
	font-size: 10pt;
	color: #000066;
	}

p {
	font-size: 9pt;
	}

a, a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	}

a:active, a:hover {
	text-decoration: underline;
	font-weight: bold;
	}

.err_msg {
	font-size: 16pt;
	color: red;
	}



/****************************************
 * Header
 ****************************************/

#header_main {
	position: relative;
	top: 5px;
	width: 750px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	}

#header_main img {
	margin: 3px 0 2px 5px;
	border: none;
	}

/****************************************
 * Rounded Corners
 ****************************************/

.tr {
	background-image: url('http://www.icice.org/imgs/corner_ur.gif');
	background-repeat: no-repeat;
	background-position: 100% 0;
	z-index: 200;
	margin: 0;
	padding: 0;
	}
.br {	
	background-image: url('http://www.icice.org/imgs/corner_br.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;	
	z-index: 200;
	margin: 0;
	padding: 0;
	}
.tl {
	background-image: url('http://www.icice.org/imgs/corner_ul.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 200;
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	}
.bl {	
	background-image: url('http://www.icice.org/imgs/corner_bl.gif');
	background-repeat: no-repeat;
	background-position: 0 100%;	
	z-index: 200;
	margin: 0;
	padding: 0;
	}
.db_br {	
	background-image: url('http://www.icice.org/imgs/corner_db_br.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;	
	z-index: 201;
	margin: 0;
	padding: 0;
	}
.db_bl {	
	background-image: url('http://www.icice.org/imgs/corner_db_bl.gif');
	background-repeat: no-repeat;
	background-position: 0 100%;	
	z-index: 201;
	margin: 0;
	padding: 0;
	}
.db_tr {
	background-image: url('http://www.icice.org/imgs/corner_db_ur.gif');
	background-repeat: no-repeat;
	background-position: 100% 0;
	z-index: 200;
	margin: 0;
	padding: 0;
	}
.db_tl {
	background-image: url('http://www.icice.org/imgs/corner_db_ul.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 200;
	margin: 0;
	padding: 0;
	width: 100%;
	}

.dbw_br {	
	background-image: url('http://www.icice.org/imgs/blu_corner_br.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;	
	z-index: 201;
	margin: 0;
	padding: 0;
	}
.dbw_bl {	
	background-image: url('http://www.icice.org/imgs/blu_corner_bl.gif');
	background-repeat: no-repeat;
	background-position: 0 100%;	
	z-index: 201;
	margin: 0;
	padding: 0;
	}
.dbw_tr {
	background-image: url('http://www.icice.org/imgs/blu_corner_ur.gif');
	background-repeat: no-repeat;
	background-position: 100% 0;
	z-index: 200;
	margin: 0;
	padding: 0;
	}
.dbw_tl {
	background-image: url('http://www.icice.org/imgs/blu_corner_ul.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 200;
	margin: 0;
	padding: 0;
	width: 100%;
	}

/****************************************
 * Misc
 ****************************************/

.float_clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1pt;
	line-height: 0;
	overflow: hidden;
	}

.medium_spacer {
	height: 15px;
	}

.small_spacer {
	height: 10px;
	}

.very_small_spacer {
	height: 5px;
	}

.text_buffer { /* ie */
	margin: 0;
	padding: 0;
	width: 99%;
	text-align: left;
	}

html>body .text_buffer { /* other browsers */
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	}

.text_buffer p, h1, h2, h3 {
	margin: 0;
	padding: 5px;
	}

ul, ol {
	margin: 0;
	padding: 5px;
	padding-left: 25px;
	}

ul {
	list-style-type: square;
	}


/****************************************
 * Content Navigation
 ****************************************/

#content_navigation_bar {
	text-align: left;
	float: left;
	font-size: 10pt;
	width: 140px;
	padding: 0;
	margin: 0 0 0 0px;
	clear: left;
	background-color: #000066;
	height: 100%;
	}

#content_navigation_bar_height {
	width: 0px;
	height: 350px;
	float: left;
	}

#content_navigation_bar ul{
	list-style:none;
	padding:0;
	margin:0;
	}

#content_nav_items {
	width: 99%;
	padding:0;
	margin:0;
	}
	
#content_nav_items li {
	margin:0;
	padding:0;
	display: block;
	}

#content_nav_items a {
	display: block;
	padding:10px 5px 10px 5px;
	margin: 0;
	text-decoration:none;
	color: #fff;
	}

#content_nav_items li span { 
	padding:0;
	margin: 0;
	}

ul#content_nav_items li a:link { 
	color: #888888; 
	text-decoration: none; 
	}

ul#content_nav_items li a:visited { 
	color: #888888; 
	text-decoration: none; 
	}

#content_nav_items li a.a1 {
	color: #afcbdf;
	font-style: italic;
	}
#content_nav_items li a:hover {
	color: #afcbdf; 
	}

/****************************************
 * Division Menu
 ****************************************/

#division_menu {
	background-color: #000066;
	width: 100%;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

.div_menu_holder {
	height: 5px;
	padding: 0;
	margin: 0;
	font-size: 1pt;
	}

#division_menu a, #division_menu a:visited {
	text-decoration: none;
	color: #fff;
	}

#division_menu a:active, #division_menu a:hover {
	text-decoration: none;
	color: #afcbdf;
	}

#division_menu ul {
	padding: 0;
	margin: 0;
	}

#division_menu li {
	display: inline;
	margin:0;
	padding: 0 12px 0 12px;
	}


/****************************************
 * Forms
 ****************************************/

th  {
	font-size: 10pt;
	text-transform: uppercase;
	color: #000066;
	font-weight: bold;
	text-align: right;
	}

#icice_form table {
	margin: auto;
	border: 0px;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#icice_form th {
	font-size: 10pt;
	text-transform: none;
	color: #000066;
	font-weight: bold;
	text-align: right;
	width: 30%;
	vertical-align: middle;
	padding: 2px;
	}

#icice_form td {
	font-size: 10pt;
	vertical-align: middle;
	padding: 2px;
	}

#icice_form img {
	vertical-align: middle;
	}

.cm_button {
	border: 1px solid #000066;
	color: white;
	background-color: #000066;
	cursor: pointer;
}

.cm_button:hover {
	border: 1px solid #000066;
	color: #000066;
	background-color: #afcbdf;
	cursor: pointer;
}



/****************************************
 * Content
 ****************************************/

#content_space {
	position: relative;
	text-align: left;
	left: 0;
	width: 750px;
	margin: 0px auto;
	height: auto;
	padding: 0;
	}

#front_page_content {
	position: relative;
	left: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	width: 530px;
	}

#content_page_content {
	position: relative;
	left: 0;
	float: right;	
	padding: 0;
	margin: 0;
	font-size: 10pt;
	width: 600px;
	}

#content_page_content_height {
	height: 350px;
	z-index: -1;
	float: left;
	}

#front_page_features {
	position: relative;
	left: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 530px;
	}

#front_page_feature_a {
	position: relative;
	left: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	width: 260px;
	float: left;
	}

#front_page_feature_b {
	float:right;
	text-align: left;
	padding: 0;
	font-size: 10pt;
	width: 260px;
	}

#front_page_sidebar {
	float: right;
	text-align: right;
	font-size: 10pt;
	width: 210px;
	margin: 0;
	padding: 0;
	}

#conference_sidebar, #events_sidebar, #feature_spotlight {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	width: 100%;
	}

/****************************************
 * Footer
 ****************************************/

#footer {
	position: relative;
	top: 5px;
	width: 750px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	}
