/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial;
	color:#000033;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000000;
	text-decoration:none;
	}
	
a:hover {
	color:#0033FF;
	text-decoration: none;
	}
	
a.specialeffects:hover {
  
  text-decoration: blink;
}
	
/* ID Styles */

#header {
	position : fixed;
	width : 100%;
	height : 10%;
	top : 0;
	right : 0;
	bottom : auto;
	left : 0;
	}

#content {
	position : fixed;
	top : 110px;
	bottom : 10px;
	margin : 0px 150px 0px 155px;
	width : auto;
	height : auto;
	padding-left : 50px;
	padding-right : 12px;
	color : #000000;
	overflow : auto;
}

#images {
	position : fixed;
	top : 90px;
	bottom : 10px;
	margin : 0px 0px 0px 155px;
	width : auto;
	height : auto;
	padding-left : 0px;
	padding-right : 0px;
	color : #000000;
	overflow : auto;
}

#leftnavigation {
	position : fixed;
	height : auto;
	top : 0px;
	left : 0;
	width : 150px;
	margin : 0px 0px 0px 10px;
	color : #000066;
	padding : 3px;
	overflow : auto;
	font: 12 px marker felt;
}

#rightnavigation {
	position:fixed;
	right:5%;
	top : 100px;
	width : 60px;
	padding-left : 10px;
	z-index : 3;
	color : #000000;
	padding : 3px;
}

#navigation a {
	position:relative;
	height : auto;
	top : 50px;

	margin : 0px 0px 0px 10px;
	padding : 3px;
	overflow : auto;
	font-family:"Comic Sans MS Bold", "Comic Sans MS";
}
	
#navigation a:hover {
	color:#66FF99;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color:#990000;
	line-height:0px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #000000;
	font-family:"Comic Sans MS Bold", "Comic Sans MS";
	font-size: 16px;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	
.style2 {color:#000000; 
	font-size: 16px;}

.style3 {
	color:#000000;
}
.style4 {

	color:#3300CC;
	font-size: 16px;
}
.style5 {
	color: #111111;
	font-weight:bold;
	font-size: 18px;
}
	

.marquee {
position:relative;
overflow:visible;
}