/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 16pt;
	color: #333;
	background-color:#92C2B2;
	margin:0px;
	text-align:center;
	behavior:url(csshover.htc);
}

* {
	margin:0px;
	padding:0px;
}

#container {
	width:984px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	text-align:left;
	background-image:url(images/side.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#fff;
}

#main {
	width:783px;
	text-align:left;
	background-image:url(images/grey.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#top {
	width:100%;
	background-color:#3B6E3D;
}

#rightCorner {
	float:right;
}

#leftCorner {
	float:left;
}

#logo {
	float:left;
	padding-left:10px;
}

#credentials {
	width:880px;
	float:right;
	margin:10px 10px 15px 0;
	vertical-align:middle;
}

* html #credentials {
	width:872px;
	float:right;
	margin:10px 10px 15px 0;
	vertical-align:middle;
}

#credentials img {
	float:left;
	margin-right:45px;
}

div#navigation {
	float:left;
	font-size:8.5pt;
	text-align:left;
}

div#navigation ul {
	margin:0 0 0 5px;
}

div#navigation li {
	float:left;
	position:relative;
	list-style-type:none;
	border-right:1px solid #96A3CA;
}

div#navigation li:hover {
	color:#e6c1ec;
	background-color:##3B6E3D;
}

div#navigation a {
	display:block;
	padding:1px 15px;
	color:#ffffff;	
	text-decoration:none;
}

div#navigation a:hover {
	color:#F9F4CD;
	background-color:#3B6E3D;
}
 
div#navigation ul li ul {
	margin:0;
	position:absolute;
	width:175px;
	left:-1px;
}

div#navigation ul li ul li {
	width:100%;
	border-left:1px solid #ffffff;	
	border-bottom:1px solid #ffffff;	
	border-right:1px solid #ffffff;	
	background-color:#414E73;
}

div#navigation ul li ul li:first-child {
	border-top:1px solid #ffffff;	
}

div#navigation ul li ul li:hover{
	background-color:#3B6E3D;
}

body div#navigation ul li ul {
	display:none;
}

body div#navigation ul li:hover ul, div#navigation ul li ul:hover, div#navigation ul li ul li ul:hover {
	display:block;
}

* html div#navigation ul li ul {
	border-top:1px solid #ffffff;
	border-left:0px;
}

#nav2 {
	float:right;
	height:18px;
	margin:0px;
	padding:1px 10px 0px 0px;
}

#nav2 a {
	font-family:Arial, sans-serif;
	font-size: 9pt;
	padding:2px 10px 2px 10px;
	border-top: 1px solid #336666;
	border-right: 1px solid #336666;
	color:#333;
	text-decoration:none;
	background-color:#fff;
}

#nav2 a:hover {
	color:#fff;
	background-color:#336666;
}

.left {
	border-left: 1px solid #336666;
}

#header {
	width:980px;
	background-color:#3B6E3D;
	background-image:url(images/menuBack.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #fff;
}

#header h1 {
	font-size: 13pt;
	font-weight:600;
	line-height: 13pt;
	color: #fff;
	text-align:left;
	margin:0;
}

#header h2 {
	font-size: 10pt;
	font-weight:400;
	line-height: 11pt;
	color:#F9F4CD;
	text-align:left;
	margin-top:0px;
}

#content {
	width:980px;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix {
	height:5px;
}

.clearfix {
	display:block;
}	

#form {
	text-align:left;
	margin:0px 40px 0px 40px;
}

#copyH {
	float:left;
	width:670px;
	padding:25px;
	background-image:url(images/whiteBack.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#copy {
	float:left;
	width:630px;
	padding:25px 50px 15px 40px;
	background-image:url(images/whiteBack.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:10pt;
}

* html #copy {
	float:left;
	width:626px;
	padding:25px 50px 15px 40px;
	background-image:url(images/whiteBack.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:10pt;
}

#copy h1 {
	font-size: 16pt;
	font-weight:800;
	line-height: 16.5pt;
	color: #000;
	text-align:left;
	margin:0 0 5px 0;
}

#copy h2 {
	font-size: 12pt;
	font-weight:600;
	line-height: 16.5pt;
	color: #414E73;
	text-align:left;
	margin:10px 0 2px 0;
}

#copy p {
	text-indent: 10pt;
	margin-bottom:10px;
}

#copy img {
	float:left;
	border:1px solid #666;
	margin:0 15px 10px 0;
}

#copy p img {
	float:right;
	border:1px solid #666;
	margin:0 0 10px 15px;
}


#links p {
	text-indent:0;
}

#links p.biblio {
	text-indent:0;
	margin-top:35px;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

#links p.biblio:first-child {
	text-indent:0;
	margin-top:0px;
}

#links li {
	margin-top:5px;
}

#links li a {
	font-weight:bold;
}

.quote {
	margin:8px 30px;
	font-style:italic;
	color:#414E73;
}

.part {
	font-weight:bold;
	margin-left:30px;
}

#copy a {
	color:#336666;
	text-decoration:underline;
}

#copy a:hover {
	text-decoration:none;
}

hr {
	margin:20px 0;
}

.biblio em:first-child {
	font-weight:bold;
	font-style:italic;
	color:#3B6E3D;
}

.title {
	text-decoration:underline;
}

#home {
	width:350px;
	float:left;
	font-size:12px;
	line-height:21px;
	margin-right:25px;
	padding-right:25px;
	border-right:1px solid #ccc;
}

#home a {
	color:#336666;
	text-decoration:underline;
}

#home a:hover {
	text-decoration:none;
}

#home ul {
	text-align:left;
	margin:5px 30px;
}

#home li {
	text-align:left;
	margin: 0px 15px 0px 25px;
}

#postcards {
	margin-left:10px;
	text-align:center;
}

#postcards p {
	text-indent:0px;
	margin-bottom:0px;
	text-align:left;
}

#postcards p.author {	
	margin-right:20px;
	font-style:normal;
	text-align:right;
	
}

.postcard {
	width:300px;
	margin-top:10px;	
	margin-right:10px;	
	margin-bottom:20px;
	float:left;
	display:block;
}

.postText {
	width:auto;
	border:1px solid #999;
	padding:10px;
	font-style:italic;
	float:left;
}

#postcards img {
	margin:0;
	cursor:pointer;
	margin-right:auto;
	margin-left:auto;
	float:none;
}

#quote p {
	margin-top:0px;
	margin-bottom:0px;
}

#quote {
	width:260px;
	float:left;
	font-size:12px;
	line-height:24px;
	font-style:italic;
	color:#414E73;
}

#quote p {
	margin-bottom:10px;
}

.author {
	text-align:right;
	margin-top:3px;
	font-style:normal;
}

#copy ul {
	text-align:left;
	margin:5px 30px 20px 30px;
}

#copy li {
	text-align:left;
	margin: 5px 15px 5px 25px;
	line-height:13pt;
}

#copy embed {
	float:left;
	margin: 10px 50px 100px 50px;
}

#copy p.instructions {
	text-indent:0px;
}

#copy p.instructions img {
	float:left;
	border:0px;
	margin-right:8px;
	margin-left:0px;
	margin-bottom:2px;
}

.dropCap {
	float:left;
}

.sub {
	font-size:16px;
	font-weight:bold;
	color:#3B6E3D;
}

#right {
	float:right;
	width:260px;
	/*background-image:url(images/blueBack.gif);
	background-position:top;
	background-repeat:repeat-x;*/
}

.rightHeaderImage {
	margin-top:15px;
	margin-left:35px;
}

#right ul {
	font-size:15px;
	text-align:left;
	margin:0px 0 0 20px;
	color:#DAFDDC;
}

#right li {
	text-align:left;
	margin:4px 0 12px 30px;
}

#right a {
	color:#F9F4CD;
	text-decoration:none;
}

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

#bottom {
	width:100%;
	background-color:#3B6E3D;
	background-image:url(images/bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top:-1px;
}

#footer {
	width:980px;
	margin-top:10px;
	padding-top:4px;
	font-family:Arial, sans-serif;
	font-size:9pt;
	color:#F9F4CD;
	text-align:center;
	background-color:#3B6E3D;
	border-top:1px solid #fff;
}

#footer a {
	color:#336666;
	text-decoration:underline;
}

#footer a:hover {
	color:#000;
	text-decoration:none;
}

form {
	text-align:left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.field {
	text-align:left;
	font-family:Arial, sans-serif;
	font-size: 9pt;
	color:#5b1e7a;
}

.label {
	text-align:left;
	font-family:Arial, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	color:#333;
}

.red {
	color:#c00;
	font-size:9pt;
	font-style:italic;
}

p.red {
	margin-left:30px;
	line-height:10.5pt;
}

.image {
	border: 1px solid #666;
	margin: 0px 0px 0px 10px;
}

.form {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 14pt;
	color: #333;
}

#copy img.noborder {
	border:1px solid #fff;
}
/*  body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	color: #333333;
	background-color: #bbddCC;
	margin: 20px;
}
p {
	padding: 20px;
}
ul {
	padding: 0px 0px 0px 40px;
}
h1 {
	font-size: 20pt;
	font-style: normal;
	line-height: 20pt;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 14pt;
	font-style: normal;
	line-height: 20pt;
	color: #663366;
	padding: 0px 0px 0px 20px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 13.5pt;
	background-color: #339966;
	padding: 10px;
}

.nav a:link,
.nav a:visited,
.nav a:active {
	font-size:10pt;
	color: #FFFFCC;
	padding: 5px;
	background-color: #006633;
}
*/