body, td, th, select, textarea
{
	font: normal 12px helvetica, arial, sans-serif;
}

a:link
{
	color:			#566258;
}

a:hover
{
	color:			white;
}

body
{
	background: 	#ddd;
	margin:			0px; 
	padding:		0px;
	color:			#566258;
	background-image:	url('/images/bg.jpg');
}

#wholeBrowser
{
	padding-top:	10px;
	padding-bottom:	10px;
	width:			100%;
	height:			100%;
}

#pageContainer
{
	width:	757px;
	height:	100%;
}


.pageLeft
{
	width:			106px;
}

.mainContainer
{
	width:	100%;
	height:	100%;
	background: green;
}

#mainNav
{
	height:			410px;
	background:	    #b7bdb9;
	border-right:	1px solid #eee;
}

#mainNAV ul
{
	text-align:			center;
	margin: 			0px;
	padding: 			0px;
	border: 			0px;
	list-style-type: 	none;
	width: 				106px;
}

#mainNAV ul li
{
	border-bottom: 	1px solid #eee;
}

#mainNavCurrentItem
{
	background-color: 	#DDE6E3;
}

#mainNAV a
{
	text-align:			center;
	display: 			block;
	padding-left: 		3px;
	padding-right: 		3px;
	padding-top: 		6px;
	padding-bottom: 	6px;
	text-decoration: 	none;
	color:				#566258;
}

/* commented backslash hack v2 \*/
#mainNAV a
{
	overflow: 			hidden; /* Note: Bad for Mac IE */
}
/* end hack */

#mainNAV a:hover
{
	background-color: 	#DDE6E3;
	color: 				#566258;
}

.arrowText
{
    border: 			2px solid #eee;
    background-color: 	#DDE6E3;
    padding-top: 		0px;
    padding-bottom: 	1px;
	text-align: 		left;
}

.arrowText img
{
	border: 		0px;
	padding: 		0px;
	margin: 		0px;
	margin-right: 	6px;
}

#PIDContainer
{
	width:		100%;
	height:		100%;
}

#PIDLower
{
	width:			100%;
	height:			100%;
	margin:			0px;
	padding:		0px;
}

#PIDLowerText
{
	position:		relative;
	margin:			0px;
	margin-left:	30px;
	margin-right:	30px;
	padding:		0px;
}

#PIDLowerText h1
{
	border:			1px solid #eee;
	background:		#b7bdb9;
	font-size: 		12px;
	padding-top:	6px;	
	padding-bottom:	6px;	
	padding-left:	15px;
	margin-left:	-15px;
	margin-top:		0px;
	width:			16em;
}

#PIDLowerText h2
{
	font-size: 		12px;
	font-weight: 	bold;
}

#indentedImage
{
	position:	absolute;
	left:		-30px;
	top:		0px;
}

#footer
{
	padding-top:	30px;
	width:			100%;
}

#footer td
{
	font-size:	9px;
}

#footerLeft
{
	margin-left:	30px;
 	width:			100%;
}

#footerRight
{
    width: 			150px;
}

.teamPhotos
{
	width:		90px;
	height:		90px;
	float:		right;
	border:		1px solid #eee;
	margin:		10px;
}
