
	#HEADER_int {
		height:50px !important;
		}
	
	#HEADERnav {
		border-bottom:none;
		}
		
	#CONTENT {
		background:url('./images/contentBG_int.jpg') top left repeat-y #FFF;
		}		

	#CONTENT .highlight {
		font-size:14px;
		font-weight:bold;
		color:#066
		}
		
			#CONTENT #leftCol {
				background:transparent;
			}

			#CONTENT #leftCol .block {
				background:url('./images/greyCol.jpg') top left no-repeat;
				float:left;
				height:300px;
			}

			#CONTENT #leftCol img {
				float:left;
			}
			
			#CONTENT #leftCol h5 {
				font-family: Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight:normal;
				line-height:32px;
				margin:5px 10px 0 10px;
				padding:0;
				float:left;
				color:#FFF;
				}

						
	#CONTENT #centerCol {
		width:748px !important;
		}

	#CONTENT #centerCol .displaybox {
		float:left;
		margin:5px;
		padding:5px;
		border:1px solid #666;
		}
	

	#CONTENT #centerCol .header {
		width:738px !important;
		margin:0;
		border-bottom:3px solid #FFF;
		}
		
	#CONTENT #centerCol .header a:link {
		font-weight:normal;
		color:#FFF;
		}

	#CONTENT #centerCol .header a:hover {
		font-weight:bold;
		text-decoration:underline;
		color:#FFF;
		}

	#CONTENT #centerCol .header a:visited {
		font-weight:normal;
		color:#FFF;
		}

	#CONTENT #centerCol ul {
		list-style-type:square;
		font-size:12px;
		}

	#CONTENT #centerCol li {
		list-style-type:square;
		}
		
		#CONTENT #centerCol  #pageHeader {
			width:748px;
			height:35px;
			float:left;
			margin:0;
			padding:40px 0 0 0;
			display:block;
			background:#003333;
			border-bottom:3px solid #FFF;
			}

		#CONTENT #centerCol  #pageHeader h3 {
			font-size:24px;
			font-weight:normal;
			color:#FFF;
			margin:5px;
			padding:0;
			}
	
	#CONTENT #centerCol .redPaper {
			width:185px !important;
			line-height:18px;
			float:left;
			margin:5px 0 5px 0;
			padding:0;
			color:#FFF;
			background:#C00;
			}		

	#CONTENT #centerCol .redPaper p{
			width:175px !important;
			margin:0;
			padding:0 5px 0 5px;
			display:block;
			}

	#CONTENT #centerCol .redQuote {
			margin:0;
			padding:0;
			float:left;
			color:#FFF;
			background:url('images/redPaper-top.jpg') top left repeat-x #C00;
			}
			
	#CONTENT #centerCol .redQuote h4 {
			padding:20px 5px 5px 5px;
			color:#FFF;
			}			

	#CONTENT #centerCol .redQuoteBot {
			width:100%;
			height:20px;
			margin:0;
			padding:0;
			float:left;
			color:#FFF;
			background:url('images/redPaper-bottom.jpg') top left repeat-x #C00;
			}
									
/* SIDE NAV MENUS */

#nav {
	margin:0px;
	padding:0px;
	text-align:left;
	background:url('./images/greyCol_int.jpg') bottom left no-repeat;
	}

#nav a {
	display: block;
	font-weight:normal;
	text-decoration: none;
	padding:0;
	}

#nav a:link {
	}
	
#nav a:hover {

	}

#nav a:visited {
	color:#666;
	}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFF;
	}

#nav li li a:link {
	color:#FFF;
	}

#nav li li a:hover {
	font-weight:bold;
	display:block;
	color:#FFF;
	}

#nav li li a:visited {
	color:#FFF;
	}
	
#nav li ul {
	width:200px;
	list-style-type: none;
	display: none;
	position: absolute; 
	line-height:14px;
	color:#FFF;
	margin-left:60px;
	z-index:100;
	float:left;
	background:#666;
	}

#nav li ul a {
	color:#fff;
	line-height:14px;
	padding:0;
	}
	
#nav ul a:hover {
	background:transparent;
	}

#nav li ul a:hover {
	}

#nav li ul a:visited {
	color:#FFF;
	}
	
#nav img {
	float:left;
	vertical-align:middle;
	margin:0;
	padding:0 0 0 5px;
	}

#nav ul {
	margin:0;
	padding:0;
	float:left;
	list-style-type: none;
	}

#nav li {
	width:100%;
	display:block;
	line-height:8px;
	list-style-type:none;
	text-align: left;
	cursor: default;
	color:#FFF;
	margin:0;
	padding:0;
	float:left;
  	}
  
#nav li ul li {
	display:block;
	width:100%;
	color:#FFF;
	margin:0;
	padding:0;
	}

#nav li ul li p{
	line-height:16px;
	padding:5px;
	}


#nav li > ul {
	top: auto;
	left: auto;
	color:#FFF;
	}

#nav li:hover ul, #nav li.over ul { 
	display: block; 
	color:#FFF;
	}

