/* Colors
Red BE1E2D
Butter Yellow EDE08D
Olive B0B478
Black 000*/


body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 760px;
	height: 705px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}
p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
#navlist
{
	list-style-type: none;
	padding-top: 50px;
}
#active:hover li { display: block; }
#active li { display: none; }

#navcontainer
{
	width: 240px;
	height: 705px;
	background-color: #BE1E2D;
	float: left;
}
#navcontainer a
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 220%;
	display: block;
	
}
#navcontainer a:visited
{
	color: #FFF;
}
#navcontainer a:hover
{
	color: #EDE08D;
}
#navcontainer a:active
{
color: #FFF;
}
#subnavlist a
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 130%;
	display: block;
}
#subnavlist a:hover
{
	color: #EDE08D;
}
#header {
	width: 520px;
	height: 215px;
	float: right;
}
#content {
	width: 520px;
	height: 490px;
	background-image: url(_images/parchmentbkgrnd.png);
	float: right;
}
#content img {
	float: none;
}
#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	color:#000;
	line-height: 135%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color:#000;
	line-height: 135%;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 7px;
	margin-left: 30px;
}
#content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color:#000;
	line-height: 135%;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
}
#content h3 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color:#BE1E2D;
	line-height: 150%;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	margin-top: 15px;
}
#content p {
	font-family: Helvetica, Arial, sans-serif;;
	font-size: 75%;
	color:#000;
	line-height: 150%;
	font-weight: normal;
	padding-top: 6px;
	margin-bottom: 2px;
	padding-right: 55px;
	padding-left: 55px;
	text-align: left;
}
#content h2 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color:#BE1E2D;
	line-height: 150%;
	font-weight: bold;
	padding-top: 25px;
	text-align: center;
	text-decoration: underline;
}
#content textfield {
	margin-left: 100px;
	margin-bottom: 0px;
}
#content #formformOrder p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 65%;
	line-height: 150%;
	font-weight: normal;
	padding-top: 3px;
	margin-bottom: 3px;
	padding-right: 55px;
	padding-left: 55px;
	text-align: left;
}
#content textarea {	
	margin-left: 55px;
	margin-bottom: 0px;
}
#footer {
	width: 760px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 25px;
	background-color: #000;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 60%;
	color: #666;
	padding-top: 8px;
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
}.redText {
	color: #BE1E2D;
	text-decoration: none;
	font-size: 85%;
}
