/* NCRR "popup" window styles */


/*  -----|  Structure  |---------------------------------------------------  */

body {
	background-color: #161410;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 120%;
	}	
#page {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
}
#wrapperToday {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #B7D8FF;
}
.goBack {
	font-size: 85%;
	height: 35px;
	line-height: 30px;
	background-color: #7D1A1A;
	color: #F3C04F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#content {
	padding: 0px;
	margin-top: 12px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#footer {
	font-size: xx-small;
	text-align: center;
	width: 960px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	color: #666666;
}
#sidebar {
	clear: left;
	float: right;
	height: auto;
	width: 300px;
	margin-top: 8px;
	margin-right: 18px;
	padding: 0px;
	margin-left: 10px;
	}
/*  -----|  Typography  |---------------------------------------------------  */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	letter-spacing: 0.1pc;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
p {
	text-align: left;
	font-size: inherit;
}
#wrapper table, th, td {
	text-align: left;
	font-size: inherit;
}
#wrapperToday table, th, td {
	text-align: left;
	font-size: inherit;
}
ul {
	text-align: left;
	font-size: inherit;
}
.photoTitle {
	font-weight: bold;
}
.source {
	font-size: xx-small;
	color: #666666;
}

/*  -----|  LInks  |---------------------------------------------------  */
a:link {
	color: #996666;
}
a:visited {
	color: #333333;
}
a:active {
	color: #F0E4B2;
}
.goBack a:link, .goBack a:visited
{
	color: #FF9933;
}

.goBack a:hover
{
	color: #FFFF00;
}
#wrapperToday a:link, #wrapperToday a:visited
{
	color: #003399;
}

#wrapperToday a:hover
{
	color: #666666;
}
#wrapperToday .goBack a:link, #wrapperToday .goBack a:visited
{
	color: #FF9933;
}

#wrapperToday .goBack a:hover
{
	color: #FFFF00;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #F0E4B2;
	text-decoration: underline;
}
