/* ------------- "generic" styles */

body {
	margin: 0;
	padding: 0;
	font: .9em "Lucida Grande", Arial, sans-serif;
	height: 100%;
	width: 100%;
}    

#outerwrapper {
	margin: 0px auto;
	width: 100%;
	background: #D5EDB3;			/* #999966; #a6a570; #b0b079;*/
	border: 1px solid #FFFFFF;
}
/* ------------- masthead styles */

#masthead {
	width: 100%;
	background-color: #D5EDB3;
	height: 160px;
	border-top: .25em solid #5C743D;
	padding-top:  1em;
}

/*#masthead h1  {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color: #003366;
	text-align: right;
	font-style: italic;
	font-weight: lighter;
	padding-right: 1.5em;
	padding-bottom: 5em;
	margin-top: -3.25em;
}*/


#homelink {
	display: block;
	margin: 1em;
	background: url(file://///Berkeley1/shared/DESKSCAN/NBCAAM%20website/website/curl.gif) 100% 100% no-repeat;
	font-size: 2em;
	font-style: italic;
	font-weight: 100;
	color: #FFFFFF;
	text-align: center;
	text-align: right;
	padding: 1em;
	}

/* ------------- topbar styles */
#topbar  {
	float: left;
	width: 100%;
	overflow: auto;
	background-color: #5C743D;
	border: thin #FFFFFF;
	height: 1.97em;
	padding: .1em 0 .1em 0;
}

#topbar div {
	background-color: #99CC66;
	width:  100%;
	margin: .1em 0em .1em 0em;
}
#dateformat  {
	float: left;
	width: 100%;
	overflow: auto;
	height:  1.8em;
}

#dateformat div {
	background-color: #D5EDB3;
	width: 100%;
	padding-left:  2em;
	color:  #990000;
}

	
/* ------------- sidebar styles */

#sidebar {
	float: left;
	width: 18em;
	overflow: auto;
	margin-top: 0em;
	font-size: 0.75em;
	text-align: left;
/*	margin-right: 1.5em;*/
}

#sidebar div {
	background: #5C743D;
	color: #FFF;
	padding-top: 2em;
	margin-top: 0em;
	height:  1000px;
}

#sidebar p  {
	text-align: center;
/*	text-indent: -1em;*/
	color:  #D5EDB3;
	width: 16.8em;
	font: bold 1em Arial, Helvetica, sans-serif;
/*	letter-spacing:.1em;*/
	padding: .5em 0 1em 0;
}

#sidebar img  {
	float:  none;
	margin: 2em;
	border: 0.15em solid #3399FF;	
}

#sidebarR  {
/*	background: #5C743D;*/
/*	background: #FFFFFF;*/
	background:  #D5EDB3
	float: right;
	width: 16.45em;
	overflow: auto;
	margin-top: 0em;
}

#sidebarR div {
/*	background: #5C743D;*/
/*	background: #FFFFFF;*/
	background:  #D5EDB3
/*	color: #FFF;*/
/*	padding: 2em 1em 1em 1em;*/
	margin-top: 0em;
	height:  1000px;
}

/* ------------- content styles */


#content {
/*	background: #FFFFFF;*/
	background:  #D5EDB3;
	float: left;
	font-size: 0.8em;
	width: 60%;
	overflow: auto;
	padding-right: 3em;
	padding-left: 3em;
	height:  1000px;
}

#content div {
	background: #FFFFFF;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
}

#content h1 {
	margin: 0 0 1.25em 0em;
	padding: 1em 2em 0.5em 2em;
	color:  #990000;
	font-size: 2em;
	text-align: center;
}

#content h1 b {
	color: #FFFFFF;
}

#content h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	color: #990000;
	font-size: 1.75em;
	text-align: center;
}

#content h3 {
	margin: 0 0 .25em 0em;
	padding: 0em 2em 0em 0em;
	color: #990000;
	font-size: 1.25em;
	text-align: justify;
}

#content h4 {
	margin: 0 0 .25em 0em;
	padding: 0em 2em 0em 0em;
	color:  #000000;
	font-size: 1em;
	text-decoration:  underline;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #5C743D;
}

#content li  {
	font-size: 1em;
	list-style-position:  outside;
}	

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
	float: left;
}

#mainText a {
	margin-left: 3em;
}

b  {
	color:#990000;
}

p {
	margin: 0 0 1em;
	line-height: 2em;
	font-size: 12px;
	text-align: justify;
}

	


.f {
	padding-left: 1.5em;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

.s {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#content a:link {color:#990000;text-decoration:underline}
#content a:visited {color:#003366;text-decoration:none}
#content a:focus {color:#003366}
#content a:hover {color: #003366}
#content a:active {color: #003366}

/*.nav a:link{color:#ccc;text-decoration:none;} 
.nav a:visited{color:#ccc;text-decoration:none;} 
.nav a:hover{color:#ccc;text-decoration:underline;} 
.nav a:active{color:#ccc;text-decoration:none;}
*/

/*.nav a:link {color: #003366;text-decoration:underline}
.nav a:visited {color: #CCCC99;text-decoration:none}
.nav a:focus {color:#FFFFFF}
.nav a:hover {color: #FFFFFF}
.nav a:active {color: #CCCC99}*/


/* 4 styles below don't seem to be necessary */

/*#sidebar form, #sidebar div h3 {
	background: #9B96CA;
}

#sidebar form {
	margin: 0; padding: 0.8em;
}

#sidebar form .text {
	width: 9em;
} 


#sidebar div h3 {
	font-size: 1.25em;
	padding: 0 1em 1em;
	text-transform: lowercase;
}
*/   

.NavBotText {
	font-family: Arial, Verdana, Geneva, sans serif;
	font-size: 8pt;
	line-height: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #3d3e38;
	text-align: center;
}

.NavBotLink {
	font-family: Arial, Verdana, Geneva, sans serif;
	font-size: 8pt;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: underline;
	color: #3d3e38;
}

.NavBotLink:visited {
	font-family: Arial, Verdana, Geneva, sans serif;
	font-size: 8pt;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
}

.NavBotLink:hover {
	font-family: Arial, Verdana, Geneva, sans serif;
	font-size: 8pt;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}




/* ------------- footer styles */

#footer {
	font-size: smaller;
	bottom: auto;
	width: auto;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	top: auto;
	height: auto;
	clear: both;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
}

#contact {
	line-height: 2em;
	text-align: center;
}

table, th, td {
	border-collapse:collapse;
	font-size: 11px;
	background-color: #999966;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: .5em;
}
td {
	padding-right: 1em;
	padding-left: 1em;
}

.rightAlign {
	text-align: right;
}

#menu {
width:650px;
margin-left:auto;
margin-top:30px;
margin-right:auto;
text-align:center;
}

#mapLink {
	padding-top: 1em;
	padding-bottom: 1em;
}
