#nav {
	height: 75px;
	width: 850px;
	/*padding-left: 20px;
	padding-right: 30px;*/
    position: fixed;
}

.copy #nav {
	background: none;
}

.wrap-1 {
	width: 830px;
	height: 534px;
	position: absolute;
	border-style:solid;
	border-color:#FF9;
	border-width:8px;
	top: 50%;
	left: 50%;
	margin-left: -423px;
	margin-top: -275px;
}

.wrap-2 {
	width: 820px;
	height: 525px;
	position: absolute;
	border-style:solid;
	border-color:#FC6;
	border-width:5px;
	-webkit-box-shadow: 0px 0px 10px #F90;
	-moz-box-shadow: 0px 0px 10px #F90;
	box-shadow: 0px 0px 10px #F90;
	top: 50%;
	left: 50%;
	margin-left: -415px;
	margin-top: -267px;	/*padding:1px;  how far away 2 borders are drawn, remove this line to make 2 borders stick to each other */
}

.wrap-3 {
	width: 814px;
	height: 521px;
	position: absolute;
	border-style:solid;
	border-color:#2E264A;
	border-width:3px;
	top: 50%;
	left: 50%;
	margin-left: -410px;
	margin-top: -264px;
}

body {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: #2E264A;
	font-family: 'TeXGyreTermesRegular', "Times New Roman", Times;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	overflow: scroll;
	behavior: url("../assets/ie/csshover3.htc");
}

body a:link, body a:visited{
	/*padding:5px;*/
	/*padding-top:1px;*/
	/*padding-bottom:1px;*/
	/*padding-left:3px;*/
	/*padding-right:3px;*/
	/*margin-left:10px;*/
	text-decoration:none;
	color:#60C;
	/*width:22px;*/
	font-weight:normal;
}

body a:hover {
	/*background-color:#F5F5F5;*/
	/*border:1px solid #DCDCDC;*/
	color:#F00;
	text-decoration: underline;	
	
}

body.copy {
	background-image: none;
}

body #lettercontainer h1 {

}

.center {
	text-align: center;
}

.contents {
	float: left;
	width: 25em;
	padding-left: 1.5em;
}

.container {
	width: 846px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -423px;
	margin-top: -275px;
	/*padding-bottom: 50px;
	text-align: left;	
	padding-left: 60px;
	padding-right: 60px;*/
	background: #fff no-repeat 0;
	-webkit-box-shadow: 0px 0px 30px #1A1A1A;
	-moz-box-shadow: 0px 0px 30px #1A1A1A;
	box-shadow: 0px 0px 30px #1A1A1A;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	z-index: 0;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	color: #000000;
}

#lettercontainer {
	/* This holds the letter text */
	float: left;
	width: 660px;
	padding-top: 75px;
	padding-left: 78px;
	padding-right: 90px;
	padding-bottom: 50px;
}

#lettercontainer h1 { /* Used for main section */
	font-family: 'TeXGyreTermesRegular', "Times New Roman", Times;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1em;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}

#lettercontainer h2 { /* Used for main section */
	font-family: 'TeXGyreTermesRegular', "Times New Roman", Times;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	font-style: normal;
	text-align: left;
}

#lettercontainer h3 { /* Used for main sub section */
	font-family: 'TeXGyreTermesRegular', "Times New Roman", Times;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
	font-style: normal;
	padding-top: 18px;
	text-align: left;
}

#lettercontainer p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
	color: #201f1a;
}

#lettercontainer p+p {
	text-indent: 3em;
	font-family: 'TeXGyreTermesRegular', "Times New Roman", Times;
	color: #0A0A0A;
}

#lettercontainer p+p em{
	text-indent: 3em;
	font-family: 'TeXGyreTermesItalic', "Times New Roman", Times;
	color: #0A0A0A;
}

#lettercontainer p+p strong{
	text-indent: 3em;
	font-family: 'TeXGyreTermesBold', "Times New Roman", Times;
	color: #0A0A0A;
}

#lettercontainer h1+h2 {
	margin-top: 10px;
}

#lettercontainer *+p {
	text-indent: 0;
	color: #0A0A0A;
}

#lettercontainer .intro+p {
	text-indent: 0;
}

#lettercontainer p+h2 {
	/* Vertical spacing above main sections */
	/* padding-top: 45px; */
	/* font-size: 16px; */
}

#lettercontainer p.intro {
	/* margin-left: -63px; */
	margin-right: 40px;
	text-align: left;
	font: 18px/1em 'TeXGyreTermesRegular', "Times New Roman", Times;
	font-weight: 400;
	margin-left: 300px;
}

.medium #lettercontainer p.intro {
	font-size: 20px;
	font-height: 1em;
}

.large #lettercontainer p.intro {
	font-size: 22px;
	font-height: 1em;
}

#lettercontainer p.note {
	margin: 0;
	text-indent: 0em;
	font-size: 18px;
	line-height: 1.4em;
}

#print-message {
	display: none;
}

em {
	font-style: italic
}
