@CHARSET "UTF-8";

html {
  height: 100%;
}
body {
	margin: 10px 0 10px 0;
	background: #666666 /*url(/admin/images/bg.gif)*/;
	font-size: 11px;
	line-height: 1.4em;
	color: #666666;
	/* font-size: 100.01%;IE hack to force font-scaling, otherwise font-size is always bigger in IE */
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
td {
	font-size: inherit;
	color: inherit;
	font-family: inherit; 
	vertical-align: top;
}
form {
  margin: 0;
	padding: 0;
}

h1 {
  font-size: 16px;
	line-height: 22px;
	padding: 5px 0 10px 0;
	margin: 0;
	color: #333333;
}
h2 {
  font-size: 16px;
	padding: 5px 0 15px 0;
	margin: 0;
	font-weight: normal;
	color: #999999;
}
h3 {
		margin: 12px 0 2px 0;
		padding: 3px;
		border-bottom: 1px solid #003399;
		background: #ccccff;
		font-size: 12px;
    color: #003399;
}
a, a:visited {
  color: #333333;
	text-decoration: underline;
	font-weight: inherit;
	font-size: inherit;
}
a:active {
  color: #000000;
}
a:hover {
  color: #666666;
}
img {
  border: 0;
}

.clearer {
  clear: both; 
	height: 0px;
	overflow: hidden;
} 



#frame {
  width: 982px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

#header {
  height: 54px;
  padding: 0;
	margin: 0;
	background: url(/images/layout/bg_top.gif) no-repeat;
}
/* available inner width: 938px 
   #main should be of 450px height minimum (using div.minHeight) 
*/
#main {
  padding: 10px 20px 0 20px;
	margin: 0;
	background: #ffffff;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
}
#main div.minHeight {
  float: left;
  height: 450px;
	width: 0px;
	overflow: hidden;
}
/* available inner width: 
  #main: 938px    */
#leftCol {
  float: left;
  width: 674px;
	/*background: #ccff99;*/
}
#rightCol {
  float: left;
	width: 264px;
	/*background: #ff6699;*/
}


#footer {
  height: 42px;
  padding: 0;
	margin: 0;
	background: url(/images/layout/bg_bottom.gif) no-repeat;
}


/*  ************************************************************************ 
 *   MAIN NAVIGATION   
 *  ************************************************************************ */ 
#header ul.navi {
	clear: none;
  padding: 16px 0 0 20px;
	margin: 0;
}
#header ul.navi li {
  list-style-type: none;
	display: inline;
	height: 10px;
	border-right: 1px solid #333333;
  padding: 0 10px 0 10px;
}
#header ul.navi li.last {
	border: none;
}
#header ul.navi li a, #header ul.navi li a:visited {
  padding: 2px 5px 2px 5px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#header ul.navi li a:hover {
  background: #333333;
	color: #ffffff;
}

#subnav {
  padding: 2px 0 2px 0;
  text-align: center;
	width: 720px;
}
#subnav ul {
	clear: none;
  padding: 0;
	margin: 0;
}
#subnav ul li {
  list-style-type: none;
	display: inline;
	height: 10px;
  padding: 0 6px 0 6px;
}
#subnav ul li.last {
	border: none;
}
#subnav ul li a, #subnav ul li a:visited {
  padding: 1px 5px 1px 5px;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#subnav ul li a:hover {
	color: #333333;
	text-decoration: underline;
}



/*  ************************************************************************ 
 *   
 *  ************************************************************************ */ 
table#static {
  width: 100%;
	border: 0;
}
table#static tr td.image {
  width: 674px; 
	height: 440px;
}
table#static tr td.text {
	width: 264px;
	padding: 0 10px 0 0;
  vertical-align: bottom; 
	voice-family: "\"}\""; 
	voice-family: inherit;
  width: 254px;
}
html>body table#static tr td.text {
  width: 254px;
}
table#static tr td.text p { 
  text-align: justify;
}
table#static tr td.text p.last { 
	padding-bottom: 0;
	margin-bottom: 0;
}
 



/*  ************************************************************************ 
 *   DEBUGGING  
 *  ************************************************************************ */ 
#debug {
  margin-top: 20px;
  width: 640px;
	text-align: left;
	background: #CCCCCC;
	padding: 10px;
	color: #000000;
	font-size: 11px;
}