/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height:100%;
} 

a:link, a:visited, a:hover {
	color: #333;
}

a:hover, #emp a:link, #emp a:visited, #emp a:hover {
	color: #6D9570;
}

#emp a:link, #emp a:visited, #emp a:hover {
	font-weight: bold;
}

#emp a:hover {
	color: #666;
}

blockquote {
	margin-left: 20px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	line-height: 1.95em;	
	height: 100%;
	width: 100%;
	text-align:center;
	background: #666;
	padding-top: 7px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6D9570;
}

h1{
 	font-size: 24px;
 	margin: 0 0 13px 0;
}

h2{
 	font-size: 16px ;
 	margin: 0 0 0 3px;
	line-height: 1.25em;
	color: #454545;
}

#emp h2 {
 	margin: 15px 0 0 3px;
}

#emp h3 {
 	margin: 15px 0 10px 3px;
	border-bottom: 1px solid #454545;
}

h3{
 	font-size: 14px;
	font-weight:bold;
 	margin: 15px 0 5px 6px;
	color: #6D9570;
}

h4{
 	font-size: 12px;
	font-weight:bold;
	line-height: 1.25em;
 	margin: 15px 0 0 8px;
	color: #454545;
}

img {
	border: none;
}

label {
	font-weight: bold;
}

li {
	margin-bottom: 7px;
	line-height: 1.2em;
}

p {
	margin: 0 0 10px 10px;
	line-height: 1.5em;
}

ol, ul {
	margin: 5px 0 10px 45px;
}

table {
	margin: 10px 0 10px 15px;
	border: 1px solid #6D9570;
	width: 93%;
	border-collapse: collapse;
}


table#calendar {
	width: 650px;
}

table#calendar td {
	width: 88px;
	padding: 2px;
}

table.posit {
	width: auto;
	border: none;
	margin: 0 0 0 15px;
}

table.posit td {
	padding: 3px 10px 3px 0;
	border: none;
}

td, th {
	padding: 3px 2px;
	vertical-align: top;
	line-height: 1.25em;
	font-size: 11px;
	border: 1px solid #6D9570;
	border-collapse: collapse;
}

th {
	background: #6D9570;
	color: #FF6;
}

th a:link,  th a:visited {
	color: #FF6;
}

th a:hover, th a:visited:hover {
	color: #FFF;
}

ul {
	line-height: 1.4em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#nonFluid {
	width: 759px;
	margin: 0 auto;
	background: url(../images/layout/nfBackground.jpg) top center repeat-y;
	text-align:left;
}

#banner {
	background: url(../images/menu/bannerWiconsTop.jpg) top center no-repeat;
	/* background: url(../images/layout/bannerTop.jpg) top center no-repeat; commented out to add icon menu */
	height: 90px;
}

#bannerShort {
	background: url(../images/layout/bannerTopSm.jpg) top center no-repeat;
	height: 90px;
}

#content {
	margin: 20px 10px 30px 70px;
}

#copyright{
	margin: 0 auto 0;
	height: 25px;
	clear: left;
	background: url(../images/layout/nfBottom.gif) bottom center no-repeat;
}

/***********************************************/
/* Layout Divs Specifics                       */
/***********************************************/
#copyright p{
	padding: 0 7px 0 0;
	margin: 0 0 3px;
	text-align: right;
	font-size: 10px;
}

.mainL img {
	margin: 10px 3px 5px;
}

.mainR img {
	margin: 5px auto;
}

img.fLeft {
	margin: 0 7px 2px 0;
	float: left;
}


img.fRight {
	margin: 0 0 2px 3px;
	float: right;
}

.mainR ol, ul {
	margin: 5px 0 10px 25px;
}
/***********************************************/
/* Other Classes                               */
/***********************************************/

.mainL {
	float: left;
	width:475px;
	margin: 0 0 10px;
	padding: 0;
	clear: both;
}

.mainR {
	margin: 0 0 10px 490px;
	padding: 0 0 15px 10px ;
	border-left: 1px solid #7FCBFF;
}

.note {
	background: #FDEDA2;
	border: 1px solid #E7E2DB;
	border-width: 0 0 5px 3px;
	padding: 5px 8px 0 5px;
	text-align: center;
	margin: 5px 0;
}

.new {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #6D9570;
}

.example {
	font-style: italic;
	font-size: 10px;
}

.center {
	text-align: center;
}

.subButton {
	margin-top: 15px;
}

.bad {
	color: #F00;
	font-weight: bold;
}
	