/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 70% Arial, Helvetica, sans-serif;
	background-color: #F4F4F4;
	background-repeat: repeat-x;
	background-image: url(images/bkg.jpg);
}

.box_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 5px 10px;
padding:0 10px 0 10px;
background:#F7F9F7;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
}

.box_right p {
margin:5px 5px;
}

.box_cnr_top {
background:url(images/cnr_tr.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.box_cnr_bottom {
background:url(images/cnr_br.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

#leftsidebar {
	margin: auto;
	width: 950px;
	background-color: #F4F4F4;
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #FF0000;
}

#header {
margin: 0 0 8px 0;
border: 0;
}

     #tabs {
	float:left;
	width:100%;
	font-size:85%;
	border-bottom:1px solid #F45551;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #f4f4f4;
      }
    #tabs ul {
	margin:0;
	padding:5px 10px 0px 10px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#003399;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	  
#menu {
	clear: left;
	float: left;
	width: 157px;
	padding: 8px 0px 0px 0px;
	height: auto;
	font-size: 0.9em;
	background-image: url(images/navBox.png);
	background-repeat: no-repeat;
	margin: 10px 10px 10px 10px;
}

#menu ul {
	list-style: none;
	width: 157px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
}	

#menu li {
	margin-bottom: 1px;
}

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	display: block;
	padding: 5px 0px 0px 10px;
	color: #003399;
}	
	
#menu li a:hover {
	color: #FF0000;
}

.leftnews {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: auto;
	line-height: 1.3em;
}

.rightnews {
	float: right;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 8px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#rightnews p {
margin: 0 0 1.5em 0;
}

#content {
	margin: 0px 0px 0px 177px;
	padding: 50px 20px 10px 20px;
	line-height: 1.4em;
	text-align: justify;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#content2 {
	margin: 0 auto;
	padding: 10px;
	line-height: 1.4em;
	text-align: justify;
	background-repeat: no-repeat;
	width: 760px;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0 0;
}

#content img {
}

.greybox {
	color: #000000;
	padding: 5px;
	margin: auto;
	text-align: right;
	width: 940px;
}

.dkgreybox {
	padding: 5px;
	margin: 0px;
	text-align: left;
	padding-left: 165px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
}

.redbox {
	padding: 5px;
	margin: 0px;
	text-align: center;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	color: #FFFFFF;
}

.splittop {
background-color: #ffffff;
width: 49%;
float: left;
overflow: hidden;
}

.splitright {
	float: right;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
	text-align: justify;
}

.splitleft {
	background-color: #ffffff;
	float: left;
	overflow: hidden;
	padding-right: 10px;
	padding-top: 5px;
	text-align: justify;
}

h1 {
	font-size: 1.3em;
	margin: 10px 0px 0px 0px;
}

h3 {
	font-size: 1.3em;
	margin: 10px 0px 0px 0px;
}

a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
}

a img {
border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
	width: 930px;
	text-align: right;
	font-size: 0.9em;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #003399;
}

.left {
	margin: 0px 10px 5px 0;
	float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
	font-size: 0.9em;
	color: #4D545B;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.txt_mdgrey {color: #88939F}
.txt_grey {color: #666666}
.txt_ltgrey {color: #F7F7F7}
.txt_red {
	color: #FF0000
}
.txt_dkgrey {color: #333333}
.txt_ltblue {
	color: #003399
}
.txt_white {color: #FFFFFF}
.style10 {
	color: #E1E1E1
}

/* workarounds and hacks */
.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 */
#logobox {
	background-image: url(images/logo_regal.gif);
}
#content img2 {
	display: inline;
	text-align: top;
}
