body {
	margin: 0;
	padding: 0;
	font: 10pt arial, helvetica, sans-serif;
	background: #FFFFFF url(background.gif) repeat-y;
}

body, td {
	font: 10pt arial, helvetica, sans-serif;
}

a {
	color: #006;
}

a:hover {
	color: #00C;
}

a:visited {
	color: #006;
}

ol, ul, blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font: 18pt Trebuchet MS, verdana, arial, helvetica, sans-serif;
	color: #006;
	margin-top: 15px;
	text-align: center;
}

h2 {
	font: bold 10pt Trebuchet MS, verdana, arial, helvetica, sans-serif;
	color: #BB0A36;
	margin-top: 20px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #BB0A36;
}

table {
	border: 1px solid black;
}

tr, td {
	background-color: #F3F3F3;
	padding: 3px;
}

table.table_note {
	border: 0;
	padding: 0;
}

table.table_note tr, table.table_note td {
	background-color: #FFF;
	padding: 1px;
}


/* Layout styles */

#titlebar {
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	background: #006;
}

#titlebar #csu_name {
	float: left;
}

#titlebar #close {
	float: right;
}

#container {
	width: 100%;
}

#body {
	position: absolute;
	left: 0;
	padding: 10px 10px 0 210px;
}

#body div#close_window {
	color: #006;
	letter-spacing: 10px;
	margin: 30px 0 30px 0;
	text-align: center;
}

#body div#close_window a {
	text-decoration: none;
}

#menu {
	position: absolute;
	left: 0;
	width: 200px;
	padding: 5px 10px 0 0;
}

#menu a {
	text-decoration: none;
}

#menu ul li {
	margin-left: -15px;
	font: 8pt arial, helvetica, sans-serif;
	color: #006;
	list-style-type: square;
}

#menu ul li#on, #menu ul li a#on {
	color: #BB0A36;
}





/* Common application styles used in the introduction text */

.label {
	font: 10pt arial, helvetica, sans-serif;
}

.label-r {
	font: 10pt arial, helvetica, sans-serif;
	text-align: right;
}

.label-l {
	font: 10pt arial, helvetica, sans-serif;
	text-align: left;
}

.label-c, .table_header {
	font: 10pt arial, helvetica, sans-serif;
	text-align: center;
}

.table_header {
	color: #FFF;
	font-weight: bold;
	background-color: #006;
}

.table_subheader {
	color: #FFF;
	background-color: #BB0A36;
	font-weight: bold;
}

table.cell_border {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 0;
	border-bottom: 0;
}

table.cell_border td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.smallfont, .hint {
	font: 8pt arial, helvetica, sans-serif;
}

.hint {
	color : #888;
}

.red {
	color: #F00;
}

table.table_container {
	border: 0;
}

td.white_background {
	background-color: #FFF;
}

.grey1 {
	background-color: #F3F3F3;
}

.grey2 {
	background-color: #D9D9D9;
}
