
/************************************
				GENERAL DEFINITIONS
************************************/

	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Verdana, sans-serif;
		font-size: 11px;
		line-height: 150%;
		color: #FFFFFF;
		background-repeat: repeat-x;
		background-color: #000000;
	}
	
	a {
		outline: none;
	}
	
	a:link {
		font-weight: normal;
		color: #FECD12;
		text-decoration: underline;
	}
	
	a:visited  {
		font-weight: normal;
		color: #FECD12;
		text-decoration: underline;
	}
	
	a:focus {
		font-weight: normal;
		color: #FECD12;
		text-decoration: underline;
	}
	
	a:hover {
		font-weight: normal;
		color: #FECD12;
		text-decoration: none;
	}
	
	a:active {
		font-weight: normal;
		color: #FECD12;
		text-decoration: underline;
	}
	
	img {
		border: 0px solid transparent;
	}
	
	h1 {  
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 25px;
		font-weight: normal;
		color: #FFFFFF;
		padding: 3px 0px 12px 0px;
		margin: 0px 0px 0px 0px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	h2 {  
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 20px;
		font-weight: normal;
		color: #FECD12;
		padding: 5px 0px 5px 0px;
		margin: 30px 0px 12px 0px;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 120%;
	}
	
	h3 {  
		font-family: Verdana, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FECD12;
		padding: 5px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	.spacer {
	   clear:both;
		margin: 20px 0px 0px 0px;
		height: 2px;
		width: 100%;
		border-top: 2px dotted #5a81b3;
	}
	
	small {
		font-size: 10px;
	}
	
	em {
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		color: #FECD12;
	}
	
	strong,
	.highlight {
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		color: #FECD12;
	}
	
	form {
		display: inline;
	}
	
	blockquote {
		width: 590px;
		margin: 15px 0px 10px 0px;
		padding: 10px 10px 10px 10px;
		font-style: italic;
		border-top: 2px dotted #93b9cb;
		border-bottom: 2px dotted #93b9cb;
	}
	
	.inputField {
		width: 140px;
		height: 17px;
		padding: 4px 5px 1px 5px;
		background-color: white;
		border: 1px solid #000000;
		font-size: 10px;
	}
	
	.textField {
		width: 395px;
		height: 269px;
		padding: 4px 5px 1px 5px;
		background-color: white;
		border: 1px solid #000000;
		font-size: 11px;
	}
	
	.imageLink {
		border-style: none;
	}
	
	.requiredField {
		display: inline-block;
		padding: 0px 0px 0px 3px;
		color: #CC0033;
		font-weight: bold;
	}
	
	.overviewItem {
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px 20px 0px 0px;
	}
	
	.overviewItem h2 {
		margin: 30px 0px 3px 0px;
	}
	
	.overviewLink {
		padding: 10px 0px 0px 10px;
	}
	
	.overviewImgContainer {
		float: left;
		padding: 0px 10px 5px 0px;
		margin: 5px 10px 30px 0px;
		/*border: 1px solid LIGHTGREY;*/
	}
	
	.overviewImgContainer a {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#preloadMenuHoverImages {
		position: absolute;
		top: -2000px;
	}
	
/************************************
							SEARCH
************************************/

	#searchSuggestions {
		display: none;
		position: relative;
		margin-top: 35px;
		border-top: 1px solid  white;
		border-bottom: 1px solid  white;
		/*-moz-opacity: .80; 
		filter: alpha(opacity=80);
		opacity: .80;*/
	}

	#searchSuggestions .sr {
		display: block;
		width: 208px;
		border-left: 1px solid  white;
		border-right: 1px solid  white;
	}

	#searchSuggestions .srt {
		display: inline-block;
		width: 128px;
		padding: 5px 5px 5px 5px;
		color: white;
		font-size: 10px;
		font-weight: normal;
		background-color: #002453;
	}
	
	#searchSuggestions .src {
		display: inline-block;
		width: 60px;
		padding: 5px 5px 5px 5px;
		color: #FECD12;
		font-size: 10px;
		background-color: #002453;
	}
	
	/* .srs = .sr:hover */
	
	#searchSuggestions .srs {
		display: block;
		width: 208px;
		border-left: 1px solid  white;
		border-right: 1px solid  white;
	}
	
	/* this is the hover effect */
	#searchSuggestions .srs .srt {
		background-color: #003882;
		cursor: pointer;
		font-weight: bold;
	}
	
	/* this is the hover effect */
	#searchSuggestions .srs .src {
		background-color: #003882;
	}