@charset "utf-8";
/* CSS Document */
/*this is to keep page from shifting to left on load in safari and firefox*/
html { height: 101%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
html { overflow-x: hidden; overflow-y: auto; }
body { 
       color: #666666;
       background-color: #dbd8d8;
       font-family: Tahoma;
	   font-size: 11px;
	   text-align: left;
	   font-weight:normal;
	   font-style:normal;
	   line-height: 14px;
	   text-decoration: none;
	   margin-left: 0px;
	   margin-top: 0px;
	   margin-right: 0px;
	   margin-bottom: 0px;
	   height: 101%;
} 
#lefttable {
       width: 240px;
       background-color: #e5f3fa;
}
#bordertable {
	   border-right-width: 1px;
	   border-right-style: dashed;
	   border-color: #C9C9C9
}
h1 { 
       color: #666666;
       font-size: 14px;
       font-weight: normal;
	   text-transform: uppercase;
	   padding-top: 10px;
	   padding-left: 0px;
	   line-height: 14px;
	   margin-bottom: 2px;
	   margin-left: 0px;
}
h2 { color: #00365b;
     font-size: 13px;
	 font-weight: 500;
	 line-height: 14px;
	 text-transform: uppercase;
     padding-left: 0px;
	 padding-top: 16px;
	 margin-bottom: 5px;
}
h3 { color: #2d79b4;
     font-size: 11px;
	 font-weight: normal;
	 text-transform: uppercase;
	 padding-left: 0px;
	 margin-bottom: 7px;
	 margin-top: 0px;
	 margin-left: 0px;
	 line-height: 12px;
}
h4 { color: #666666;
     font-size: 13px;
	 font-weight: 500;
	 line-height: 13px;
	 text-transform: uppercase;
     padding-left: 0px;
	 margin-bottom: 2px;
	 margin-top: 0px;
}
h5 { color: #265c8f;
     font-size: 11px;
	 font-weight: 400;
	 line-height: 12px;
     padding-left: 0px;
	 margin-bottom: 5px;
}
h6 { color: #FF0000;
     font-size: 13px;
	 font-weight: 500;
	 line-height: 14px;
	 text-transform: uppercase;
     padding-left: 0px;
	 padding-top: 16px;
	 margin-bottom: 0px;
}
p  { font-size: 11px;
	 padding-left: 0px;
	 margin-top: 0px;
	 margin-bottom: 6px;
}
em { color: #265c8f;
     font-style:normal;
}
em.blue { color: #265c8f;
            font-style:normal;
}
em.green { color: #678f00;
            font-style:normal;
}
em.white { color: #ffffff;
            font-style:bold;
}
em.red { color: #FF0000;
            font-style:bold;
}
em.grey{ color: #666666;
            font-style:bold;
}
ul { list-style: square;
	 padding-top: 5px;
	 margin-top: 0px;
	 font-weight: normal;
	 text-align: left;
	 font-size: 11px;
}
FORM {font-family: Tahoma;
font-size: 11px;
color: #666666;
border: 0px;
padding: 3px;
} 
INPUT, TEXTAREA {
	font-family: Tahoma;	
	padding: 2px;
	font-size: 11px;
	background-color: #CCCCCC;
	border: inset 1px #999999;
}
SELECT, OPTION {
	font-family: Tahoma;
	padding: 2px;
	font-size: 11px;
	background-color: #ffffff;
	border: outset 1px #999999;/*for demonstration only*/
}
.button-submit {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border:outset 1px #666666;
	background-color: #678f00;
	margin-bottom: 0px;
}
.button-reset {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border:outset 1px #666666;
	background-color:#999999;
	margin-bottom: 0px;
}
.box { width: 212px;
}
input {
	background: #FFFFFF;
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
}
textarea {
	background: #FFFFFF;
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
}
.path {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	padding-left: 0px;
	text-transform: capitalize;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	text-decoration: none;
	text-align: left;
	font-weight: lighter;
}
.path a {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: lighter;
}
.path a:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	text-transform: capitalize;
	text-decoration: underline;
	font-weight: lighter;
}
.content {
