.spacer {
	clear: both;
}

a {
	color: #ddd;
	text-decoration: underline;
}

	a:hover {
		color: #f7f6ee;
	}

img {
	display:block;
}

input {
    font-size: 10px;
    background-color: #f8f7f3;
    border: 1px solid #888;
}

select {
	font-size: 9px;
	padding: 0;
	margin-bottom: -3px;
}

p.small 	
{
	font-size: 11px;
	font-family: Arial, "ms sans serif", sans-serif;
} 


p.blackHeader {
	font-family: "Century Gothic", Arial, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	xmargin-top: 5px;
	margin-bottom: 15px;
	color: #000000;
}

p.header, p.title, p.logo {
	font-family: "Century Gothic", Arial, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	xmargin-top: 5px;
	margin-bottom: 15px;
}

p.title, p.logo {
	text-align: center;

}

font.normal 	
{
	font-size: 13px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.required
{
	xcolor: #ff4b4b;
	color: black;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}

#grayBox
{
	background: #ECECEC;
	color: #000000;
	font-family: arial, "ms sans serif", sans-serif;
	font-size: 13px;
}

#grayBox font.title
{
	font-size: 16px;
	color: #000099;
	font-weight: bold;
	font-family: arial, "ms sans serif", sans-serif;
}

#grayBox p
{
	font-family: arial, "ms sans serif", sans-serif;
	font-size: 13px;
}

#grayBox p.small
{
	font-family: arial, "ms sans serif", sans-serif;
	font-size: 11px;
}

#grayBox p.blackTitle
{
	color: #000000;
	font-family: impact, arial, "ms sans serif", sans-serif;
	font-size: 15px;
}

#grayBox a
{
	font-size: 11px;
	color: black;
}

#grayBox a:hover
{
	font-size: 11px;
	color: #003399;
}

#grayBox a.small:link
{
	font-size: 11px;
	text-decoration: none;
	color: #003399;
}

#grayBox a.small:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #003399;
}

#grayBox a.small:hover
{
	font-size: 11px;
	text-decoration: none;
	color: #FF0000;
}
	
#grayBox a.small:active
{
	font-size: 11px;
	text-decoration: none;
	color: #003399;
}

#grayBox a.imageName:link
{
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none;
	color: #000000;
}

#grayBox a.imageName:visited
{
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none;
	color: #000000;
}

#grayBox a.imageName:hover
{
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none;
	color: #003399;
}
	
#grayBox a.imageName:active
{
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none;
	color: #000000;
}

div.audioBox {
	padding:0;
	margin:0;
}

	div.audioBox p {
		margin: 10px 0 0 0;
	}

	div.audioBoxHeader {
		padding:1px 4px;
		font-weight: bold;
		position:relative;
	}

		div.audioBoxButtons {
			float:right;
			position:relative;
		}

			div.audioBoxButtons img, div.audioBoxButtons span {
				margin: 0 3px;
				float:left;
				position:relative;
			}

			div.audioBoxButtons img {
				margin: -1px 3px;
			}
			
		div.audioBoxContent {
			padding: 4px;
			position:relative;
		}
		
			div.audioBoxContent a {
				text-decoration: underline;
				
				text-align: right;
			}
			
			div.audioBoxContentLinks  {	
				
				text-align: center;
				position:relative;
			}			
		
			div.timeStamp {
				text-align:right;
				display:block;
				position:relative;
			}
		

		div.audioBoxContentText  {
			color: #ddd;
			text-align: left;
		}			

		div.audioBoxContentTextReverse {
			background-color: white;
			color: Black;
		}					

body {
	color: White;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
}

	#logoLink {
		position: absolute;
		width: 238px;
		height: 58px;
		top: 0;
		left: 0;
		border: none;
		z-index: 5;
	}
	
	#navBarBG {
		width: 100%;
		height: 170px;
		top: 0;
		left: 0;
		position:absolute;
		background-repeat: repeat-x;
		display:block;
		z-index: 1;
	}

	#backgroundPlate {
		width: 100%;
		top: 0;
		left: 0;
		position:absolute;
		background-repeat: no-repeat;
		display:block;
		z-index: 2;
	}
	
	#contentArea {
		margin: 0;
		position: relative;
		z-index: 3;
		width: 100%;
	}
			
		#menuBar, #subMenuBar {
			font-family: "Century Gothic", Arial, Sans-serif;
			font-size: 13px;
			font-weight: bold;
			/* text-transform: uppercase; */
			
			text-align: left;
			margin-bottom: 30px;
			left: 35px;
			
			position:absolute;
			width: 420px;
		}

		#menuBar {
			top: 69px;
			z-index: 6;		
		}
		
		#subMenuBar {
			z-index: 5;		
			top: 99px;
		}
		
			#menuBar select, #subMenuBar select {
				text-transform: none;
			}
			
			div.menuItem {
			    float: left;
			    position: relative;
			    height: 31px;
			    color: #555;
			    margin-right: 10px;
			    white-space: nowrap;
			}
			
			/* this is a workaround for the IE/Mac float-without-an-explicit-width problem */
			/* IE/Mac treats the width as a "minimum"; i.e., the box will stretch if its contents are bigger anyway */
			
			div.menuItem {width : 10px;}
			/* hide from IE mac \*/
			div.menuItem {width : auto;}
			/* end hiding from IE5 mac */
			
			div.menuItem a {width : 10px;}
			/* hide from IE mac \*/
			div.menuItem a {width : auto;}
			/* end hiding from IE5 mac */   
			

			div.menuItem a, div.menuItem div.noLink {
				padding: 7px 2px 1px 2px;
				text-decoration: none;
				display: block;
			}

			div.menuItem a {
				margin-right: 10px;
				color: black;
			}
			
				div.menuItem input {
					margin-top: -4px;
				}
			
			a.menuItem:hover {
				color: #f7f6ee;
			}

			/* this rollover effect is hidden for IE/Mac, because of the float problem above; the background color now only changes for the declared width (10px). */
			
			/* hide from IE mac \*/
			div.menuItem a:hover {
			    color: #f7f6ee;
			    background-color: Black;
			}
			/* end hiding from IE5 mac */


			
			div.menuLevel2 { 
				position: absolute;
				top: 24px;
				left: 0;
				visibility: hidden;
				text-align: left;
				background-color: #666;
				padding: 0;
				margin: 0;
				font-size: 10px;
				width: 70px;
				border: 1px solid #555;
				white-space: normal;
			}
			
			div.menuLevel2 a.menuLink {
				padding: 1px 2px;
				margin: 2px 0;
				display: block;
				color: #f7f6ee;
				width: 66px;
				line-height: 1em;
			}
			div.menuLevel2 a.menuLink2 {
				padding: 1px 2px;
				margin: 2px 0;
				display: block;
				color: #cccccc;
				width: 66px;
				line-height: 1em;
			}
			div.menuLevel2 P.menuLink {
				padding: 1px 2px;
				margin: 2px 0;
				display: block;
				color: #000000;
				width: 66px;
				line-height: 1em;
			}			
			
			div.menuLevel2 a.menuLink:hover {
				background-color: White;
				color:black;
			}

		
		#leftColumn {
			position: absolute;
			top: 160px;
			left: 0;
			margin: 0px 40px 25px 40px;
		}		
		
		#footerArea {
			height:35px;
			xposition: absolute;
			xbottom: 0;
			background-position: top center;
			background-repeat: no-repeat;
			text-align: center;
			color: Black;
			border-color: Black;
			border-style: solid;
			border-width: 1px 1px 0 1px;
		}
			#footerContent {
				margin: 11px 20px 0 20px;
				font-family: "Century Gothic", Arial, Sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				text-align: center;
			}
			
				.footerLeft {
					float:left;
				}
				
				.footerRight {
					float:right;
				}
				
				#footerContent a {
					color: Black;
					text-decoration: none;
				}		
