/* CSS Document */
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#666666;
	}
#wrapper{
	margin:0px 5% 0px 5%;
	height:99%;
	width:90%;
	background-color:white;
	position:absolute; 	
	border:1px solid #333333;
}
	
#main{
	margin:0px 0% 0px 0%;
	height:100%;
	width:auto;
	background-color:white;
	position:absolute; 		
	}
#content{
	width:auto;
	margin-left:150px;
	margin-top:120px;	
	margin-right:30px;
	padding-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333333;
	}
#content p{

	}
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:84px;
	background-image:url(../images/title_grad.gif);
	background-position:left;
	background-repeat:repeat-y;
	z-index:1;
	}
	
#headerAdmin{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:84px;
	background-image:url(../images/title_grad_admin.gif);
	background-position:left;
	background-repeat:repeat-y;
	z-index:1;
	}	

#menuGlobal{ 
	position:absolute;
	top:84px;
	left:0px;
	background:#FF9900;
	width:100%;
	height:18px;
	padding-top:3px;
	z-index:1;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:70%;
	color:white;
	}
#menuGlobal .globalLink:link{
	margin:0px 5px 0px 5px;
	color:white;	
	text-decoration:none;
	}
#menuGlobal .globalLink:visited{
	margin:0px 5px 0px 5px;
	color:white;
	text-decoration:none;
	}
#menuGlobal .globalLink:hover{
	color:#743F03;	
	text-decoration:underline;
	}
	
#menuGlobalAdmin{ 
	position:absolute;
	top:84px;
	left:0px;
	background:#414767;
	width:100%;
	height:18px;
	padding-top:3px;
	z-index:1;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:70%;
	color:white;
	}
#menuGlobalAdmin .globalLink:link{
	margin:0px 5px 0px 5px;
	color:white;	
	text-decoration:none;
	}
#menuGlobalAdmin .globalLink:visited{
	margin:0px 5px 0px 5px;
	color:white;
	text-decoration:none;
	}
#menuGlobalAdmin .globalLink:hover{
	color:#FFCC00;	
	text-decoration:underline;
	}	


#menuCol{
	position:absolute;
	top:0px;
	left:0px;
	margin-left:5px;
	width:120px;
	height:100%;	
	background:url(../images/dashv.gif) right repeat-y;
	}
#menuItems{
	position:absolute;
	top:120px;
	left:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	}
#menuBase{
	position:absolute;
	bottom:0px;
	left:10px;
	width:94px;
	height:80px;
	background:url(../images/nationallogo.gif) left no-repeat;
}
#DeepLink{
	position:absolute;
	bottom:0px;
	right:0px;
	width:88px;
	height:32px;
}

.menuLink{
	margin-top:5px;
	background:url(../images/menuitem.gif) left no-repeat;
	}
.menuLink .item:link{
	margin-left:15px;
	text-decoration:none;
	color:#666666;
	}
.menuLink .item:visited{
	margin-left:15px;
	text-decoration:none;
	color:#666666;
	}
.menuLink .item:hover{
	margin-left:15px;
	text-decoration:underline;
	color:#C95721;
	}
	
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#333333;
	font-weight:bold;
	}	
H2 .agencyCategoryTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	font-weight:bold;
}	

H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#333333;
	font-weight:bold;
	}	

.H3Red{
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	color:red;
	font-weight:bold;
	}

H5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:72%;
	color:#999999;
	text-align:right;
	margin:0px;
	padding:0px;
	}	
.error{
	font-style:italic;
	color:#E47301;
	font-weight:bold;
}	

.agencyLink{
	line-height:2em;
	font-weight:bold;
}
.agencyLink:link{
	text-decoration:none;
	border-bottom:1px dotted red;
	color:#333333;
}
.agencyLink:visited{
	text-decoration:none;
	border-bottom:1px dotted red;
	color:#333333;
}
.agencyLink:hover{
	text-decoration:none;
	border-bottom:1px solid red;
	color:#FF6600;
}
.agencyDesc{
	font-size:90%;
	color:#333333;
	font-style:italic;
}

.agencyCat{
	font-weight:bold;
	line-height:1.5em;
}

.agencyCat:link{
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
	color:#333333;
}
.agencyCat:visited{
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
	color:#333333;
}
.agencyCat:hover{
	text-decoration:none;
	border-bottom:1px solid #FF6600;
	color:#FF6600;
}

.allAgencyLink{
	font-size:90%;
	line-height:1.5em;
}

.allAgencyLink:link{
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
	color:#333333;
}
.allAgencyLink:visited{
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
	color:#333333;
}
.allAgencyLink:hover{
	text-decoration:none;
	border-bottom:1px solid #FF6600;
	color:#FF6600;
}

.webLink{
	font-size:90%;
	line-height:1.5em;
}

.webLink:link{
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
	color:#333333;
}
.webLink:visited{
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
	color:#333333;
}
.webLink:hover{
	text-decoration:none;
	border-bottom:1px solid #FF6600;
	color:#FF6600;
}

.srchResults{
	font-size:75%;
	color:#666666;
}

.agencyData{
	font-weight:bold;
}

.docLi{
	background-image:url(../images/doc.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:7px;
	height:29px;
	list-style:none;
}

.docLink{
	font-size:100%;
	line-height:1.5em;
	font-weight:bold;
}

.docLink:link{
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
	color:#333333;
}
.docLink:visited{
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
	color:#333333;
}
.docLink:hover{
	text-decoration:none;
	border-bottom:1px solid #FF6600;
	color:#FF6600;
}

.schoolHeader{
	background-color:#FF9900;
	color:#333333;
	font-size:90%;
	color:black;
	}
.schoolDate{
	font-size:80%;
}
	
