<style type="text/css">
<!--
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	background:#D7E8EA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
		background: url(../images/logo.gif)  0;
		height:60px;
		width:780px;
		font-size:8pt;
		color:#ffffff;
		padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:12pt;
	color:#ffff76;
}

.oneColFixCtrHdr #menu {
 
	background-color:#003366;
	width:780px;
	padding-top:0px;
	margin-top:0px;
}

.oneColFixCtrHdr h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:small;
	text-align:center;
}
.oneColFixCtrHdr h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:medium;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height:600px;
	height:auto!important;
	height:600px;
	font-size:small;
	margin-top:10px;
	margin-bottom:10px;

}

.oneColFixCtrHdr #leftContent {
	width: 200px;
	float:left;
	background: #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	font-size:8pt;
}

.oneColFixCtrHdr #leftContent-inner {
	padding:5;
}
.oneColFixCtrHdr #box {
	border:thin;
	border-color:#ffff76;
	border-style:solid;
	background-color:#003366;
}

.oneColFixCtrHdr #rightContent {
	float:left;
	width: 530px;
	background: #FFFFFF;
		margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	font-size:small;

}

.oneColFixCtrHdr #rightContent p{
		margin-top:0px;
	margin-bottom:10px;
	font-size:small;

}



.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#003366;
	color:#FFFFFF;
	font-size:8pt;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a.top
{
	
	font-weight: normal;
  	font-size: 8pt;
	color:#FFFFFF
}
a.top:hover
{
	
	font-weight: normal;
	font-size: 8pt;
	color:#ffff76;
}

a.topmenu
{
	
	font-weight: normal;
  	font-size: 9pt;
	color:#FFFFFF;
	text-decoration:none;
}
a.topmenu:hover
{
	
	font-weight: normal;
	font-size: 9pt;
	color:#ffff76;
	text-decoration:underline;
}


#navbar ul { 
    margin: 0; 
    padding: 5px; 
		list-style:circle;
	  text-align: center;
		color:#FFFFFF; 
    } 

#navbar ul li {  
    display: inline; 
    } 

#navbar ul li a { 
		background-image:	url(../images/arrow.gif);
		background-position:left;
		background-repeat:no-repeat;
    text-decoration: none; 
    padding: .2em 1em; 
    color: #fffffff; 
    } 

#navbar ul li a:hover { 
 	color:#ffff76;
    } 



#sub-navbar ul { 
    margin: 0; 
    padding: 5px; 
		color:#FFFFFF; 
		background-color:#003377;
    } 

#sub-navbar h2 { 
    padding: .5em 1em; 
	color:#ffff76;
		font-weight:bold;
		border-bottom:thin;
		border-bottom-color:#ffff76;
		background-color:#010066;
		
		border-bottom-style:solid;
		text-align:center;
   } 

#sub-navbar ul li {  
		margin-bottom:5px;
		padding-bottom:10px;
		padding-left:10px; 
		border-bottom:1px;
		border-bottom-color:#ffffff;
	
		border-bottom-style:solid;
     } 

#sub-navbar ul li a { 
		background-image:	url(../images/arrow.gif);
		background-position:left;
		background-repeat:no-repeat;
    text-decoration: none; 
    padding: .2em 1em; 
    color: #fffffff;
    } 

#sub-navbar ul li a:hover { 
 	color:#ffff76;
	text-decoration:underline;
    } 

ul.form{
	margin-left:2em; 
	margin-top:0; 
	margin-bottom:0;
}

li.yes {
	background-image: url(/images/yes.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom:.6em;
	padding-top:0.2em;
	text-align:left;

}

li.yes1 {
	background-image: url(/images/Yes1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom:.6em;
	padding-top:0.2em;
	text-align:left;

}

li.no1{
	background-image: url(/images/No1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom:.6em;
	padding-top:0.2em;
	text-align:left;
}
li.no2{
	background-image: url(/images/No2.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom:.6em;
	padding-top:0.2em;
	text-align:left;
}
li.no3{
	background-image: url(/images/No3.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom:.6em;
	padding-top:0.2em;
	text-align:left;
}
li.no4{
	background-image: url(/images/No4.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom:.6em;
	padding-top:0.2em;
	text-align:left;
}

li.no {
	background-image: url(/images/cancel.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom:.6em;
	color:#FF0000;
	padding-top:0.2em;
	text-align:left;
}
li.action {
	background-image: url(/images/info.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom:.6em;
	padding-top:0.2em;
	text-align:left;
}
li.alert {
	background-image: url(/images/alert.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom:.6em;
	padding-top:0.2em;
	text-align:left;
}


table.report
{
	
  	font-size: x-small;
	background-color:#6699CC;

}

td.R2
{
	
 
			padding:5px;
  background-color:#FFFFE0;
	text-align:left;

}
td.R1
{
	
 
			padding:5px;
  background-color: #E0E0FF;
	text-align:left;

}
td.ROwn
{
	padding:5px;
	background-color:#FFCC66;
	text-align:left;

}
th.report
{
	
   
    BACKGROUND: #FFF1A1;
		height:30px;
		text-align:left;
		padding-left:5px;
		padding-right:5px;
}
h3
{
	
    FONT-SIZE: 10pt;
        margin-bottom:0;

}



a.action {
		background: url(../images/action1.gif)  0;
		background-repeat:no-repeat;
	  text-decoration: none;
		font-weight:bold;
		padding-left:18px;
		color:#003399;
    text-decoration: none;
		font-size:small;
		vertical-align:middle;
		text-align:left;
		list-style:none;
		display:inline-block;
		white-space:nowrap;
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;
	}


a.action:hover {
		background: url(../images/action2.gif)  0;
		background-repeat:no-repeat;
		color:#fe6407;
	  text-decoration: underline;
}
a.laction {
		background: url(../images/laction1.gif)  0;
		background-repeat:no-repeat;
	  text-decoration: none;
		font-weight:bold;
		height:16px;
		padding-left:18px;
		list-style:none;
		color:#003399;
		display:inline-block;
	  text-decoration: none;
		font-size:small;
		vertical-align:middle;
		text-align:left;
}

a.laction:hover {
		background: url(../images/laction2.gif)  0;
		background-repeat:no-repeat;
		color:#fe6407;
	  text-decoration:underline;

}


a.uaction {
		background: url(../images/uaction1.gif)  0;
		background-repeat:no-repeat;
	  text-decoration: none;
		font-weight:bold;
		height:16px;
		padding-left:18px;
		color:#003399;
		list-style:none;
		display:inline-block;
    text-decoration: none;
		font-size:small;
		vertical-align:middle;
		text-align:left;
		white-space:nowrap;
}

a.uaction:hover {
		background: url(../images/uaction2.gif)  0;
		background-repeat:no-repeat;
		color:#fe6407;
	  text-decoration:underline;

}

a.daction {
		background: url(../images/daction1.gif)  0;
		background-repeat:no-repeat;
	  text-decoration: none;
		font-weight:bold;
		height:16px;
		padding-left:18px;
		color:#003399;
    text-decoration: none;
		font-size:small;
		display:inline-block;
		vertical-align:middle;
		text-align:left;
		white-space:nowrap;
}

a.daction:hover {
		background: url(../images/daction2.gif)  0;
		background-repeat:no-repeat;
		color:#fe6407;
	  text-decoration:underline;

}

table.form
{
background-color:#6699CC;
font-size:small;
}
td.prompt
{
	
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	background-color:#FFFFCC;
	padding:5px;
	width:30%;	 
   
}
td.field
{
	
	text-align: left;
	background-color:#DFE0E3;
	padding:5px;


}
td.form
{
border: 1px solid #f00
}



input.must
{
	
	background:#FFCDC6;
	border: 1px solid #6699CC;
}

input.disabled
{
	
	background-color: #E3E3E3;
}


select.must
{
    background:#FFCDC6;
}
textarea
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
textarea.must
{
	
    background:#FFCDC6;

}
textarea.disabled
{
	background-color: #E3E3E3;
}


-->
</style>

