@charset "UTF-8";
/* CSS Document */

body {
background-image:url(assetts/Background.jpg);
padding: 0;
margin: 0;
}

a {
border: none;
text-decoration:none;
}

#wrapper
{
margin: 0 auto;
width: 900px;
height: 1800px;
background-color:#FFFFFF;
}

.menu_links {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
line-height: 14px;
text-decoration:none;
font-weight:bold;
}

a:hover {
color: #FF0000;
}

a:visited {
text-decoration:none;
}

.regular_copy {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #000066;
line-height: 16px;
text-decoration: none;
font-weight: normal;
}


.subhead {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color: #000066;
text-decoration:none;
font-weight: bold;
line-height: 25px;
}


.subhead2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000066;
	text-decoration:underline;
	font-weight: bold;
	line-height: 25px;
	text-align:center;
}

.subhead2a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000066;

	font-weight: bold;
	line-height: 25px;
	text-align:center;
}

.subhead3 {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color: #000066;
text-decoration:none;
font-weight: bold;
line-height: 25px;
text-align:center;
}


#contentBox {
	width: 125px;
	height:500px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 80px;
}

#contentBox2 {
	width: 450px;
	height:500px;
	background-color: #FFFFFF;
	margin-left: 227px;
	margin-top:-500px;
}

#contentBox3 {
	width: 125px;
	height:500px;
	background-color: #FFFFFF;
	margin-left: 700px;
	margin-top:-500px;
}

#BigContentBox {
	width: 700px;
	height:1350px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 50px;
}

#SideContentBox {
	width: 80px;
	height:1350px;
	background-color: #FFFFFF;
	margin-left: 780px;
	margin-top:-1350px;
}

#letterThumbs {
	width: 250px;
	height:800px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 10px;
	overflow: scroll;
}

#letterBig {
	width: 640px;
	height:800px;
	background-color: #FFFFFF;
	margin-left: 260px;
	margin-top:-800px;
	text-align: center;
}


/* Form styles */

#formbuttons {
  text-align: left;
}

.labelleft {
	width: 55%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:13px;
}

input, textarea, select {
color: #000000;
background: #FFFFFF;
border: 1px solid #000000;
}

.submit input {
margin-left: 8.5em;
color: #000;
background: #ffa20f;
border: 2px outset #000000;
} 

fieldset {
border: 1px solid #781351;
width: 5em;
}

legend {
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
} 

