@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EEEDEC;
}
#container {
	width: 790px;
	margin-top: 12px;
}
#header {
	float: right;
}
#menu {
	background-image: url(images/ncarLogoBG.gif);
	height: 493px;
	width: 162px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8C5138;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#container #menu p {
	padding-bottom: 12pt;
}
.menuPage {
	color: #F15722;
	text-decoration: underline;
}
#container #content img {
	padding-top: 26px;
	padding-right: 22px;
	padding-left: 32px;
}
a:link {
	color: #8C5138;
	text-decoration: none;
}
a:visited {
	color: #8C5138;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
}
a:active {
	color: #FFCC66;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: static;
	width: 618px;
	float: right;
	padding-top: 36px;
}
#container #content h3 {
	padding-top: 24px;
	padding-left: 36px;
}
#container #content p {
	padding-top: 24px;
	padding-left: 36px;
	padding-right: 36px;
	text-align: justify;
}
#container #content h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding: 12px;
	text-align: justify;
	line-height: 18px;
}
.ncar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F15722;
	font-weight: bold;
	font-size: 15px;
}
.points {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #8C5138;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: italic;
	font-size: 15px;
}
table {
	margin-left: 14px;
}
td {
	padding: 4px;
}
th {
	padding: 4px;
}
#footer {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8C5138;
	text-align: center;
	padding-top: 12px;
}
.emailAlign {
	margin-left: 130px;
}
.pullQuote {
	font-style: italic;
	border: 4px double #8C5138;
	margin-left: 66px;
	margin-right: 66px;
	padding-bottom: 22px;
}

