/* ------------------------- Main Styles ------------------------- */

/* All website links are bold-blue by default. */
.Content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
}

a {
	color: #cc6633;
	text-decoration: none;
	font-weight: bold;
}

 .Content, .Content td {
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



.Content a:hover{
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}

.Content b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Content h1, .Content th{
	color: #e64600;
	background:  url("../ascdi_interface/header_bg.jpg") repeat-x left top;
	
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 64px;
	text-align: left;
	padding-top: 18px;
	padding-left: 0px;
	margin-bottom: -10px;
}

.Content th{
	padding-top: 6px;
}



.Content h2{
	color: #993300;
	font-weight: bold;
	font-size: 12px;
}
.Content table h3{
	background: #993300;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 0px;
}

/* ------------------------- Special Pages ------------------------- */


.Committees h2{
	background: #E9E9E9;
	color: #343434;
	
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	margin-top: 34px;
}

.Committees h3{
	color: #656565;
	font-weight: bold;
	font-size: 12px;
    margin: 0px;
    margin-top: 12px;
}



 .ContentHome, .ContentHome td {
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.ContentHome b{
	font-weight: bold;
    color: #333333;
}
.ContentHome a{
	font-size: 10px;
	font-weight: bold;
	color: #993300;
}





/* ------------------------- System Styles ------------------------- 
	Styles below help to position and format certain html components
	in the interface alone. Please use with care.	

*/


.asp {
	font: 24px Arial, Helvetica, sans-serif;
	color: #006600;
	text-align: center;
}

.content_cell { /* This is the main Content cell */

}
.loginbox {
	font-size: 9px;
	border: none;
	width: 90px;
}

.featuredevent {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 9px;
	margin-top: 4px;
    margin-right: 8px;

}

.featuredevent a{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
}
.featuredevent a:hover{
	text-decoration: underline;	
}



.featuredmember {
	font-weight: lighter;
	margin-left: 8px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    margin-top: 3px;
    margin-right: 8px;
    line-height: 13px;
}

.featuredmember a{
    font-weight: bold;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
.featuredmember a:hover{
	text-decoration: underline;	
}





.footer_text {
	color: #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.topmenupipe {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	margin-left: 2px;
	margin-right: 2px;
}

.lomenupipe {
	color: #cc6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	margin-left: 5px;
	margin-right: 5px;
}

.topbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;

}
.topbarlink a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.lobarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


.textmenu {
	margin-top: 0px;
	margin-left: 13px;
}

.RowDark{
	background: #E8E8E8;
}

.RowLight{
	background: #FFFFFF;
}





/* Ascdi Dropdown Menu System */
#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

/* hover background color */
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
}

/* hover background color */
#dropmenudiv a:hover{ 
background-color: yellow;
}
