@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #464350;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:25px;
	text-align: left;
	background-image:url(../images/purp_floral_bg.gif)
}

#header {
	padding: 6px;
}

#header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	border: none;
}

#header ul {
	float:right;
	list-style:none;
	margin:35px 0px 0px 0px;
	padding:0;
	font-size: 1.3em;
}

#header li {
	display:inline;
}

#header li a {
	padding: 8px;
	color:#FFFFFF;
	text-decoration: none;
	letter-spacing:.05em;
}

#header li a:hover {
	color:#a29fa9;
	background-color: #e3e2e5;
	text-decoration: none;
	opacity: 0.7;
}

#mainContent {
}

#mainContent h1 {
	font-size: 1.2em;
	font-weight: normal;
}

#mainContent #textbox {
	margin: 15px;
	width: 365px;
	color: #585465;
	height: 280px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainContent #photobox {
	margin: 15px 15px 15px 15px;
	float:right;
}

#footer {
	padding: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#FFFFFF;
	text-align:right;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer li {
	display:inline;
}

#footer li a {
	padding: 8px;
	text-transform:uppercase;
	font-size:.8em;
}

#errorHolder {
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: .8em;
	color:#ffffff;
}

#importantField {
	display:none;
}

/* Form styles */

.myTable {

}

.myTable td {
	
}

.myTable td.myT_th {
	padding: 0px 5px 0px 5px;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:top;
	text-align:right;
}

/* fonts for the table */
.myTable td, .myTable td.myT_th {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size:.8em;
}

/* Active form elements font sizes */
.myTable input, .myTable select, .myTable textarea {
	font-size:11px;
	color:#585465;
	border:#FFFFFF 1px solid;
}

/* button styles  */

.myTable_buttons {
}
