/*Style Sheet for Version 5 Browsers */
/*The Body Background */
body {
	background-color : #ffffef;
	background-image : url("/handWall.jpg");
	background-repeat : repeat-xy
}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px
}


.maindiv p { line-height : 180%; margin-top : 6px }

.dabottom {
	border-bottom : 1px dotted #CCCCCC;
	
}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	margin-bottom : 12px;
	margin-top : 0px
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 12px;
	margin-top : 30px
}

.maindiv a:link {text-decoration:none; color : #000000 }

.maindiv a:hover {color : red}

/* Lists*/
li {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 6px;
	margin-right : 16px;
	margin-top : 6px
}

ol { color : #000000 }

ul { color : #000000 }

/*Style for The Little Icon Layers */
.icondiv {
	border-bottom : 1px solid #CCCCCC;
	border-left : 0px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}

.icondivL {
	border-bottom : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 0px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #999999;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

.navDiv p { margin-bottom : 12px; margin-top : 6px }

.navDiv h1 {
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	margin-left : 0px;
	margin-top : 0px
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 24px
}

/*Style Applied to the Paragraphs for Main Section Links (headings) */
p.navButts {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	margin-bottom : 4px;
	margin-top : 6px
}

.navButts a {
	background-color : #333399;
	border : 1px solid #cc0000;
	color : #FFFFeF;
	display : block;
	padding-bottom : 2px;
	padding-left : 6px;
	padding-top : 2px;
	text-decoration : none;
	width : 100%
}

.navButts a:hover {
	background-color : #cc0000;
	border : 1px solid #333399;
	color : #FFFFFF;
	text-decoration : none
}




/*Style Applied to the Paragraphs for Main Section Links (sub-headings) */
p.navLW {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	margin-bottom : 4px;
	margin-top : 6px
}

.navLW a {
	background-color : #333399;
	border : 1px solid #cc0000;
	color : #FFFFFF;
	display : block;
	padding-bottom : 1px;
	padding-left : 20px;
	padding-top : 1px;
	text-decoration : none;
	width : 86%
}

.navLW a:hover {
	background-color : #cc0000;
	border : 1px solid #333399;
	color : #FFFFFF;
	text-decoration : none
}



/*Style Applied to bock links */
p.RedB {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold
}

.RedB a {
/*	background-color : #ccccff; */
	display : block;
	padding-left : 5px;
	text-decoration : none;
	width : 95%
}

.RedB a:hover {
	background-color : #cc0000;
	border : 0px solid #ffffef;
	color : #ffffef;
	text-decoration : none
}


/*Style Applied to pink links REDUNDANT */
p.Pink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold
}

.Pink a {
/*	background-color : #febcd8; */
	display : block;
	padding-left : 5px;
	padding-right : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
	text-decoration : none;
	width : 95%
}

.Pink a:hover {
	background-color : #cc0000;
	border : 0px solid #ffffef;
	color : #ffffef;
	text-decoration : none
}


/*Style Applied to blue links REDUNDANT */
p.Blue {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold
}

.Blue a {
/*	background-color : #ccccff; */
	display : block;
	padding-left : 5px;
	text-decoration : none;
	width : 95%
}

.Blue a:hover {
	background-color : #cc0000;
	border : 0px solid #ffffef;
	color : #ffffef;
	text-decoration : none
}


/*Style Applied to Slate links REDUNDANT */
p.Slate {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold
}

.Slate a {
	background-color : #C6D9F7;
	display : block;
	padding-left : 5px;
	text-decoration : none;
	width : 98%
}

.Slate a:hover {
	background-color : #cc0000;
	border : 0px solid #ffffef;
	color : #ffffef;
	text-decoration : none
}


/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 8px;
	margin-left : 0px;
	margin-top : 0px
}

.navSubs a {
	background-color : #FFFFFF;
	color : #333333;
	display : block;
	padding-left : 14px;
	text-decoration : none;
	width : 100%
}

.navSubs a:hover {
	background-color : #F4F4F4;
	color : #999999;
	text-decoration : none
}

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a {
	background-color : #CCCCCC;
	border : 1px solid #999999;
	color : #FFFFFF;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%
}



/*Style Applied to LW text paragraphs */
p.navPar {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	font-weight : normal;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-top : 10px
}

.navPar a {
	background-color : #333399;
	color : #ffffef;
	text-decoration : none;
}

.navPar a:hover {
	background-color : #cc0000;
	border : 0px solid #ffffef;
	color : #ffffef;
	text-decoration : none
}



/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-top : 6px
}

/*Turns off Borders around Hyperlinked Images*/
img { border : 0px; display : block }
.inlinimg { display : inline }

/*Styles Applied to Form Elements */
form {
	/* border : 1px dotted #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px  */
}

/* input { background-color : #CDC9D8; border : 1px solid #999999 } */
/* input { background-color : #FAE4A5; border : 1px solid #999999 } */
input { background-color : #ffffef; border : 1px solid #999999; }

/*input.button { background-color : #CDC9D8; border : 1px solid #999999; font-weight : bold } */
input.greBut {
	border : 1px solid #999999;
	font-weight : bold;
	font-size: 15px;
	background-color : #84CD9B;
}

input.raOr { background-color : #ff9999; border : 0px }
input.raPi { background-color : #ffbbbb; border : 0px }
input.raGr { background-color : #cccccc; border : 0px }
input.raGw { background-color : #a8e6b5; border : 0px }


input:focus { background : #FFFFFF }

textarea {
	background-color : #ffffef;
/*	background-color : #FAE4A5; */
	border : 1px solid #999999; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px 
}

.checks { background-color : #FFFFFF; border : 1px none }

.formBut { background-color : #CCCCCC }

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right;  padding-left : 5px;   }

.imgfloatleft { float : left;  padding-right : 5px;  }

