/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 10px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead h2
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#masthead {
	height: 59px;
	background-image:url(/umpolicyopen/images/bg2.gif)
	}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
#masthead, .hnav
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 10px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #000;
}
.hnav
{
	padding: 3px 0 4px 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

.style3 {
color: #A7BFF0
}
.cnt
{
	text-align: center;
}
.caps
{
text-transform:uppercase;
}
.results {
	background-color: #E7F1FD;
	border: 1px solid #7584F0;
	padding: 5px;
	clear: none;
}
.results2 {
	background-color: #F2FAFF;
	border: 1px solid #7584F0;
	padding: 5px;
	clear: none;
}
.floatr {
	float:right;
	clear: right;
}
.pcodeClass 
{
   font-weight: bold;
}
.spcFont_1 
{
   font-size:16pt;
   font-weight: bold;
}

.spcFont_2
{
   font-size:14pt;
   font-weight:bold;
}


.main_box {
            padding: 5px 0px 5px 5px;
}

.main_box_Safari {
            padding: 5px 0px 5px 5px;
}


.main_box textarea { /* from Pat. 8/25/06. */
            display: block;
            font-family: Monospace, Courier; /* jt 10/21/06. It is safe to set Monospace 1st though anything after maybe unnecessary */
            overflow-y: scroll;  /* jt 8/26/06 add. 9/1/06 Pat fixed for MAC.*/
            overflow-x: hidden;  /* jt 8/26/06 add. 9/1/06 Pat fixed for MAC.*/
            font-size: 14px;     /* diff from Safari */
            padding-left:  0px;  /* jt 10/21/06 add */
            padding-right: 0px;  /* jt 10/21/06 add */
}

.main_box_Safari textarea { /* from Pat. 8/25/06. */
            display: block;
            font-family: Monospace, Courier; /* jt 10/21/06. It is safe to set Monospace 1st though anything after maybe unnecessary */
            width: 550px;
            overflow: scroll;    /* jt 10/24/06. no y,x for Safari */
            font-size: 12px;     /* safari */
            padding-left:  0px;  /* jt 10/21/06 add */
            padding-right: 0px;  /* jt 10/21/06 add */
}


textarea { /* jt 8/26/06 add. */
            /* intentinally not specified font size here considering the special case for safari. chg the code if this does not matter. */
            font-family: Monospace, Courier; /* jt 10/21/06. It is safe to set Monospace 1st though anything after maybe unnecessary */
            /* jt 10/24/06 if u want to set overflow: scroll for Safari here, then make sure it won't mess with other browser. */
            overflow-y: scroll;  /* jt 8/26/06 add. 9/1/06 Pat fixed for MAC.*/
            overflow-x: hidden;  /* jt 8/26/06 add. 9/1/06 Pat fixed for MAC.*/
            padding-left:  0px;  /* jt 10/21/06 add */
            padding-right: 0px;  /* jt 10/21/06 add */
}


