/* Layout ******************/

html {
  height:100%;
}

body {
	padding:2;
  margin:2 2px;
position: relative; 
}

* html body {
height:100%;
}

#footer {
	width: 100%;
	padding: 1px 0;
	clear: both;
}

#main {
  float:left; width:72%;
  margin-left:15%;
}

* html #main {
  margin-left:7.5%;
 margin-right:-1px;
  }

#sections {
  float:left; width:15%; margin-left:-87%;
  padding-bottom:32767px; margin-bottom:-32767px;
  padding-right:1px; margin-right:-1px; margin-top:1px;
}


#news {
  float:right; width:13%;
  padding-bottom:32767px; margin-bottom:-32767px;
  padding-left:1px; margin-left:-1px; margin-top:1px;
}

#content {
  overflow:hidden; width:100%;
}

h1 {
  margin:0; padding:46px;
}
/*h1 {
  margin:0; height:120px;
}
* html h1 {paddig-top:44px; padding-left:560px;}*/

#search {
	position: relative;
	padding: 4px;
	float: right;
}
* html #search {
padding:4.6px;
}
/* Elements *******************/
#nav {
	font-size: 0.85em;
	height: 2.6em;
	color: #000000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*margin-top:-44px;*/
	/*margin-bottom:5px;*/
}
/* Fix IE. Hide from IE Mac \*/
* html ul li: {
float: left; 
height: 1%; 
}
/* End */
#nav a {
	display: block; 
	text-decoration: none;	
	float: left; 
	color: #003388; 
	background-color: #dcdcdc; 
	text-align: center; 
	padding: 8px 10px; 
	margin-right: 2px;
}
#nav a:hover {color: #E2144A; background-color: #6495ed;}
/* #nav a:visited {color: white; background-color: navy;}*/

#sections ul {margin: 0;	padding: 0;	list-style: none;	 /* Width of Menu Items */
	border-bottom: 1px solid #ccc;}

#sections ul li {position: relative;}
	
#sections li ul {position: absolute;	left: 200px; /* Set 1px less than menu width */
	top: 0; display: none;}

/* Styles for Menu Items */
#sections ul li a {display: block; text-decoration: none;	color: #777; background: #fff; /* IE6 Bug */
	padding: 6px; border: 1px solid #ccc; border-bottom:0px;}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#sections ul li a:hover { color: #E2144A; background: #6495ED; } /* Hover Styles */
/*#sections li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
/*#sections li:hover ul, li.over ul { display: block; } /* The magic */
/* Fonts *******************/

body {
	font: 10pt Tahoma, Verdana, Sans-Serif;
}

h1 {
  font-size:160%;
  letter-spacing:1px;
  padding-left: 514px;
}

#main h2 {
  font-size:130%;
}

#sections,
#news {
  font-size:80%;
}

#sections h2,
#news h2 {
  font-size:125%; font-weight:bold;
  text-transform:uppercase;
}

#news h3 {
  font-size:100%; font-weight:bold;
}

#footer {
  font-size:70%;
}

#search input,
#search button {
  font-size:7pt;
}

/*#blockquote {
	font: italic bold 14px/22px helvetica, sans-serif;
	text-align: justify;
	position: relative;
}*/

/* Colors ******************/

html {
  background:url(../img/window-bg.png) #EEE;
}

body {
  background:white;
  color:black;
}

#title {
  background:url(../img/title-bg.png) left top repeat-x;
  color:white;
}

#footer {
  background:url(../img/footer-bg.png) #DDE6FF left top repeat-x;
  color:black;
}

#nav {
	background: url(../img/nav-bg.png) repeat-x scroll left top;
}

#sections {
	background: url(../img/left-col-bg.png) repeat-y right top;
} 

#news {
  background:url(../img/right-col-bg.png) white left top repeat-y;
  color:#293499;
}

#news a {
  color:#D00;
}

#news h2 {
  background:url(../img/news-head-bg.png) #DDE6FF left top repeat-x;
}

#main h2 {
  color:#293499;
}

#main .picture {
  border-color:#45F;
}

/*#search {
  color:white;
}*/

h1 {
	background: url(../img/main_left-REDO.png) left top no-repeat;
}

/* Misc ********************/

* html h1 {
  height:1%;
}

#news h2 {
  margin:0 0 20px 0;
  padding:10px;
}

#news h3 {
  float:left; 
  margin:0 5px;
}

* html #news h3 {
  margin-left:2.5px;
}

#news p {
  margin:20px 5px;
}

#news a {
  background:url(../img/red-arrow_w.png) right center no-repeat;
  padding-right:13px;
}

* html #news a {
  padding-left:1px;
}

#main h2,
#main p {
  margin-left:15px;
  margin-right:10px;
}

#main h2 {
  margin-top:20px; margin-bottom:10px;
}

#main .picture {
  float:left; 
  padding:5px; 
  border-style:solid; border-width:1px;
  margin:0 15px 5px 0;
}

#footer p {
  margin:5px;
}

div#counter {
	visibility: hidden;
}  

#main table.contentpane {
border-spacing:0;
margin-bottom:5px;
padding-left:15px;
padding-right:5px;
width:100%;
}
/*#search p {
  margin:0;
}

#search input {
  width:10em;
}

* html #search p {
  white-space:nowrap;
}

* html #search button {
  margin-left:4px;
}*/

