.main-area {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 820px
}

html {

/* height: 100%;  */
overflow-x: hidden;
/*overflow-y: scroll; */

}

body {
                font-family: Arial, Helvetica, sans-serif;
                text-align:center;
	        margin-bottom: 0px;
                margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
                background-color: #999999;
                height: 100%;
		overflow-y: auto;
 /*		width: 100%; */
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.bigfirst {
/*	color:#10238a;
	font-size:12pt; */
}

.liststyle1 {
  list-style: disc inside;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10pt;
  line-height: 13pt;
}

h2 {
	color: #10238a;
	font-size: 16pt;
}

h3 {
	color: #10238a;
	font-size: 11pt;
	margin-bottom: -.8em;
}

.active,
a {
	text-decoration: none;
	color: #10238a;
}

a:link {

}

a:visited {

}

.active: hover,
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/*Main Layout*/
.outerMostShell
{
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: rgb(255, 255, 255);
}

.leftShadow
{
	background-image: url(../images/left_shadow.jpg);
	background-repeat: repeat-y; 
	width: 15px;	
}

.rightShadow
{
	background-image: url(../images/right_shadow.jpg); 
	background-repeat: repeat-y; 
	width: 15px;
}

.titleBar
{
	height: 70px;
	background: url(../images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color:#10238a;
    font-weight:bold;
    font-style:italic;
}

.header
{
	background: url(../images/top_bars/blank_top_bar.jpg) top left no-repeat;
    background-color: black;
}

.headerTitle
{
    color: white;
    cursor: default;
    display: block;
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 42px;
    position: absolute;
    text-transform: uppercase;
    width: 800px;
}

.welcomeMessage
{
    float: right;
    color: White;
}


.corevalue{
	padding-left: 25px;
}

.corevalue b {
	font-size: 11pt;
}

.corevalue br {
	line-height: 2px;
}

.quote {
	font-style:italic;
	color: #10238a;
	margin-left: 25px;
	margin-right: 25px;
}

/***************   Footer    ******************/

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF
}

.footer a:link{
	text-decoration: underline;
	color:#FFFFFF;
}

.footer a:visited{
	color:#FFFFFF;
	text-decoration: underline;
}

/***************   Top Navigation  ************/

.topnav{
	visibility:hidden;
	background-color: #CCCCCC;
	position: absolute;
	z-index: 1;
	float: right;
}

.topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: block;
	text-decoration: none;
	color: #4D4D4D;
	padding: 2px;
	width: 100%;
}

.topnav a:link {
	color: #4D4D4D;
	background-color: #cccccc;
}

.topnav a:visited {
	color: #4D4D4D;
}

.topnav a:hover {
	color: #CCCCCC;
	background-color:#4d4d4d;
	text-decoration: none;
}

.topnav table {
	border: thin solid;
	border-color: #4d4d4d;
	border-collapse: collapse;
}

.topnav  td {
	padding-right: 5px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/***************   Left Navigation  ************/
.leftnavarea,
.leftnav {
	background-color: #ffffff; 
/*	background-color: #C0CFE2;
	background-color: #FFFFFF; */
	width: 250px;
	/*height: 100%;*/
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	float: left;
	 background-position: bottom; 
	 background-repeat: no-repeat;
}

/*Tyler added this, 6-4-2007, they wanted the image to be right after the namvigation*/
.leftnavimage{
	height:90%; /* 100% seems to cause extra whitespace in IE*/
	background-repeat:no-repeat;
}

.leftnav table {
	padding: 3px;
	width: 250px;
}

.leftnav a{
	color: #333333;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 195px;
	margin-left: 14px;
}

.leftnavclosed {
	background-image: url("../images/nav/nav_arrow.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 14;
}

.leftnavopen {
	background-image: url("../images/nav/nav_down_arrow.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 14;
}

.leftnavsub {
	background-image: url("../images/nav/nav_arrow.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 25px;
	padding-left: 14px;
}

.navimage {	height: 50px; }

.leftnav a:link {
	color: #333333;
}

.leftnav a:visited {
	color: #333333;
} 

.leftnav a:hover {
	color: #333333;
	text-decoration: none;
}

.leftnav td:hover {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

.leftnav td {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

.subnav table
{
	width: 236px;
	
}

/*Sub menus for the left nav*/
.subnav td
{
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

.subnav td:hover
{
	border-style: solid;	
	border-width: 1px;
	border-color: #666666;
}

.subnav a
{
    color: #666666 !important;	
    font-style: italic;
    font-weight: bold;
}

.heading
{
    color:#10238a;
    font-weight:bold;
    font-size:large;
    font-style:italic;
}
    
.underHeadingBoxed
{
    border-style:groove;
    border-width:2px;
    width: 100%;
}

/*For labels used in custom validation*/
.inputError
{
	color:Red;
}

/*For labels used in login/authentication errors*/
.loginError
{
	color:Red;
}

/*For general showing/hiding*/
.displayNone
{
	display:none;
}

.displayBlock /*block display is the default- same as style.display='';*/
{
	display:block;
}

/*For showing and hiding error messages using labels*/
.hiddenMsg
{
    display:none;
    visibility:hidden;
}
    
.visibleMsg
{
    color:red;
}

/* For changing the cursor when the user hovers over clickable items */
.active,
.clickable
{
	 cursor:pointer;
}

.unClickable
{
	cursor:default;
}

.whiteBox
{
}

.grayBox
{
    background-color:gray;
}
.hiddenBox
{
    display:none;
}
.visibleBox
{

}
.hiddenRow
{
    display:none;
}
.visibleRow
{
}
.stdButton
{
    width:75px;
}

.ErrorLabel
{
    color:red;
}
.stdButton
{
    width:75px;
}
.wideButton
{
    width:165px;
}
.hiddenButtonCell
{
    visibility:hidden;
    display:none;
}

.whiteBox
{
    background-color:white;
}

.grayBox
{
    background-color:gray;
}

.hiddenPanel   
{
    display:none;
}

.visiblePanel
{
	
}
.hiddenBtn
{
    display:none;
}
.visibleLabel
{
}
.hiddenLabel
{
    display:none;
}
.hiddenRow
{
    visibility:hidden;
}
.visibleRow
{
}
.visibleValidator
{
}
.hiddenValidator
{
	visibility:hidden;
}
.visible
{
	visibility:visible;
}
.hidden
{
	visibility:hidden;
}
.watermark
{
    color: Gray;
    font-style: italic;
}