html, body
{
	height:100%;
	margin: 0;
	scrollbar-base-color:#CCCCCC; 
	scrollbar-face-color:#000033  ;
	scrollbar-arrow-color:#FFFFFF;
	
/*	scrollbar-3dlight-color:blue;
	scrollbar-arrow-color:blue;
	scrollbar-base-color:blue;
	scrollbar-darkshadow-color:blue;
	scrollbar-face-color:blue;
	scrollbar-highlight-color:blue;
	scrollbar-shadow-color:blue*/
}

body 
{
	font-family: Arial, Verdana, "Trebuchet MS",Trebuchet, Sans-serif;
/*	font-family: verdana, arial, sans-serif;
	font-family: Georgia, Verdana, Arial, &quot;Times New Roman&quot;, Times, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #F5F5F5;
}


#mainBody 
{
	background-image: url(../images/master04_background.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#000000;
	height:95%;
}

.enhanceBody 
{
	margin-right:10px;
	background-color: #000033;
/*	background-image: url(../images/test3.jpg); */
	background-image: url(../images/pageHeader7.jpg);
	background-repeat:no-repeat;
	width: 96%;
}

/*
Fr vertically and horizontally centering the contens of a page (e.g. index.html)
Note: the dimensions must be set accoringd to its inner content - i.e. if its an image it must adjust to dimensions
*/
#centered { 
	position: absolute; 
	top: 50%; 
	width: 100%; 
	height: 1px; 
	overflow: visible;
}
#centeredContent { 
	position: absolute; 
	left: 50%; 
	width: 500px; 
	margin-left: -250px; 
	height: 210px; 
	top: -175px;		/*should really be 105 for dead center but I want it higher in the page */
}



p { 
	margin: 7px; 
	padding: 0;
}

p.mainText { 
	font-size: 14px;

}

p.normal { 
	font-size: 12px;
	color:#FFFFFF;
	font-style:normal;

}

.spanTop {
	padding-left: 9px;
	/*font-size: 10px;*/
}

.spanTop a:link, .spanTop a:visited {
	color:#F5F5F5;
}

li.special { 
	margin:0px;
	/*font-size: 12px;
	font-style:normal;
	font-weight:normal;
	color: #F6F6F6;*/
	padding-left:10px;
	list-style-type:none;
}


ul {
	margin-top:0;
}

/*li{
color:#FF0000;

}*/

A:link 
{
	color: #CC3300;
	text-decoration:underline;
}

A:visited 
{
	color: #CC3300;
	text-decoration:underline;
}

A:hover, A:active 
{
	color: #FF3300;
	text-decoration:underline;
}

	
#contentTable 
{
	width:90%;
	height:100%;
	border:0;
	margin:5px 0px 0px 20px;
}
		
.myInfo, .myInfo2
{
	margin: 0px 20px 20px 10px;
}

.myInfo2
{
	padding-bottom: 10px;
}


.bottomBorder1
{
	width:90%;
	border-bottom:2px groove #CCCCCC;
}

.pageName
{
	font-size:22px;
	color: #FF3300;
	font-weight:bold;
	letter-spacing:.2em;
	position: absolute; 
	left: 21px; 
	top: 12px; 
	z-index: 1; 
	vertical-align: middle;	
}

.subHeader, .subHeader2, .subHeader3 {
	font-size:14px ;
	color: #DD3300;
	font-weight:bold;
	letter-spacing:.1em;
	}	
	
.subHeader2 {
	font-size:12px ;
	font-style:italic;
	padding-left: 5px;
	}	

.subHeader3 {
	font-weight:normal;
	letter-spacing:normal;
	}

.pageDetails
{
	position: absolute; 
	left: 21px; 
	top: 60px; 
	line-height:18px;
	letter-spacing:.1em;
	width:95%;

}		

.imgFloatRight
{
	margin:0; 
	padding: 8px 30px 5px 16px; 
	float:right;
	}

.imgPadding
{
	padding:10px 10px 0px 15px;
	}

/***************************************/
/*****  MAIN PAGE  *********************/
#page 
{
	position:relative; 
	width:800px; 
	height:87%; 
	margin:0 auto;
	top:0px;
}
	
#header 
{
	position:absolute; 
	height:125px; 
	width:100%; 
	background-color:#02021E;
	border-left:double #CC3300;  
	border-right:double #CC3300; 
	border-top:double #CC3300; 
}
	
/*iframe { 
overflow-x: hidden; 
overflow-y: auto; 
} 
*/
#contentFrame 
{
 	position:relative; 
	top:125px; 
	height:100%; 
	width:100%;
	padding:0px 0px 5px 0px;
	border-left:double #CC3300;  
	border-right:double #CC3300; 
	border-bottom:double #CC3300; 
	background-color: #000033;
	
}
	
#navContainer 
{
	position:relative; 
	top:125px; 
	height:50px; 
	width:100%; 
  	border-left:double #CC3300; 
	border-right:double #CC3300;
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #000000;
}	
	
.navBar 
{
	padding: 15px 0 15px 20px;
	margin:0;
	border: 0px solid #ccc;
	font-size: 14px;
}

#navSquare 
{
	margin: 0;
	border-bottom: 0px solid #9FB1BC;
}


#navSquare li 
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navSquare a:link, #navSquare a:visited 
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	padding: 0 4px 6px 4px;
	text-decoration: none;
	color: white;
	margin-left:20px;
}

#navSquare a:hover 
{
	color: white;
	border-bottom:2px solid #CC3300; 
}


.mySig {
font-variant: small-caps;
}

#divHolderSideBySide {
	width: 80%;
} 
#myDiv1 {
	float: left;
	width: 50%;
}
 #myDiv2 {
	float: center;
}
