/*************************  ID's *************************/

#topBar {
	position: absolute;
	z-index: 10;
	left: 2;
	width: 100%;
	height: 15px;	
	background-color: #008040;	
	margin: 0;
	border-bottom: 10px inset #C6EC8C;	
}

#navigation {
	position: absolute;
	z-index: 1;
	width: 220px;
	padding-right:10px;
	padding-top: 0px;	
	top: 40px;
	left: 1%;	
	height:100%;	
	border-right: 1px solid #000000;
	text-align:right;
	background-image:url(imagesNew/squareTileLighter.gif);
	background-repeat: repeat;
	}

#centerDoc {
	position: absolute;	
	width:auto;
	left: 300px;
	top: 30px;	
	text-align:center;
	z-index: 0;	
	margin: 0px 0 20px 0px; /*top right bottom left*/
	display: block;	
	}

#floater {
	float:right;
	display: block;
	z-index: 1;	
	position: relative;
	padding:10px 10px 10px 10px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	width:100%;
	background-color: #F4F4F4;	
	border:1px dashed #000000
	
}


/*************************  ID's *************************/


body {		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F9F9F9;
	margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 0 0 0;
	background-attachment:fixed;
	background-image:url(images/mothGreenSmall.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
		
	}
	
p {
width:97%;
}	

#centerDoc p {width:80%;}

h1 {
	font-size: 20px;
	font-style: normal;	
	font-weight: bold;	
}

h2 {
	font-size: 18px;
	font-style: normal;	
	font-weight: bold;	
}

h3 {
	font-size: 14px;
	font-style: normal;	
	font-weight: bold;	
}

h4 {
	font-size: 10px;
	font-style: normal;	
	font-weight: bold;	
}

li {
	list-style-type: none;
	line-height: 170%;	
}

.showBullets li {
	list-style-type: square;
	line-height: 170%;	
}

.showOrderedBullets li {
	list-style-type: decimal;
	line-height: 200%;	
}


input {
	font-size: 10px;
	font-weight: normal;	
}

.thin {
	font-size: 10px;
	font-weight: normal;
	border: 1px dashed #009900;
	background-color: #FFFFFF;
	
}

.tableBottomSpace {
	margin-bottom:25px;	
}

.linkBuddy {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: blue;
 font-weight: bold;
 text-decoration:underline;
}

	
	
a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 color: #00000;
 font-weight: bold
}

a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: blue;
 font-weight: bold
}
a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: green;
 font-weight: bold
}
a:active {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold
}






li a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px;
 color: #00000;
 font-weight: bold
}
li a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: blue;
 font-weight: bold
}
li a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: green;
 font-weight: bold
}
li a:active {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold
}

dt {
	line-height: 50px;
}
