@charset "UTF-8";
/* CSS Document */

body {
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:17px;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:17px;
}


a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
text-decoration:none;
font-size:11px;
}

a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
text-decoration:none;
font-size:11px;
}

a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
text-decoration:underline;
font-size:11px;
}

a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
text-decoration:none;
font-size:11px;
}

.copyright {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#647F9E;
text-decoration:none;
font-size:10px;
}

a.copyright:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#647F9E;
text-decoration:none;
font-size:12px;
}

a.copyright:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#647F9E;
text-decoration:none;
font-size:12px;
}

a.copyright:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#647F9E;
text-decoration:underline;
font-size:12px;
}

a.copyright:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#647F9E;
text-decoration:none;
font-size:12px;
}

.blue_copy {
	color: #2D4575;
	font-weight: bold;
	line-height:2.5em;
	letter-spacing:1px;
}
.white_copy {
	color: #FFFFFF;
	font-weight: bold;
	line-height:2.5em;
	letter-spacing:1px;
}

.header {
	color: #2D4575;
	font-weight: bold;
	line-height:2.5em;
	letter-spacing:1px;
	text-transform:uppercase;
}

.formheader {
	color: #2D4575;
	font-weight: bold;
	line-height:1.3em;
	font-size:1.3em;
	letter-spacing:1px;
}


/* MENU */ 

.menucontainer {
	margin:0px;
}

.menu {
	width:950px; 
	height:34px; 
	position:relative; 
	z-index:100;
	border-right:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:30px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:950px; 
	w\idth:950px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:175px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	height:28px; 
	background:#375D81; 
	padding: 3px 10px 3px 10px; 
	line-height:28px; 
	float:left;
	text-align:left;
}

/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {
	width:149px; 
	w\idth:138px;
}
*/



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:33px;
	left:0; 
	width:175px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;	
	t\op:31px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	text-align:left;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ABC8E2; 
	color:#2D4575; 
	height:auto; 
	line-height:2em; 
	padding:3px 10px; 
	width:175px;
	border-width:0;
	border-top:1px solid #2D4575;
	text-decoration:none;
}

/* yet another hack for IE5.5 
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
*/

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FF6600;
	background:#ffffff;
	text-decoration:none;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#FF6600; 
	background:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	 visibility:visible;
}

/* END MENU */

/* FORM STUFF */

.style1 {font-size: 10px;}
.style2 {font-size: 11px}

.bold	{font-weight: bold; }

.error {color: #c03; font-weight:bold; }

.admin {color: green; }

.login_bar { 

	color:white;
	background-color:#009900;  
	font-style:italic; 
	position:relative;
	width:920px;
	height:20px; 
	padding-left:28px;
	padding-bottom:1px;

}

.login_bar a:link {color:white; font-style:italic; text-decoration: underline; }
.login_bar a:visited {color:white; font-style:italic; text-decoration: underline; }
.login_bar a:active {color:#dddddd; font-style:italic; text-decoration: underline; }
.login_bar a:hover {color:#dddddd; font-style:italic; text-decoration: underline; }

.event_header { background-color:#375d81; color: white; font-weight:bold; }
.row0	{ background-color: #fffbfb; }
.row1	{ background-color: #dfe9f9; }

.ramble_mem  { color: darkblue; }
.ramble_nonmem  { color: darkgreen; }

.section_title  {font-size:1.6em; font-weight:bold; }

/* END FORM STUFF */