html, body {
	background-color: #F1F2F7;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a, a:visited, a:hover {
	color: #006;
}

.currentMenuItem{
	color:#000000;
	font-weight:bold;
}

/*  Establish general layout parameters */

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0;
}

p, ul, ol {
	font-size: 1em;
}

table#header {
	margin: 15px auto 0 auto;
	padding: 0;
	width: 750px;
	border: 1px solid #000;
	border-bottom: 0;
}

html>#header {
	width: 750px;
}

table#header tr, table#header td {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #6D86BC;
}

table#header ul#breadcrumb {
	margin: 0 0 -5px 25px;
	padding: 0;
	height: 27px;
}

table#header ul#breadcrumb li {
	list-style: none;
	float: left;
	padding: 4px 4px 6px 4px;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
}

table#header ul#breadcrumb li#first {
	padding-left: 25px;
}

table#header ul#breadcrumb a {
	font-weight: bold;
	color: #fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
table#header ul#breadcrumb a {float: none;}

table#header ul#breadcrumb a:visited {
	color: #fff;
}

table#main {
	text-align: left;
	background: #fff;
	width: 752px;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 0;
}

html>#main {
	width: 752px;
}

table#main tr, table#main td {
	border: 0;
	margin: 0;
	padding: 0;
}

table#main td#left {
	background: url(../images/blucurve.gif) no-repeat top left;
	padding: 12px 10px;
	margin: 0;
	width: 150px;
	vertical-align: top;
}

#left form {
	background: #E8E8E8;
	margin: 0;
	padding: 0;
	border: 1px solid #006;
	text-align: left;
}

#left form input {
	font-size: .8em;
}

div#formhead {
	background: #001A4D;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	padding: 0.3em;
	margin: 0;
}

div#formmain {
	padding: 0 10px 2px 10px;
}

div#formmain div.label {
	text-align: left;
	font-size: 1em;
	clear: both;
	margin: 2px 0;
}

div#formmain div.forgot {
	margin: 0;
	clear: left;
	text-align: center;
	font-size: .8em;
}

#menu {
	background: #cc9;
	margin:  0;
	padding: 0;
	border: 0;
}

#menu ul {
	margin: 0;
	padding: 2px 0 5px 0;
	list-style: none;
	color: #006;
	font-size: .8em;
	font-weight: normal;
}

#menu ul a {
	color:#006;
	text-decoration: none;
}

#menu ul a:visited {
	color: #006;
	text-decoration: none;
}

#menu ul a:hover {
	color: #00f;
	text-decoration:underline;
}

#menu ul li {
	border-top: 1px solid #fff;
	margin: 5px;
}

#menu ul li#top {
	border: 0;
	font-size: 1em;
	font-weight:bold;
	
}

#menu ul li.lev1  {
	border-top: 1px solid #fff;
	margin: 5px;
	font-size: 1em;
	font-weight:bold;
}

#menu ul li ul.sub  {
	margin-left: 15px;
	padding: 0;
	border: 0;
	font-size: .9em;
}

#menu ul li ul.sub li {
	padding: 0;
	border: 0;
	list-style-image: url(../images/blu_bul.gif);
	
}

#image {
	float: right;
	width: 360px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 5px;
}

table#main td#content {
	vertical-align: top;
}

table#footer {
	width: 752px;
	height: 34px;
	background: url(../images/footer.jpg) no-repeat bottom center;
	padding: 0;
	margin: 0 auto;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	border-top: 0;
}

table#footer tr td {
	vertical-align: top;
}

html>#footer {
	width: 750px;
}

.warning {
	color: #f00;
	font-weight: bold;
}

.smwarning {
	color: #f00;
	font-weight: bold;
	font-size:12px;
}

.smbldtxt{
	font-weight: bold;
	font-size:.8em;
}

.smtxt{
	font-weight: bold;
	font-size:.7em;
	color:#006600;
}

.emailtxt{
	
	font-size:.7em;
}

.regtxt{
	font-weight: normal;
	font-size:12px;
}

.boldText{
	font-weight:bold;
}

table#output {
	border: 1px solid #000;
	/*width: 95%;*/
}

table#output th {
	background-color: #001A4D; 
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: .8em;
}

.row1 {
	background-color: #CECECE;
}

.row2 {
	background-color: #E8E8E8;
}

table#output td {
	font-size: .8em;
	padding: 2px;
}

table#output form {
	margin: 0;
}


#tblSortable table {
	border: 1px solid #000;
	width:97%;
	/*width: 95%;*/
}

#tblSortable th{
	background-color:#00CC00;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: .8em;
}

#tblSortable td {
	font-size: .8em;
	padding: 2px;
}

#tblSortable tr.row1 {
	background-color: #CECECE;
}

#tblSortable tr.row2 {
	background-color: #E8E8E8;
}

.emailHeader {
	background-color:#6D86BC;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.emailTools {
	background-color:#cc9;
	color:#006;
}

#emSelectAll{
display:block;
}

#emSendSelectedTo{
float:left;
font-weight:bold;
}

#emActions{
display:inline;
float:right;
}

#emActions ul{
margin:0;
padding:0;
}

#emActions ul li{
display:inline;
padding:0px 5px;
}

#emActions ul li a{
text-decoration:none;
}

#emActions ul li a:hover {
	color: #00f;
	text-decoration:underline;
}


table#main td#right {
	padding:0px;
	margin: 5px;
	width: 150px;
	vertical-align: top;
	/*border:1px solid black;*/
}

#reminder {
	margin:  5px;
	padding: 0;
	border:1px solid #666666;
	

}

#reminder ul {
	margin: 0;
	padding: 0px 0px 5px 0;
	list-style: none;
	color: #006;
	font-size: 12px;
	font-weight: bold;
	
		
}

#reminder ul li.remtop {
	background-color:#FFCC30;
	font-size:12px;
	color:#001A4D;
	font-weight:bold;

}

#reminder ul li.journal {
	background-color:#FDFFAC;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#001A4D;
	padding: 0px;
	margin: 0px;
	border-top:1px solid #666666;
	
	
}

#reminder ul li ul.requirement li {
	background-color:#FFFFFF;
	list-style-position:inside;
	list-style-type:disc;
	padding: 0px 0px 0px 5px;
	margin: 0px;


}
ul#rating{
	font-size:12px;
	padding: 0px 0px 0px 10px;
	margin: 5px;
}

ul#rating li.ratingOptions{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

ul#rating li.ratingOptions a{
	
	text-decoration:none;
}

ul#rating li.ratingOptions a:hover{
	text-decoration:underline;
}

#chkSpelling{
float:right;
}

#chkSpelling a{
text-decoration:none;
color:#FF0000;
}

#chkSpelling a:hover{
text-decoration:none;
color:#FFFF99;
}

#eqNotifyOfEmailTrash{
font-weight:bold;
font-size:10pt;
margin:1em 0 0 0;
}

#eqLstTrashEmails{
font-size:10pt;
}
