html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
body {
	background-image:url(../images/marbleBlue.gif);
	background-repeat:repeat;
	min-width:900px;
}
#navigation {
	width:170px;
	color:#fff;
	position:absolute;
	left:15px;
	top:100px;
}
#navigation {
	border-bottom:1px solid #fff;
}
#navigation a {
	color:#fff;
	border-top:1px solid #fff;
	text-decoration:none;
	padding:.75em;
	display:block;
	line-height:1em;
}
#navigation a:hover {
	color:#CAE6FF;
}
#header {
	height:50px;
	padding:15px;
	margin-left:200px;
	position:relative;
}
#header .headerLogo {
	float:left;
}
#header .headerList {
	float:right;
	color:#fff;
	margin:0;
	line-height:130%;
}
#mainBody {
	margin-left:200px;
}
#mainBody .mainBodyTop {
	background-color:#fff;
	background-image:url(../images/mainBodyTop.gif);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	height:16px;
}
#mainBody .mainBodyTop .mainBodyTL {
	background-image:url(../images/mainBody_tl.gif);
	background-repeat:repeat-x;
	width:16px;
	height:16px;
	position:absolute;
	left:0;
	top:0;
}
#content {
	background-color:#fff;
	background-image:url(../images/mainBodyLeft.gif);
	background-repeat:repeat-y;
	background-position:left;
	min-height:400px;
	padding:5px 20px;
	line-height:140%;
}
#mainBody .mainBodyBottom {
	background-color:#fff;
	background-image:url(../images/mainBodyBottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
	height:16px;
}
#mainBody .mainBodyBottom .mainBodyBL {
	background-image:url(../images/mainBody_bl.gif);
	background-repeat:repeat-x;
	width:16px;
	height:16px;
	position:absolute;
	left:0;
	bottom:0;
}
#footer {
	margin-left:200px;
	height:200px;
	color:#fff;
	line-height:140%;
	font-size:.9em;
	text-align:center;
}

/* Content Styles */
#content #homePageImage {
	margin:200px auto;
	display:block;
}
.centerMe {
	margin:0px auto;
	display:block;
}
.floatLeft {
	float:left;
	clear:left;
}
.floatRight {
	float:right;
	clear:right;
}
.clearBoth {
	clear:both;
}
#content img.floatRight {
	margin: 0 0 15px 15px;
}
#content img.floatLeft {
	margin:0 15px 15px 0;
}
#pageHeader {
	padding:10px 0 0;
	margin-bottom:15px;
}
#pageHeader h1 {
	font-size:200%;
	border-bottom:1px solid #009;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	color:#009;
	padding-bottom:10px;
	line-height:1.2em;
}
#pageHeader .breadCrumbs {
	color:#666;
	font-size:100%;
	margin:0;
	padding:5px 0 0;
}
#content img {
	margin:0 0 15px;
	border:none;
}
#content h2, #viewOrdersBox h2 {
	font-size:120%;
	color:#009;
	margin:1em 0 5px;
}
#content p, #viewOrdersBox p {
	padding:0;
	margin: 3px 0 10px;
}
.programDescription {
	border-bottom:1px dotted #666;
	padding:10px 0;
}
.programTable {
	table-layout:fixed;
}
.programTable td{
	padding:0 20px 20px 0;
}
.studyTable {
	table-layout:fixed;
	border-collapse:collapse;
}
.studyTable td, .studyTable th {
	padding:5px;
	border:1px solid #666;
	text-align:left;
}
.alignRight td {
	text-align:right;
}
.inputChecklist {
	padding-left:1em;
	line-height:200%;
}
.inputChecklist li {
	list-style-type:none;
}
.articlesYear {
	float:left;
	margin:0 20px 20px 0;
}
.articlesList {
	margin:3px 20px 10px 0;
	padding:0;
}
.articlesList li {
	list-style-type:none;
	margin-bottom:10px;
}
.articlesList li p{
	margin-top:0;
}
hr {
	color:#009;
	margin:15px 0;
}

/* Forms */
.required {
	color:#FF0000;
}
#robot {
	display:none;
}
.formBox {
	border-collapse:collapse;
	border:none;
	margin-bottom:1em;
}
.formBox th {
	padding:.2em 3em .2em .2em;
	font-weight:bold;
	text-align:left;
	color:#009;
}
.formBox td {
	padding:.2em 1em .2em .2em;
}
.formBox input {
	width:250px;
}
.formBox .collapsed input {
	width:auto;
}
.notation {
	font-size:.8em;
	color:#666;
}
form textarea {
	width:100%;
	height:10em;
	margin-bottom:1em;
}
.formButtons input {
	margin:0 2em 1em 0;
}
#billingAddressInfo {
	display:none;
}
#formErrors {
	border:1px solid red;
	padding:10px;
	display:none;
	margin:0 0 10px 0;
	color:red;
	list-style-type:none;
}
#content #vacationMessage {
	border:1px solid #009;
	padding:20px;
	background:#ccd5eb;
	font-weight:bold;
	text-align:left;
}

/* Viewing Orders */
#viewOrdersBox {
	background-color:#fff;
	border:2px solid #ccc;
	margin:30px auto 0;
	padding:10px 20px;
	width:800px;
}
.orderTable {
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-bottom:10px;
}
.orderTable tr {
	border-top:1px solid #ccc;
}
.orderTable th, .orderTable td {
	padding:5px 3px;
	text-align:left;
	border-right:1px dotted #ccc;
}
.orderTable th{
	background-color:#eee;
}
.buttonLeading input, .buttonLeading select{
	margin:5px 0 0;
}
#logout {
	float:right;
}
.grayedOut {
	color:#999;
}
.grayedOut input, .grayedOut select {
	
}
