/* Global Styles */

body {
	margin:0px;
	background: #EEE3F0;	
	font: 1em Arial, Helvetica, sans-serif;
	color:#666666;
	}
.header {
	background: #693E74 url(../images/OTheader.jpg) no-repeat scroll left top;
	border-bottom: 5px solid #402547;
	color: #FFFFFF;
	height: 118px;
	padding: 0px 0px 0px 230px;
}
.mainTable {
	height: 100%;
	width: 100%;
	border: 5px solid #402547;
}
.mainTable .header h1 {
	font-size: 175%;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
}
.mainTable .header p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}

.navigation {
	background: #402547;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.centerContent {
	margin: 0px;

	background: #FFFFFF;
	padding: 10px 30px 0px 30px;
	width: 100%;
}

.centerContentFrame {
	background: #FFFFFF;
	width: 100%;
}

.frameBody {
    overflow-x: hidden;
	overflow-y: auto;
	scrollbar-base-color: #693E74;
	background-color:#FFFFFF;
	border: none;
	padding-top:10px;
	padding-right:10px;
	padding-left:30px;
	padding-bottom:5px;
}

.frameBody1 {
	height: 475px;
	width: 605px;

}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
.burgTitle {
	color: #AA0000;
	font: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:150%;
	font-weight: bold;
    }
	
.burgSubtitle {
	color: #AA0000;
	font: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:120%;
	font-weight: bold;
    }
	
.blueLeader {
	color:#000099;
	font: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:100%;
	font-weight: bold;
    }
	
.blackRegular {
	color:#000000;
	font: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:85%;
	font-weight:normal;
    }

.blackLarger {
	color:#000000;
	font: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:100%;
	font-weight:normal;
    }
	
/* Class Styles */
	
	
.centerContent h1 {
	font-size: 140%;
	font-weight: bold;
}

.rightCol {
	background: #402547;
}

/* Begin styles imported from now defunct menu.css*/

#masterdiv {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background: #61386B;
}

#masterdiv ul {

	list-style:none;
	margin: 0px;
	padding: 0px;
}

#masterdiv li {
	padding: 0px 0px 0px 0px;
}

.menutitle {

	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 90%;
	background: #61386B;
}

.menutitle a {
	color:#ffffff;
	text-decoration:none;
}


.menutitleOver {

	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
	background: #61386B;
	font-size: 90%;
	}

.menutitleOver a {
	text-decoration: none;
	color:#000000;
	background: #61386B;
	font-variant: small-caps;
	font-weight: bold;
	}

.submenu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	background: #61386B;
}

.submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.submenu li {
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
}

.sub {

	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background: #61386B;
	color: #FFFFFF;
}

.sub a {
	color:#CC99a0;
	text-decoration:none;
	padding: 0px;
	font-size: 90%;
}

.subOver {

	margin: 0px;
	padding: 0px;
	font-variant: normal;
	color: #CC3399;
	font-size: 90%;
	background: #61386B;
}

.subOver a {
	color:#000000;
	text-decoration:none;
	padding: 0px;
	font-size: 90%;
}

/* end formats imported from now defunct menu.css*/

/*written by Nick originally for the Reports portion of the web site */

a.nick:link {
	background: #fff;
	color: #00f;
	text-decoration: underline;
	}
a.nick:visited {
    background: #fff;
	color: #00f;
	text-decoration: underline;
    }
a.nick:hover {
	background: #fff;
	color: #f00;
    text-decoration: none;
    }
a.nick:active {
	background: #fff;
	color: #f00;
    text-decoration: underline;
    }

/* last updated on May 12, 2006 */
