/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #999999;
	/*background-image: url(/imgs/global/bck.jpg);*/
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
		
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FF9900;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#FF9900;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#3C0B11;
}
td , th , ul , p , ol , li , div , dl , dt , dd , blockquote {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
A {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
  
}
A:hover {
	color: #666666;
	text-decoration: underline;
	
}

/*
Header Styles
------------------------------------------------------------------------------------
*/
/*.headerSuperSub{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.headerSuperSub:link{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.headerSuperSub:visited{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.headerSuperSub:hover{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}*/
.highlight{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#FF9900;
	text-decoration: none;
	font-weight: none;
}
.subTtl{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: 4px;
	color: #66FFFF;
	text-decoration: none;
	font-weight: none;
}
.subTtlOrange{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: 4px;
	color: #FF9900;
	text-decoration: none;
	font-weight: none;
}
.subTtlRegister{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 3px;
	text-decoration: none;
	font-weight: none;
}
.newsYear{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.projectDescription{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.copyright{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.generalInfo{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*
Navigation Styles
------------------------------------------------------------------------------------
*/

/*
Table Styles
------------------------------------------------------------------------------------
*/

.tdBotRight{
	background-repeat: no-repeat;
	background-position: bottom right;
}
.tdtTopRight{
	background-repeat: no-repeat;
	background-position: top right;
}
.tdTopLeft{
	background-repeat: no-repeat;
	background-position: top left;
}
.tdThinBoard{
	border-style: solid;
	border-width: 1px;
	border-color: #E5D3AB;
}
.tdRightPattern{
	width: 20;
	background-image:url(/img/global/right_boarder.gif)
}
.tdLeftPattern{
	width: 20;
	background-image:url(/img/global/left_boarder.gif)
}
.tdBotBar{
	background-color: #BBBBBB;
}
.imgRollOn{
	background-color: #FF6600;
}
.imgRollOff{
	background-color: #FFFFFF;
}
.tableRollOn{
	background-color:#E4E4E4;
}
.tableRollOff{
	background-color: #FFFFFF;
}
.projectRollOn{
	background-color:#F2F2F2;
}
.projectRollOff{
	background-color: #E4E4E4;
}
.tdMain{
	background-color:#FFFFFF;
}
.tdMainTable{

}
.parkRollOn{
	background-image:url(/img/projects/grad_on.jpg);
}
.parkRollOff{
	background-image:url(/img/projects/grad_off.jpg);
}

/*
Misc Styles
------------------------------------------------------------------------------------

.bullets{
	
	list-style:'list-style-image' 'list-style-position' 'list-style-type';
	list-style-image:url(/img/global/bullet.gif);
}
*/
.flash
{
	height: 100%;
	width: 100%;
}
.list_box
{
	visibility: hidden;
}
.layer
{
	position: absolute; 
	visibility: hidden;
	top: 405px;
}
.layerLiving
{
	position: absolute; 
	visibility: hidden;
	top: 150px;
}
.flashLayer
{
	position: absolute; 
	visibility: visible;
	
}