@charset "utf-8";
body  {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html { min-height: 100%; margin-bottom: 1px; }


a:link  {
	list-style-type: none;
	width: 132px;
	color: #420065;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 0;
	text-decoration: none;
	font-size: 1em;
}

a:hover {
	text-decoration: underline;
	color: #420065;
	font-weight: normal;
	font-size: 1em;
}

a:active {
	color:#3E3936;
	text-decoration: none;
	font-size: 1em;
}

a:visited  {
	list-style-type: none;
	color: #383639;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1em;
}



.twoColFixLtHdr #container {
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	border-left-style: solid;
	border-left-width: 2px;
	height: auto;
	border-left-color: #2CB472;
	padding-left: 0px;
	border-right-color: #CC9999;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #E6E6E6;
} 
.twoColFixLtHdr #header {
	color: #000000;
} 
.a twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif, "Book Antiqua", Calibri, Cambria, Castellar, Candara, "Century Gothic";
	font-size: 130em;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #090909;
	text-decoration: none;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif, "Book Antiqua", Calibri, Cambria, Castellar, Candara, "Century Gothic";
	font-style: normal;
	color: #000033;

}

.h2 {
	font-weight: lighter;
	font-size: 40%;
	font-family: Arial, Helvetica, sans-serif, "Book Antiqua", Calibri, Cambria, Castellar, Candara, "Century Gothic";
	margin-top: 7px;

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	height: 410px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	background-position: left bottom;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9E9E9;
}

.sidebarimage {
	margin-right: 4px;
	margin-left: 8px;
	vertical-align: top;
	background-color: #F4E5EA;
	border-left-color: #0093CE;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #0093CE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #0093CE;
	border-right-color: #0093CE;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #0093CE;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 12px;

}
.sidebartext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
	margin-right: 0px;
	margin-left: 15px;

}

.orderformtext a{
	font-weight: bold;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
.twoColFixLtHdr #mainContent {
	font-size: 0.8em;
	height: auto;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	width: 410px;
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	float: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 260px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 0.8em;
	border-top-color: #000033;
	border-top-style: solid;
	border-top-width: 1px;
	height: 60px;
	border-bottom-color: #3B3B3B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	font-size: 1em;
}
.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;
}
.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	width: 480px;
	margin-top: 0px;
	background-color: #F6F6F6;
	background-position: left top;
	list-style-type: none;
	float: right;
	display: inline;

}
.photocredits {
	text-align: right;
	font-size: 0.8em;
	margin-left: 20px;

}
.maincontenttext {
	width: 380px;
	text-align: left;
	margin-top: 0px;
	margin-left: 12px;

}
