/* ========== BODY AND CONTAINER DIV ============ */

body{
	text-align:center;
/*	background-color:#E8F2FF;*/
	background-color:#8BABCE;
}

div#main {
	margin: 0px auto 0px auto;
	width: 650px;
	text-align:left;
	background-color: #ffffff;
	border: 1px solid #728BAC;
}


/* ========== HEADER ============ */

div#header {
	margin: 0px;
	height: 100px;
}


/* ========== TOOLBAR AND NAVIGATION ============ */

div#toolbar {
	margin: 0px;
	width: 100%;
/*	height: 28px;*/
	height: 24px;
	background-color: #2C4763;
/*	overflow: hidden;*/
	border-top: 1px solid #FFFFFF;
/*	border-bottom: 1px solid #FFFFFF;*/
}

div#toolbar ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #2C4763;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
/*	line-height: 28px;*/
	line-height: 24px;
	white-space: nowrap;
	text-align: left;
}

div#toolbar li {
    list-style-type: none;
    display: inline;
}
div#toolbar li a {
    text-decoration: none;
	text-align: center;
    color: #FFF;
	border-right: 1px solid #FFF;
/*	height: 28px;*/
	height: 24px;
	float: left;
}
div#toolbar li a:link {
    color: #FFF;
}
div#toolbar li a:visited {
    color: #FFF;
}
div#toolbar li a:hover {
    color: #FFF;
    background-color: #E5090D;
}
/*div#toolbar li#cgelogin a:link {
	color: #F00;
}
div#toolbar li#cgelogin a:visited {
	color: #F00;
}
div#toolbar li#cgelogin a:hover {
    color: #FFF;
}*/

div.submenu {
	position: absolute; 
	display: none;
	z-index: 100;
}
div.submenu ul {
	border-bottom: 1px solid #FFF;
}
ul.submenu li {
	white-space: nowrap;
}
ul.submenu li a {
	border-top: 1px solid #FFF;
	white-space: nowrap;
	background-color: #2C4763;
	text-align: left;
	padding-left: 10px;
}



/* ========== PAGE CONTENT AND RIGHT LOGO BAR CONTAINER DIV ============ */

div#container_content {
	width: 100%;
	height: auto;	/* required to force both heights of content and right to expand to 
					   the full height of container_content */
	background-color: #2C4763;
	background-image: url(graphics/bg_bottom_right.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
/*	border: 1px solid #728BAC;*/
	border-top: 1px solid #2C4763;
}


/* ========== PAGE CONTENT ============ */

div#content {
	float: left;
	width: 454px;
	margin: 0px;
	padding: 20px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.25pt;
	color: #0D355A;
}

div#content h1 {
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
/*	color: #E5090D;*/
	width: 100%;
	border-bottom: thin solid #0D355A;
}

div#content h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

div#content h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0px;
}

div#content h1, h2, h3, h4, h5, h6, p, ul { margin-top: 0 } 

div#content a:link {
	color: #3366CC;
}
div#content a:visited {
	color: #3366CC;
}
div#content a:hover {
	color: #999999;
}

div#content table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#content th, td {
	border: thin solid #666666;
	padding: 5px;
}
div#content th {
	background: #999999;
	text-align: center;
	color: #FFF;
}
div#content td {
	vertical-align: top;
}

div#content ul ol {
	margin-left:10px;
	padding-left:10px;
}
div#content li {
	margin-left:0;
	padding-left:0;
} 

div#content div.expandable {
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 20px;
/*	padding-left: 20px;*/
}
div#content a.expandbutton {
	float: left;
	width: 9px;
	height: 11px;
	line-height: 11px;
	border: 1px solid #666;
	font-size: 10pt;
	text-decoration: none;
	text-align: left;
	padding: 0px 1px; /* 3px 0px 3px;*/
	margin-left: 0px;
	margin-top: 2px;
/*	margin-left: -20px;*/
}
div#content div.expandtext {
	float: right;
	width: 430px;
}
/*div#content h3.expandable {
	display: inline;
	padding-left: 4px;
}*/

.imgleft {
	margin: 0px 10px 0px 0px;
	float: left;
	border: 1px solid #333;
}
.iconright {
	float: right;
}
.topborder {
	border-top: 1px solid #eee;
	padding-top: 5px;
}
.small {
	font-size: 8pt;
}
.errormessage {
	color: #E5090D;
}
.disabled {
	color: #999;
}
.userform {
	font-size: 12px;
}	
.userform td, th {
	border-width: 0px;
	padding: 2px;
}
.userform input.txt {
	height: 18px;
	font-size: 12px;
}	
.userform input.btn {
	width: 500px;
	border: solid 1px;
}

	
/* ========== RIGHT LOGO BAR ============ */

div#right {
	float: right;
	width: 155px;
	height: 100%;
	margin: 0px;
	padding: 0px;
/*	border: solid 1px blue;*/
}

div#contentheightkeystone {  /* this layer and its style are required to force both heights of 
								content and right to expand to the full height of container_content */
	clear: both; 
	border-bottom: 1px solid white;
}


/* ========== FOOTER ============ */

div#footer {
	display: block;
	height: 23px;
	vertical-align: bottom;
    padding: 0px 10px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
/*	background-color: #FFFFCC;*/
	color: #E5090D;
	text-align: right;
	line-height: 28px;
/*	border: 1px solid #728BAC;*/
	border-top: solid 1px #2C4763;
}

