html, body       {margin: 0; padding: 0; font-size: 100%; }

#demotext {
	border: 1px solid #DD8A06;
	background: #F0F3F5;
	margin: 8px 149px 5px 10px;
	padding: 0 5px 5px 0;
	position: relative; } /*** for IE6 ***/

#header {
	margin: 0;
	padding: 0; 
	background: url("head.jpg") 0 0 no-repeat; /*** this is a shorthand 
								   property for the various 
								   background properties ***/
	height: 100px; } /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#leftbox {
	position: absolute;
	left: 0px;
	width: 215px;
	border-top: 1px solid #DD8A06;
	border-bottom: 1px solid #DD8A06;
	border-left: 1px solid #DD8A06;
	border-right: 1px solid #DD8A06;
	background-color: #F6CA6A;
	color: #000;
	padding-top: 5px; }

#container {
	margin-left: 215px;
	background: #ffffff 100% 0 repeat-y;
	border-left: 1px solid #000; }
	
#navmenu {
	background-color: #3D82BD;
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 3px 0;
	position: relative; }/* Hide from IE5-Mac \*/

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: fixed;
	right: auto;
	margin-right: 0px;
	width: auto;
	padding-top: 5px;
	background-repeat: repeat;
	border: thin solid #000066;
	overflow: hidden;
}

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */

#wrapper      {
	margin-right: 138px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;
	background: #c3c8c3; }

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;
	background: #c3c8c3; }

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contents {
	background-color: #233622;
	margin: 8px 149px 5px 10px;
	/*margin-right: 149px;
	margin-left: 10px;*/
	color: #eef7e2;
	padding: 3px;
	position: relative; } /*** IE6 needs this to display the div ***/

#footer {
	background: #f0f1f0;
	margin-top: 1.5em;
	margin-right: 139px;
	border-top: 1px dashed #888; }
	
	
.text-white-bold {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text-blue-normal {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0F2871;
}
.link-brown-underline {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.text-grey-small {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.text-black-small {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
a:link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: darkblue;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: maroon;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: darkblue;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-weight: bold;
	color: #0066CC;
}
.breadcrumbs {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.tableheader {

  FONT-WEIGHT: bold;
  FONT-SIZE: 10pt;
   COLOR: white;
  FONT-FAMILY: Arial;
 background-color: #092063;

}
.tablerow2 {
	background-color: #fff3dd;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt
}
.tablerow {
	
}
.homelinks {
	font-family: Arial;
	font-size: 9pt;
	color: #840701;
	text-decoration: underline;
}

.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
.left_side a, .right_side a { color: #414141; background: #FFF; }
		
.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}.title {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #000066;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
