body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	margin: 2px;
	height: 80px;
	background-color: #ffcc33;
	background-image: url(../images/tanblue_marble.gif);
	background-position: 100% 25%;
	border-bottom-style: solid;
}

#left {
	position: absolute;
	left: 5px;
	top: 134px;
	width: 180px;
	background-color: #FFFFFF;
	border: 2px none #666666;
}

#center {
	top: 0;
	margin-left: 200px;
	margin-right: 20px;
	height: 600px;
	min-height: 500px;
}

*>#center {
	height: auto;
}

#center_more {
	top: 0;
	margin-left: 200px;
	margin-right: 10px;
	height: 400px;
	min-height: 400px;
	text-align: left;
}

*>#center_more {
	height: auto;
}

#right {
	position: absolute;
	right: 10px;
	top: 134px;
	width: 200px;
	border: 2px solid #666666;
	background-color: #FFFFCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size:.6em;
	color:#000;
	text-align:center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3B6CFF;
	border-right-color: #3B6CFF;
	border-bottom-color: #3B6CFF;
	border-left-color: #3B6CFF;
	vertical-align: bottom;
	clear: both;
}

#footer ul { margin-left: 0; margin-bottom: 5px; padding-left: 0; display:inline; } 
#footer ul li { margin-left: 0; padding: 4px 9px 4px 8px; list-style: none; display: inline; border-right: 1px dotted #066; }
#footer ul li.last { border-right: 0px; }
#footer a:link, #footer a:visited { color:#000; text-decoration:underline; }
#footer a:hover { color:#6C99FF; }

/* general anchor colors */
a:link, a:visited { color:#333333; text-decoration:underline; }
a:hover { color:#6C99FF; text-decoration:underline; }

/* center lists */
#center ul li {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
	font-size: .75em;
}

/* NAVIGATION FORMATTING BEGIN */

#navigation {
	#vertical-align:middle;
	vertical-align: bottom;
	text-transform:capitalize;
	font-size:0.9em;
	font-weight:bold;
}

#rt_nav_container{
  float: right;
  text-align: right;
}


	#navigation ul { margin-left: 0; padding-left: 0; display:inline; } 

	#navigation ul li { margin-left: 0; padding: 4px 9px 4px 8px; list-style: none; display: inline; }

	#navigation a:link, #navigation a:visited { color:#333333; text-decoration:none; }

	#navigation a:hover { color:#6C99FF; text-decoration:none; }

	.padded_container {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

	/* top right nav */
	#rt_navigation {
		float: right;
		text-align: right;
		vertical-align:top;
		text-transform:capitalize;
		font-size:0.75em;
		font-weight:bold;
		background-color: #FFCC33;
	}
	#rt_navigation ul { margin-left: 0; padding-left: 0; } 

	#rt_navigation ul li { margin-left: 0; padding: 0 9px 0 8px; list-style: none; }

	#rt_navigation a:link, #rt_navigation a:visited { color:#fff; text-decoration:none; }

	#rt_navigation a:hover { color:#6C99FF; text-decoration:none; }

	
/* buttons */
a.btnlnk{
	display:inline;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #444;
	border-bottom:2px solid #444;
	font-size:12px;
	color:#efefef;
	background:#369;
	text-decoration:none;
	padding:2px 3px 1px 3px;
	text-align:center;
}

a.btnlnk:hover{
	color:#ffcc88;
}

a.btnlnk:active{
	border-top:2px solid #444;
	border-left:2px solid #444;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	color:#369;
	background:#efefef; 
}


	/* Experiment */
	div.header_row {
	  clear: both;
	  padding-top: 0px;
	}
	
	div.top_row {
		clear: both;
		padding-top: 0px;
	}
	
	div.top_row div.logo {
		float: left;
		width: 49%;
	}
	div.top_row div.logo img {
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
	}
	
	div.top_row div.top_nav {
	float: right;
	margin-right: 10px;
	width: 200px;
	text-align: right;
	vertical-align:top;
	text-transform:capitalize;
	font-size:0.75em;
	font-weight:bold;
	}
	
	div.top_row div.top_nav ul {
	margin-left: 0;
	margin-top: 15px;
	padding-left: 0;
	} 

	div.top_row div.top_nav ul li {
	margin-left: 0;
	padding: 0 9px 0 8px;
	list-style: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}

	div.top_row div.top_nav a:link { color:#000; text-decoration:none; }
	div.top_row div.top_nav a:visited { color:#333333; text-decoration:none; }

	div.top_row div.top_nav a:hover { color:#6C99FF; text-decoration:none; }
	
	div.header_row div.nav {
		
		float: left;
		width: 100%;
		border-top: 2px solid #3B6CFF;
		border-bottom: 2px solid #3B6CFF;
		background-color: #CCCCCC;
		padding: 5px 0;
	}
	
	/* left hand column nav */
	.lt_navigation {
	vertical-align:middle;
	text-transform:capitalize;
	font-size:0.7em;
	font-weight:bold;
	background-color: #FFFFFF;
	}

	
	.titleText {
	font-size:1.0em;
	font-weight:bold;
	}
	.lt_navigation div.nav_header {
	font-size:1.1em;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	}
	
	.lt_navigation ul {
	margin-left: 0;
	padding-left: 5px;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px none #666666;
	padding-right: 5px;
	padding-bottom: 10px;
	background-color: #FFFFCC;
	padding-top: 0px;
	} 

	.lt_navigation ul li { padding: 0px 0px 5px; list-style: url(../images/arrow.gif) none inside; }

	.lt_navigation a:link, .lt_navigation a:visited { color:#333333; text-decoration:none; }

	.lt_navigation a:hover { color:#6C99FF; text-decoration:none; }
	
	/* center area stuff */
	#center h1 {
		font-size:0.95em;
		font-weight:bold;
	}
	
	#center h2 {
	font-size:0.85em;
	font-weight: bold;
	}
	
	#center h3 {
	font-size: 0.8em;
	}
	
	#center p {
		font-size:0.75em;
	}
	
	#center table {
		font-size: 0.75em;
	}
	
	#center table td.course {
	background-color: #FFFFCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}
	
	#center_more h1 {
		font-size:0.95em;
		font-weight:bold;
	}
	
	#center_more h2 {
	font-size:0.85em;
	font-weight:bold;
	}
	
	#center_more h3 {
	font-size: 0.8em;
	}
	
	#center_more p {
		font-size:0.75em;
	}
	
	#center_more table {
		font-size: 0.75em;
	}
	
	#center_more table td.course {
	background-color: #FFFFCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}
	
	/* center area stuff */
	#right h1 {
		font-size:0.85em;
		font-weight:bold;
	}
	
	#right h2 {
		font-size:0.75em;
		font-weight:bold;
	}
	
	#right p {
		font-size:0.65em;
	}
	
	#right span.headline {
		font-weight:bold;
	}
	
	#right a:link, #right a:visited { color:#333333; text-decoration:underline; }
	#right a:hover { color:#6C99FF; text-decoration:underline; }

.book {
	padding: 1em;
	margin: 0.5em;
	clear: both;
	width: 100%;
}

.book span.cover {
	vertical-align: top;
	float: left;
	width: 23%;
	padding: 2px;
	}
.book h2, .book p {
	float: right;
	width: 75%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	}

/* shopping cart stuff */
#center_more table {
		font-size: 0.75em;
	}
.header {
	background-color: #FFFFCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.category_row {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #999999;
}

td.label {
    font-size: .65em;
}

p.darkred {
    font-size: .65em;
    color:#c00;
}

.oddRow {background-color: #EEEEEE}
.evenRow {background-color: #CCCCCC}
.ocean {background-color: cyan}
.tableHeader {background-color: white}

.row1 {
	background-color : lightgrey
}

.row2 {
	background-color : white
}

.label {
	 	width :  .8in;
}

.error {
	color : red;
}

table.report {
	border-width: 0px 0px 0px 0px;;
	border-spacing: 0px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.report th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.report td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


.popup {
    background-color:rgb(255,255,64);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size:1.0em;
    padding: 5px;
}

.popup table {
    font-size:.9em;
}

.centered {
	text-align: center;
}