html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;

}
table#content {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	width: 740px;
}
#bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px 68px 10px 32px;
}
#bodytext a:link,
#bodytext a:visited,
#bodytext a:active {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
	background: transparent;
}
#bodytext a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #6699CC;
	background: transparent;
}

.img-right {
	float: right;
	padding: 0px 40px 0px 15px; 
	text-align: center; 
	font: bold 11px/15px arial, verdana, sans-serif; 
	color: #000066;
	border: 0;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 10px 68px 10px 32px;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	background: transparent;
}
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #0066FF;
	background: transparent;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px 400px 0px 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
h1 {
	color:#000066;
	font-size: 14px;
}

h2 {
	color:#666666;
	font-size: 12px;
	line-height: 10px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
#box {
	border: 2px solid #2a4071;
	padding: 10px;
}

#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic
	color: #666666;
	margin: 3px 130px 3px 0px;

}

.oddRow {
	background-color:#C0C0C0;
}

.evenRow {
	background-color:#FFFFFF;
}

.hoverRow {
	background-color:#B6C9CB
}

.rowCursor {
	cursor: pointer;
}

/*** chrome menu navigation ***/
#chromemenu{
	position: relative;
	margin: 10px 68px 10px 32px;
	background-color:#2a4071;
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#chromemenu ul{
	border: 1px;
	width: 100%;
	padding: 0px 0px 0 0;
	margin: 0;
	list-style: none;
	border-color: #CCCCCC;
}
#chromemenu ul li{
	display: inline;
	font: 12px/18px arial;
	text-align: left;
	color: #2a4071;
}
#chromemenu ul li a{
	font-weight: bold;
	float: left;
	color: #FFFFFF;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	list-style: none;
	border-right:#FFFFFF;
	border: 1px;
}
#chromemenu ul li a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#chromemenu ul li a[onMouseover]:after{ content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin: 0px 0 0 0px;
	top: 0;
	border: 1px solid #f0f0f0; /*Theme Change here*/
	font: 12px/18px arial;
	text-align: left;
	z-index: 1000;
	background-color: #2a4071;
	width: 150;
	visibility: hidden;
	color: #FFFFFF;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #f0f0f0; /*Theme Change here*/
	padding: 2px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #2a4071;
}
.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #999999;
	font-weight: normal;
	color: #000066;
}
#flash {
z-index: 10;
}

