* {
	margin : 0;
	padding: 0px;
	border: none;} 

body { 
	scrollbar-base-color: #91979f;
	scrollbar-arrow-color: #91979f;
	scrollbar-3dlight-color: #91979f;
	scrollbar-darkshadow-color: #91979f;
	scrollbar-face-color: #d8e1ec;
	scrollbar-highlight-color: #d8e1ec;
	scrollbar-shadow-color: #d8e1ec;
	scrollbar-track-color: #91979f;
	font: 90% Arial, Helvetica, sans-serif;
	font-size : 13px;
	background:url(img/bg_body.gif) #d9d9d9; 
	background-repeat:repeat-x repeat-y; }
 
.clear {clear : both;} 

#wrapper { 
	margin : 0 auto;
	width : 1000px; } 
	
h1{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;}

h1 sup{
	color: #ddd;}

h1 a{
	color: #fff;
	text-decoration: none;}

h1 .company, h1 a .company{
	color: #d01a71;}

h2{
	color: #a13808;
	font-size: 2.5em; }

h3{
	color: #a13808;
	font-size: 18px;}

h4{
	color: #a13808;
	font-size: 12pt;}
	
h5{
	color: #a13808;
	font-size: 11pt;}

	
#header {
	color : #333;
	width : 955px;
	float : left;
	padding : 10px;
	height : 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	background-color: transparent;}
	 
.logo { 
	float: left;
	width: 231px;
	height: 169px;
	background-image:url(../images/logocopy.jpg);
	background-repeat : no-repeat;} 
 
#leftcolumn {
	color : #333;
	background-color: #c6ced8; 
	padding-left:10px;
	padding-top:10px;
	height : 620px;
	width : 240px;
	float : left;
	border-left : 2px solid #91979f;
	border-top : 2px solid #91979f;
	border-bottom : 2px solid #d8dde4;
	border-right : 2px solid #d8dde4;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;} 

/* LEFT MENU */
#leftmenu {
	float: left;
	width: 240px;
	font-size: 12px;
	z-index: 90;
	margin-top: 35px;  
	padding-right:0px;
	padding-bottom: 55px;}

#leftmenu ul {	
	list-style: none;
	width: 240px;
	padding: 0;
	font-size: 14px;
	z-index: 100; }	

#leftmenu ul li {
	margin-bottom: 4px;
	z-index: 100;}

/*main menu attributes*/
#leftmenu ul li a { 
	font-weight: bold;
	height: auto !important /*Non-IE6*/; height: 20px /*IE6*/; 
	text-decoration: none;
	color:#712D00;
	display: block;
	padding: 6px 0 8px 10px;
	background: transparent; 
	border: none;
	z-index: 100;
	overflow:hidden;}

#leftmenu ul li a:hover {
	background: #fff;
	color: #712D00;
	text-decoration:none;
	border-right: 4px #fff solid;
	z-index: 100;}

/*sub menu attributes*/
#leftmenu ul li ul li a { 
	font-weight: bold;
	height: auto !important /*Non-IE6*/; height: 20px /*IE6*/; 
	text-decoration: none;
	line-height : 20px;
	color: #712D00;
	display: block;
	padding: 6px 0 8px 10px;
	background: #c6ced8; 
	border-left: 3px #c6ced8 solid;
	z-index: 100;}

.sidebarmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 13px Verdana;
	width: 236px; /* Main Menu Item widths */}


.sidebarmenu .arrowdiv{
	position: absolute; 
	right: 2px;
	background: transparent url(../images/arrow.gif) no-repeat center right;}


.sidebarmenu ul{
	list-style-type: none; 
	font: bold 13px Verdana; /* Main Menu Items */}
 
.sidebarmenu ul li{
	position: relative; }


/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	background-color: #fff; 
	text-decoration: none; 
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;}

.sidebarmenu ul li a:visited{
	color: #fff;	}

.sidebarmenu ul li a:hover{
	background-color: #fff; 	}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 236px; /*Sub Menu Items width */
	line-height: 12px;
	top: 0; 
	visibility: hidden;
	background: #c6ced8;
	border-left : 2px solid #91979f;
	border-top : 2px solid #91979f;
	border-bottom : 2px solid #d8dde4;
	border-right : 2px solid #d8dde4;
	z-index: 100;}
	

a {color: #fff;}
a:hover {color: #73330;}


.textboxleft {
	background-repeat : no-repeat;
	background-position : top 0%;
	margin-top : 25px;
	padding : 5px; 
	background-position : top 0%;
	margin-bottom: 4px;} 
	
.textboxleft h3 { 
	color:#712D00;
	font-size : 1.3em;
	padding : 22px 0 0 0;} 
	
.textboxleft p { 
	text-align : justify;
	font-size : 1.1em;
	color : #fff;} 
	
.textboxleft a { 
	color : #fff;
	text-decoration : none;} 
	
#rightcolumn {
	float : right;
	color : #333;
	background: transparent; 
	height : 619px;
	width : 725px;
	border-left : 2px solid #91979f;
	border-top : 2px solid #91979f;
	border-bottom : 2px solid #d8dde4;
	border-right : 2px solid #d8dde4;
	display : inline;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;} 
	
.textboxright {
	width:720px;
	height: 600px;
	background-image : url(../images/title_spacer.gif);
	background-repeat : repeat-x;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;} 

.textboxright ul { 
	list-style : none;} 

.textboxright li { 
	margin : 2px 0 2px 2px;} 

.textboxright li a { 
	display : block;
	width : 185px;
	height : 30px;
	line-height : 30px;
	background : url(../images/nav.jpg) no-repeat left top;
	text-indent : 5px;
	color : #4e5156;
	text-decoration : none;
	font-weight : bold;} 

.textboxright li a:hover { 
	background-position : right top;
	color : #a13808;
	font-weight : normal;
	font-size: 12px; } 

.textboxright h2 { 
	color:#712D00;
	font-size : 24px;
	height:50px;
	padding : 0 0 0 0;} 
	
.textboxright p { 
	font-size : 13px;
	color : #fff;
	padding : 0 0 0 10px;} 

.col { 
	width : 208px;
	float : left;
	padding : 0 5px 0 7px;} 
	
.col p { 
	margin : 11px 0 0 5px;
	padding : 0;
	text-align : justify;} 
	
.col h3 { 
	color : #1f13bf;
	font-size : 1.2em;
	padding : 30px 0 0 0;} 
	
.col a { 
	float : right;
	margin : 10px 0 0 10px;
	padding : 7px 0 5px 0;} 
	
#footer {
	width : 975px;
	clear : both;
	padding : 10px;
	background-color : #abb2bb;
	border-left : 2px solid #91979f;
	border-top : 2px solid #91979f;
	border-bottom : 2px solid #d8dde4;
	border-right : 2px solid #d8dde4;
	margin: 5px 0 10px 0;
	height: 50px;
	background-image: url(../images/footer_spacer.gif);
	background-repeat: repeat-x;} 
	
#footer p { 
	padding : 0;
	font: 90% Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #565c65;} 
	
#footer a { 
	font: 90% Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight:bold;
	color : #712D00;
	text-decoration : none;} 
	
#footer a:hover { 
	color : #fff;
	text-decoration: underline;} 
