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

body {
	background: #0D3667;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height: 1.5em;
	/*font-size: .75em;*/
	font-size: 11px;
	margin: 0;
	padding: 0;	
}

BODY, TD {
	color: #000;
	font-size: 11px; 
	font-family: Tahoma;
	vertical-align: top;
}
a {
	text-decoration: none;
}

a:link, a:visited {
	color: #1A4EA2;
}

a:hover{
	color: #9BC5C6;
}

p {
	margin: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	line-height: 1.25em;
}

li {
	margin: 10px 0 10px 20px;
}

img {
	border: 0;
}

/*
#menu {
	background: url(images/menu_bg.jpg) #2c4460 repeat-x;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	float:left;
	margin: 0;
}

#menu ul li a.first_menu_item {
	border-left: 1px solid #dbd9dc;
}

#menu ul li a:link, #menu ul li a:visited {
	display:block;
	color: #fff;
	font-weight: bold;
	float:left;
	padding: 5px 10px;
	border-right: 1px solid #dbd9dc;	
}
#menu ul li a:hover {
	background: url(images/menu_bg_over.jpg) repeat-x;
}
*/
.s{
	font-size: 10px;
}

.head {
	color: #9BC5C6;
	font-weight: bold;
}

.tabhead {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.tab {
	color: #4F82B7;
	font-size: 10px;
}

a.tlink {
	color: #9BC5C6;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
a.tlink1 {
	color: #3A73B7;
	text-decoration: underline;
	font-size: 11px;
}
.copy {
	color: #B3E3F2;
	font-size: 10px;
}

a.link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#news_and_events {
	margin-top: 20px;
}

.side_section_header {
	color: #fff; 
	font-weight:bold;
	padding: 0 5px 0 25px;
	margin: 5px 0;
}

.content {
	background:url(images/newsbg.jpg) repeat-y;	
}

.news_event {
	margin-bottom: 20px;
}

.news_event_title {
	text-align:right;
	color: #9BC5C6;
	font-weight: bold;
}

.news {
	color: #B7C3D2;
	font-size: 10px;
}
.newsb {
	color: #B7C3D2;
	font-size: 11px;
	padding: 5px 15px 0 15px;
}

.date {
	color: #FFFFFF;
	font-size: 10px;
}


.copy a:link, .copy a:visited {
	color: #fff;
}

.copy a:hover {
	color: #000;
}





/****************************************** DROP DOWN MENU ************************************************/
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #fff;*/
width: 100%;
background: url(images/menu_bg.jpg) 0px 0px repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0;
}

.chromestyle ul li a{
color: #fff;
padding: 2px 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}

.chromestyle ul li a:hover{
background: url(images/menu_bg_over.jpg) 0px 0px repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #295A94;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/ /*I removed because it breaks hover style in IE!*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #81B4ED;
}
/****************************************** END DROP DOWN MENU ************************************************/

/********************************* Set Minimum Height of main content area on all browsers********************/
/* for Mozilla/Safari/Opera */
*>#height_outer_container {
 padding-top: 500px;
 min-height: 1px;
}
*>#height_outer_container #height_inner_container {
 margin-top: -500px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #height_outer_container {
 height: 500px;
}
/* end filter */
/********************************* END Minimum Height of main content area on all browsers********************/


/* EVENT PAGES MENU BAR */
ul#nav_bar {
	margin: 0 0 15px 0;
}

ul#nav_bar li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
}

ul#nav_bar li {
	margin:0 3px;
}

ul#nav_bar li.current_page a {
	font-weight:bold;	
}

#agenda_table {
	width: 100%;
}

#agenda_table, #agenda_table td, #agenda_table th {
	border-collapse: collapse;
	border: 1px solid #000;
}

#agenda_table td, #agenda_table th {
	padding: 5px;
}

#agenda_table th {
	text-align:center;
}

tr.alt td {
	background: #E0E8EF;
}

tr.over td {
	background: #A7C6DF;
}
.cmxform fieldset p.error label { color: red; }
div.container {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}
form.cmxform { width: 30em; }
form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}

/* ------------- Event Documents -------------*/
.eventDoc {
	width: 100%;
	clear: both;
	float: left;
	
	}
.docTitle {
	float: left;
	width: 30%;
	padding: 2px 4px;
	}
.docDate {
	float: left;
	width: 110px;
	padding: 2px 4px;
	}
.docDl {
	float: left;
	width: 110px;
	text-align: center;
	padding: 2px 4px;
	}
.row1 {
	background-color: #e1e1e1;
	}
	
.sessionFilesSection {
	display:none;
	margin-left:35px; 
}

.sessionFile {
	margin-left:35px; 
}

.sessionFilesToggle {
	cursor: pointer;
	cursor: hand;
	margin-left:30px;
}

.bycls {
	margin-top:0px;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.bycls:hover {
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
}