/* ISAT Layout */

acronym { 
	border: none; 
}

/* Primary Page Divisions */
body {
	background: #ddd url(../images/background.gif) repeat-y fixed 50%;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
}
		
#container {
	margin: 0px auto;
	padding: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/container.gif);
	text-align:left;
	position: relative;
	width: 735px;
}

#banner {
	width: auto;
	position: relative;
}

#header {
	height: 90px;
	background-image: url(../images/header.jpg);
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#header a  {
	border-style: none;
	display: block;
	width: 285px;
	}


#header img  {
	display: block;
	width: 0;
	}

#header span {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 285px;
	height: 43px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	}

#members {
	position: absolute;
	top: 90px;
	right: 20px;
	margin: 0;
	padding: 0;
	z-index: auto;

}

#content {
	padding: 0px 15px 0px 35px;
	float: left;
	width: 525px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 475px;
	margin: 0px;
}

html>body #content { /* be nice to Opera */
  	width: 475px; 
	} 
	
#content-b {
	line-height: 1.5em;
	float: right;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 0px;
	width: 525px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 475px;	
}

html>body #content-b { /* be nice to Opera */
  	width: 475px; 
	} 	

#content-full {
	padding: 0px 35px 0px 35px;
	margin: 0px;
}

#sidebar-a {
	float: right;
	width: 205px;
	margin: 0;
	padding: 0px;	
}
		
#sidebar-a p {
	padding: 0px 15px;
	font-size: 10px;
	color: #666666;
}
		
#sidebar-a img src {
	text-align: center;
	padding-left: 25px;
}		

#sidebar-b {
	float: left;
	margin: 0;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 205px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}

html>body #sidebar-b { /* be nice to Opera */
  	width: 180px; 
	} 

#column-a {
	padding: 0px 15px 15px 35px;
	float: left;
	width: 365px; /* for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 315px;
}

html>body #column-a { /* be nice to Opera */
  	width: 315px; 
	} 
	
#column-b {
	float: right;
	margin: 0;
	padding: 0px 35px 0px 15px;
	width: 365px; /* for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 315px;
}

html>body #column-b { /* be nice to Opera */
  	width: 315px; 
	} 

#footer {
	position: relative;
	clear: both;
	margin-top: 20px;
	padding: 0 0 25px 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.4em;
}

#footdiv {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footlist {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#breadcrumbs {
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	padding-left: 25px;
	background-image: url(../images/breadcrumbs_bg.gif);
	height: 39px;
}

/* Link Styles */

a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
	background: transparent;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}

a:active {
	color: #FF3300;
	text-decoration: none;
	background: transparent;
}

/* Primary Navigation */

#navbar {
	font-size: 11px;
	font-weight: normal;
	line-height: 28px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/navbar.gif);
}

#navbar ul li a:link, #navbar ul li a:visited {
	color: #333333;
	text-decoration: none;
}

#navbar ul li a:hover, #navbar ul li a:active {
	color: #0066FF;
	text-decoration: none;
}



/* Text Styles */

h1 {
	margin: 0;
	padding: 0;
	color: #036;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin: 0 0 1em;
	padding: 0 0 .2em;
	font-size: 18px;
	font-weight: bold;
	color: #036;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

h5 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #036;
	line-height: 1.3em;
	letter-spacing: -1px;
}

.date {
	font-size: 11px;
	text-transform: uppercase;
	color: #0066CC;
	line-height: 0px;
}

/* List Styles */

dl {
    width: 180px;
	padding: 0;
	background: #e6e6e6 url(../images/box-bottom.gif) no-repeat left bottom;
	margin-top: 0;
	margin-bottom: 20px;
 }
 
dt {
	margin: 0 0 10px;
	padding: 2px 10px;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
	background: #003366 url(../images/box-top.gif) no-repeat left top;
	text-transform: uppercase;
 }
 
dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	color: #333333;
	font-size: 11px;
	background: url(../images/arrow.gif) no-repeat 0 3px;
	line-height: 1.3em;
}

#blue dt {
	background-color: #003366;
}
	
#blue {
	background-color: #e6e6e6;
}
	
#red dt {
	background-color: #FF3300;
}
	
#red {
	background-color: #E6E6E6;
}
		
#list dt {
	background-color: #0066CC;
}
	
#list {
	background-color: #ddd;
}

/* Member and Non-Member List Styles */

#list dd {
	margin: 0;
	padding: 5px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-image: none;
}

#list dd a {
	margin: 0;
	background: url(../images/arrow.gif) no-repeat 0 2px;
	padding-left: 10px;
}

#list dd a:link {
	margin: 0;
	background: url(../images/arrow.gif) no-repeat 0 2px;
	padding-left: 10px;
}

#list-b dt {
	background-color: #0066CC;
}
	
#list-b {
	background-color: #ddd;
}

#list-b dd {
	margin: 0;
	padding: 5px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: none;
}

#list-b dd a:link {
	margin: 0;
	background: url(../images/arrow.gif) no-repeat 0 2px;
	padding-left: 10px;
}

#list-b dd a {
	margin: 0;
	background: url(../images/arrow.gif) no-repeat 0 2px;
	padding-left: 10px;
}

#navlist {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}	

/* More List Styles */

#footlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}	

#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 15px;
	}

#content ul li {
	padding: 0 0 5px 25px;
	background: url(../images/li_bullet.gif) no-repeat 0 0;
	}
	
#content-b ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 15px;
	}

#content-b ul li {
	padding: 0 0 5px 25px;
	background: url(../images/li_bullet.gif) no-repeat 0 0;
	}	
	
#column-a ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 15px;
	}

#column-a ul li {
	padding: 0 0 5px 25px;
	background: url(../images/li_bullet.gif) no-repeat 0 0;
	}
	
#column-b ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 15px;
	}

#column-b ul li {
	padding: 0 0 5px 25px;
	background: url(../images/li_bullet.gif) no-repeat 0 0;
	}	
	
