/* Global Styles */

body {
	}

ul {
list-style-position:: outside;
list-style-type: square;
margin-left: 7;
padding-left: 7;

}

	
td {
	font:12px arial;
	color:#1A1A1A;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: 0;
	}
	
a {
	color: #003399;
	text-decoration: none;
	}
	
a:hover {
	color: #1E61D8;
	text-decoration: underline;
	}

h6 {
	font:bold 12px/20px arial;
	color:#003399;
	letter-spacing:0.01em;
	margin-top:0;
	margin-bottom: 0px;
	}


	
 ul.noIndent {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
 }
	
/* ID Styles */

#navigation a {
	font:normal 11px/14px arial;
	color: #003399;
	text-decoration: none;
	display:block;
	padding: 8px 6px 2px 14px;
	}
	
#navigation a:hover {
	color: #990000;
	font-weight:bold;
	}
	
#colheader {
	padding:6px;
	}

#sidebar a {
	color: #FF6600;
	}
	
#sidebar a:hover {
	color: #FF9933;
	}	

#logo {
	font:25px georgia;
	color: #ffffff;
	letter-spacing:.2em;
	}

#tagline {
	font:16px georgia;
	color: #999999;
	letter-spacing:0.2em;
	text-align: center;
	font-style: italic;
	}
	
#dateformat {
	font:11px arial;
	color: #990000;
	letter-spacing:0.4em;
	}

#dateformat a {
	font:11px arial;
	color: #3366FF;
	text-decoration: underline;
	line-height:14px;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #003399;
	text-decoration: none;
	}

	
/* Class Styles */
	
.bodyText {
	font:12px arial;
	color:#1A1A1A;
	line-height:20px;
	letter-spacing:0.01em;
	margin-top:0;
	}

	
	
.welcomeText{
	font:20px georgia;
	color: #003399;
	line-height:22px;
	letter-spacing:0.1em;
	}
	
.pageHeader {
	font:16px georgia;
	color: #003399;
	letter-spacing:0.2em;
	line-height:16px;
	}
	
.subHeader {
	font:12px arial;
	color: #990000;
	letter-spacing:0.1em;
	line-height:14px;
	font-weight:bold;
	}
.clients {
	color: #003399;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
}
	
.currentmark {
	font-weight: bolder;
	color: #990000;
	}
.horizontalrule {
	color: #990000;
}

.rightmargin {
	margin-right: 10px;
}
.leftmargin {
	margin-left: 10px;
	border-color: #003399;
}
.flushright {
	background: right;
}
