html {
	height:101%; /* scrollbar rightside for FF */
	}

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-image: url(/images/common_ui/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	}


#container {
	margin: 5px auto;
	max-width: 90%;
	width:expression(document.body.clientWidth > 800? "90%": "auto" );
	text-align:left;
}
	
#mainContentWrapper
	{
	background-color: #CCCC99;
	}
	
#mainContent
	{
	/*margin: 0 15px 0 15px;*/
	border-top: 1px solid #CCCC98;
	border-bottom: 1px solid #CCCC99;
	}
	
	
#mast {
	margin-top: -20px;
	height: 145px;
	text-align: right;
	background: url(/images/common_ui/ps_docs_mast.jpg) no-repeat 0 100%;
}

* html #mast { margin-top: -20px; }

#mast p {
	margin-top: -1em;
	text-align: left;
	}
#mast a { text-decoration: none; }

#mast img {
	border: 0;
	}
	

#bodyContent {
	/*min-width: 710px;*/
	min-height: 350px;
	/*text-align:left;
	vertical-align: top;*/
	padding: 20px;
	background-color:#E6E6CC;
	margin-top:-1px;
	margin-bottom: 5px;
}

* html #bodyContent { height: 300px; }

#nav {
	height:25px;
}


p { font-size: .9em; }
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #232850;
	text-align: center;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

th {
	font-size: .8em;
	font-weight: bold;
	color:#000066;
}

a {
	color: #990000;
	text-decoration: none;	
}

a:hover {
	text-decoration:underline;
}


.smallText {
	font-size: 0.8em;
	color:#333333;	
}

.smallText a {
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
/*
#leftBorder
	{
	float: left;
	margin-left: -100%;
	width: 15px;
	background-image: url(/images/common_ui/left_shadow.jpg);
	background-repeat: repeat-y;
	}
#rightBorder
	{
	float: right;
	margin-left: -100%;
	width: 15px;
	background-color: #CCCC99;
	}
* html #rightBorder
	{
	margin-left: -15px;
	}
	
#leftBorder, #rightBorder	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
*/
#footer {
	margin: -2.5em 15px 0 15px;
	background: #CCCC9A; 
	text-align: center;
}


.docTitle, .docTitle a {
	font-size: 1em;
	font-weight: bold;
	color: #000033;
	background-color: #CCCCCC;
	text-decoration: none;
}

.docDesc {
	color: #333333;
	text-indent: 3em;
}

#searchArea {
	font-size: .8em;
	float:right;
	margin-top: 10px;
	margin-right: 20px;	
}

.searchSelect {
	font-size: 1em;
}

.submitter a {
	font-size:1.1em;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.highlightedText {
	color:#990000;
}