body {
	font-family: Tahoma, Arial , Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #EFF3FF;
	background-image: url("/images/background.jpg");
	background-repeat: repeat-x;
}

a
{
 color:#a15402;   
}
a:hover
{
   color:#ea760f;
}

.clearer {
	clear: both;
}

a.nounderline
{
	text-decoration: none;
}
.bold
{
    font-weight:bold;
}

#page {
	position: static;
	width: 980px;
	margin: 0px auto 20px auto;
	padding: 0;
	top: 0;
	background-image: url("/images/blocks.jpg");
	background-repeat:no-repeat;
}

/* Header */
#header {
	position: relative;
	height: 150px;
	overflow: hidden;
}


#header #logo {
	background: url("/images/oref_logo.gif") top left no-repeat;
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	top: 5px;
	left: 0px;

}
#header #logo a:link,
#header #logo a:visited,
#header #logo a:hover,
#header #logo a:active  {
	display: block;
	padding: 0;
	margin: 0;
	width:245px;
	height:135px;
	overflow: hidden;
	text-indent: -9999px;
}


#header #sitedescription {
	display: none;
}

/* OLF Login */
#header #login {
	position: absolute;
	display: block;
	width: 400px;
	height: 50px;
	margin: 0;
	top: 0px;
	left: 475px;
	overflow: visible;
	text-align: right;
	line-height:20px;
}


#header #login * {
	margin: 0px;
	border:0px;
	left: 0px !important;
	right: 0px !important;
}

#header #login table
{
    width:425px;
}
#header #login td.label
{
    width:75px;
    text-align:right;
    padding-right:5px;
}
#header #login td.field
{
    text-align:left;
    width:120px;
}
#header #login td.go
{
    vertical-align:top;
}
#header #login td.title
{
    text-align:center;
    padding-left:25px;
    font-weight:bold;
    padding-top:5px;
}

#column1 {
	width: 525px;
	margin-left: 13px;
	float: left;
	margin-top: 20px;
}
#column2 {
	width: 400px;
	margin-left: 15px;
	float: left;
	margin-top: 20px;

}

/*inside page columns */
#column1i { 
	width: 250px;
	margin-left: 13px;
	float: left;
	margin-top: 20px;
}
#column2i {
	width: 675px;
	margin-left: 15px;
	float: left;
	margin-top: 20px;

}

/* navigation tabs */
#menu ul 
{
    padding-top: 113px;
	margin: 0;
	white-space : nowrap;
	margin-left: 250px;
}
#menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}
#menu ul li a {
	color : #fff;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}
#menu ul li a:link, #menu ul li a:visited {
	background-image: url("/images/tab_nav.jpg");
	background-repeat: no-repeat;
	height: 28px;
	width: 135px;
	line-height: 28px;
	padding-top: 5px;
}
#menu ul li a:hover, #menu ul li a:active {
	background-image: url("/images/tab_nav.jpg");
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 31px;
	width: 135px;
	line-height: 31px;
	padding-top: 2px;
}


/*white rounded box */
.boxTitle
{
    font-weight:bold;
    text-align:left;
    font-size:14px;
    margin-left:5px;
}

.boxTitleMain
{
    font-weight:bold;
    text-align:left;
    font-size:16px;
    margin-left:5px;
}

.whitebox{display:block}
.whitebox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.whitebox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f9fc;
  border-right:1px solid #f7f9fc;
  background:#fbfcfd}
.whitebox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f2f6fa;
  border-right:1px solid #f2f6fa;
  background:#fcfdfe}
.whitebox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fcfdfe;
  border-right:1px solid #fcfdfe;}
.whitebox4{
  border-left:1px solid #f7f9fc;
  border-right:1px solid #f7f9fc}
.whitebox5{
  border-left:1px solid #fbfcfd;
  border-right:1px solid #fbfcfd}
.whiteboxfg{
  background:#ffffff;
  padding:10px;}

/* yellow bordered box */

.xsnazzy {background: transparent; margin:0 1em 1em 1em;font-size:11px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffb9; border-left:1px solid #d3d3b5; border-right:1px solid #d3d3b5;}
.xb1 {margin:0 5px; background:#d3d3b5;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#ffffb9; border:0 solid #d3d3b5; border-width:0 1px;padding:4px 12px 4px 12px;}

.halfboxleft
{
    float:left;
    width:48%;
}
.halfboxright
{
    float:right;
    width:50%;
}
/* Footer */
#footer * {
	font-size: 11px;
	line-height:18px;
}

#footerwrapper {
	display: block;
	width: 980px;
	padding: 0;
	margin: 0 auto;
	text-align:center;
}

/* left nav css */
#leftnavHead{
	margin:0;
	margin-left:1em;
	padding:0;
	font-weight:bold;
	text-align:left;
	font-size:14px; 
}
#leftnav {
	padding:0;
	margin:0;
	margin-left:1em;
	margin-bottom:1em;
	width:0;
}
#leftnav li {
	list-style-type:none;
	margin:0 0 0.25em 0;
}
#leftnav a, #leftnav a:visited {
	display:block;
	width:19em;
	border:1px solid #024fa1;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	font-size:0.9em;
	text-align:center;
	text-decoration:none;
	background:#0072b5; 
	color:#eee; 
	padding:0.25em;
}
#leftnav a:hover {
	background:#ffffff;
	color:#d05e17;
  }
  
h4.subTitle
{
  
  font-weight:bold;
  font-size:14px;
  margin:10px 0px 0px 0px;
}

.formText
{
	font-size:11px;
}


#navlinks
{
  font-size:11pt;  
}
