body {
	margin : 0px;
	text-align: center;  /* centering the content for IE6 */
	font-family: tahoma, verdana, sans-serif;
	font-size:0.7em;
	color:#000;
	background: url('images/bg.gif');
	

}

div {
	margin:0;
}
div#container {
	display:table; /* must put this in for FireFox. */
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left */
	background-color: #fff;
	width:1000px;
	border: 1px solid #858585;
}

div#orangebartop {
	margin:0;
	background: url('/images/orange_bar_top.gif') 0 0 repeat-x ;
	width:1000px;
	height:14px;
}

div#orangebarbottom {
	clear:both;
	margin:0;
	background: url('/images/orange_bar_bottom.gif') 0 0 repeat-x;
	height:14px;
}

div#barmenutop {
	margin:0;
	background: url('/images/barmenu.jpg') repeat-x top left;
	height:46px;
}
div#date {
	float:left;
	width:30%;
	text-align:center;
	font: bold 13px arial narrow, arial, verdana, sans-serif;
	text-transform: uppercase;
	color: #333;
	padding-top: 12px;
}
div#menujs {
	float: right;
	width: 70%;
}


div#flashbar {
	margin:0;
	background: #fff url('images/flashbg.jpg') no-repeat bottom left;
	height:210px;

}

div#flashbarsub {
	margin:0;
	background: #fff url('images/flashbgsub.jpg') no-repeat bottom left;
	height:210px;

}


div#content {
	margin:0;
	background-color:#fff;

}

div#menubarbottom {
	margin:0;
	background: url('/images/bg_bottom_menu.jpg') 0 0 repeat-x;
	height:46px;
	font: bold 10px verdana, sans-serif;
	color:#000;
}

div#copyrightbar {
	margin:0;
	background: url('/images/bg_copyright.jpg') 0 0 repeat-x;
	height:50px;
	text-align:right;
}
div#copyrightbar p {
	padding:19px 41px 0 41px;
	font: normal 9px verdana, sans-serif; 
	color:#fff;
}
ul#menubottom {
	margin:0;
	padding-top:15px;
	padding-left:30px;
	height:10px;
}
ul#menubottom li {
	list-style: none;
	display:inline;
	margin:0 10px;
	float: left;
	height: 10px;
}
ul#menubottom a {
	display: block;
	text-decoration: none;
	color: #666;
	font: bold 10px verdana, sans-serif ;
}

ul#menubottom a:hover {
	color:#333;
}


div#leftoutside {
	width:308px;
	margin:0;
	float:left;
	background: url('images/leftoutsidebg.jpg') repeat-y top left;
}
div#rightoutside {
	width:692px;
	margin:0;
	float:left;
	background: url('images/rightoutsidebg.jpg') repeat-y top left;
}
div#leftinside {
	margin:0;
	padding: 0 40px 3px 34px;
	background: url('images/leftinsidebg.jpg') no-repeat top left;
}
div#rightinside {
	margin:0;
	padding: 8px 26px 0px 24px;
	background: url('images/rightinsidebg.jpg') no-repeat top left;
}
div#leftbottom {
	margin:0;
	background: url('images/leftbottombg.jpg') no-repeat top left;
	height:17px;
}
div#rightbottom {
	margin:0;
	background: url('images/rightbottombg.jpg') no-repeat top left;
	height: 19px;
}
div#suboutside {
	margin:0;
	background: url('images/suboutsidebg.jpg') repeat-y top left;
}
div#subinside {
	margin:0;
	min-height:380px;
	padding: 0px 33px 5px 33px;
	background: url('images/subinsidebg.jpg') no-repeat top left;
}
div#subbottom {
	margin:0;
	background: url('images/subbottombg.jpg') no-repeat top left;
	height:15px;
}
div#coverbg {
	height:20px;
}

.contenttitle {
	font-weight:bold;
	font-size:1.15em;
}


ul.links {

}


input.feedback, textarea.feedback {
	width:300px;
	border:1px solid #999;
	background-color:#eee;
}

textarea.feedback {
	height:200px;
}


input.verif {
	border:1px solid #999;
	width:35px;
	background-color:#eee;
}










/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0.5em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px dotted #aaa;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px dotted #aaa;
 border-bottom: none;
 background: #eee;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #636466; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #000;
 border-color: #aaa;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:20px;
 border:1px dotted #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 
}
.tabberlive .tabbertab h3 {
 
}

/* Example of using an ID to set different styles for the tabs on the page 
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
*/


h1 { 
	padding: 0 0 0 22px;
	background: url('images/logosmall.gif') no-repeat top left;
	height:20px;
	border-bottom: 2px dashed #ccc;
	
}

h2 {
	font: 17px arial narrow, tahoma, sans-serif;
	text-transform:uppercase;
}

div#latestnews {
	margin:0;
	padding-left:45px;
}

div.newsheader {
	margin:0;
	padding-left:20px;
	background: url('images/arrow.gif') no-repeat top left;

}

.newsdate {
	font: 700 14px arial narrow, tahoma, sans-serif;
	color:#0586bd;
}

.newstitle {
	font: 600 17px arial narrow, tahoma, sans-serif;
	color:#2b5690;
	text-transform: uppercase;
}

.newsshort {
	margin:0;
	padding:  6px 0 6px 3px;
}

.newsreadmore {
	margin:0;
	padding-bottom:20px;
}

.small {
	font-size:x-small;
	font-weight:normal;
}

a:link {color: #84141C; text-decoration: none; font-weight:bolder;}
a:visited {color: #4f080d; text-decoration: none; font-weight:bolder;}
a:active {color: #33a6d5; text-decoration: underline; font-weight:bolder;}
a:hover {color: #0987bb; text-decoration: underline; font-weight:bolder;}

input.subscribe {
	width:200px;
	border:1px solid #999;
	background-color:#eee;
}
input.emailLoginInput {
	width:100px;
	border:1px solid #999;
	background-color:#eee;

}

.submitbutton {
	vertical-align:bottom;
}

form {
	margin:0;
}

@media print{
	
	span.print-text { display: inline !important ;} 
	img.replacement { display: none ; }

}
