	
	body{
		color:#000000;
	}
	
	.header{
		
	}
	
		.headerDescription{
			margin-top:10px;
		}
	
	#search{
		margin-top:10px !important;
		text-align: right;
	}
	
		#search .searchLoader{
			display:none;
		}
		
		#search .searchAlert{
			display:none;
			color: #FF0000;
		}
	
	#searchResults{
		display: none;
	}
	
		#searchResults fieldset{
			padding:1.3em 0em 1.3em 0em;
		}
			
			#searchResults fieldset .info{
				margin-bottom:15px;
				margin-left:20px;
				margin-right:20px;
				margin-top:0px;
				color:#555555;
			}
		
			#searchResults .content{
				height:240px;
				overflow:auto;
				padding-left: 10px;
				width: 955px;
				position: relative;
			}
			
			#searchResults .close{
				margin-top:10px;
				overflow:hidden;
				text-align: right;
				cursor: pointer;
			}
		
				#searchResults fieldset legend{
					font-weight:normal;
					margin-left: 2em;
				}
				
				#searchResults .searchBox{
					border: 1px dotted #CCCCCC;
					padding: 5px 5px 5px 5px;
					margin-bottom:10px;
					position: relative;
					height: 110px;
					overflow:hidden;
				}
				
					#searchResults .searchImg{
						text-align: center;
					}
					
					#searchResults .layer{
						position: absolute;
						top: 0px;
						left: 0px;
						opacity: 0.9;
						-moz-opacity: 0.9;
						filter:alpha(opacity=90);
						background-color: #000000;
						width: 100%;
						height: 100%;
						display:none;
					}
					
					#searchResults .searchInfo{
						position: absolute;
						top: 0px;
						left: 0px;
						padding: 5px 5px 5px 5px;
						color: #CCCCCC;
						display:none;
					}
					
						#searchResults .searchInfo a{
							color: #FFFFFF;
						}
					
					#searchResults .center{
						text-align: center;
					}
	
	.categoryTitle{
		background-color:#758A75;
		margin-bottom:20px !important;
		margin-top:10px !important;
	}
		
		.categoryTitle h1{
			color:#FFFFFF;
			font-size:1.5em;
			font-weight:bold;
			margin-bottom:0.3em;
			margin-top:0.2em;
			text-indent:0.4em;
		}
		
			.categoryTitle h1 a{
				color:inherit;
				text-decoration:none;
			}
			
			.categoryTitle h1 a:hover{
				text-decoration:underline;
			}
	
	.viewLast{
		text-align:center;
		height: 300px;
	}
	
		.viewLast h2{
			font-size:1.5em;
			font-weight:bold;
		}
	
	.categoryDescription{
		margin-bottom: 10px !important;
	}
	
	.listTitle{
		background-color:#ACB9AC;
		color:#FFFFFF;
		font-size:1.4em;
		text-indent:0.4em;
		margin-bottom: 10px;
	}
	
	.list{
		
	}
	
		.list ul{
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
		}
		
			.list div{
				float:left;
				text-align:center;
				width:16.6%;
			}
			
				.list div .break{
					clear:both;
					height: 1px;
					width: 100%;
				}
			
				.list div h3{
					font-size:1.2em;
				}
				
				.list div h3 a{
					color:inherit;
					text-decoration:none;
				}
				
				.list div h3 a:hover{
					text-decoration:underline;
				}
				
	.documentContent{
		
	}
	
	.footer{
		margin-top:20px !important;
		text-align:right;
	}
	
		.footer a{
			color:inherit;
			text-decoration:none;
		}
		
		.footer a:hover{
			text-decoration:underline;
		}
	
	