/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 } 
 
 p{padding:15px;}
 h1{padding: 10px; font-size:18px; line-height:5px; vertical-align:text-bottom; color:#FF7E0F }
 h2{padding:15px; font-size:14px;line-height:3px; vertical-align:text-bottom; color:#FF7E0F}
 h3{padding:15px; font-size:12px;line-height:3px; vertical-align:text-bottom; color:#55B252}
 
a:link {color:#009589} 
a:visited {color:#009589} 
a:active {color: #006600; font-weight:bold} 
a:hover {color:#FF7E0F;font-weight:bold } 
a:focus {color: green;font-weight:bold} 

 
 #leftmenu{list-style:none; margin:10px;}
 #left-submenu{list-style:none; margin:10px;}
 #left-submenu-title{font-size:12px;color:#4D80A2}
 #dr-image{float:left;margin:5px 15px 5px 10px;}
 #image-body-right{float:right;margin:5px 5px 5px 5px;}
 #image-body-left{float:left;margin:5px 5px 5px 5px;}

 
 .menutitle{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold}
 
 #comp-name{
  			font-family:Arial, Helvetica, sans-serif;
 			font-size:24px;
			font-weight:bold;
			margin-left:5px;
			color: #FFFFFF; ; 
			position:relative;
			top:25px;
			}
			
 #comp-subtitle{
  			font-family:Arial, Helvetica, sans-serif;
			color: #FFFFFF; ; 
 			font-size:16px;
			font-weight:bold;
			margin-left:5px;
			position:relative;
			top:20px;
			}
			
#copy{font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #333333; text-align:left}
#footer-links{font-size:11px}
#footer-msg{font-size:11px}
 
 
 /* layout */
#pagewidth{ 
 width:800px;  
} 
 
#header{
 position:relative; 
 height:69px; 
  background-color:#009589;
 width:799px;
 border-bottom-color:#CCCCCC;
 border-bottom-style:dashed;
 border-bottom-width:1px;
 border-right-color:#CCCCCC;
 border-right-style:dashed;
 border-right-width:1px;
 
  filter: progid:DXImageTransform.Microsoft.Alpha (Opacity=100, 
FinishOpacity=0, Style=1, StartX=0, FinishX=100, StartY=0, 
FinishY=0);
 
 
} 
 
#leftcol{
 width:179px; 
 float:left; 
 position:relative; 
 background-color: #FBFCD9 ;
 border-right-color:#CCCCCC;
 border-right-style:dashed;
 border-right-width: 1px; 
 
 filter: progid:DXImageTransform.Microsoft.Alpha (Opacity=100, 
FinishOpacity=20, Style=1, StartX=0, FinishX=0, StartY=0, 
FinishY=100);
 
 
 }
 
#maincol{background-color: #FFFFFF ;  
 float: right; 
 display:inline; 
 position: relative; 
 width:619px; 
 border-right-color:#CCCCCC;
 border-right-style:dashed;
 border-right-width: 1px;
 
 }
 
#footer{
 height:29px; 
  background-color:  #FBFAF3; 
 clear:both;
 text-align:center;
 border-top-color:#CCCCCC;
 border-top-style:dashed;
 border-top-width:1px;
 border-right-color:#CCCCCC;
 border-right-style:dashed;
 border-right-width:1px;
 
  filter: progid:DXImageTransform.Microsoft.Alpha (Opacity=100, 
FinishOpacity=30, Style=1, StartX=0, FinishX=0, StartY=0, 
FinishY=100);

 } 
 

 
 /* *** Float containers fix:  */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#footer-links{display:none}
#twocols, #maincol{width:100%; float:none;}
}

