/* body and html setup */

html, body, wrapper {
margin:0;
padding:0;
height:99%;
width: 796px;
}

body {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
background-color: #EEF0E6;
color:#000;
}

ul {
color: #000;
}

#wrapper {
background-attachment: scroll; 

}

/* header, logo and search layout */

#header {
width:796px;
height:118px;
margin:0;
background-color: #EEF0E6;
color: #fff;
padding:0;
}

#logo {
position:absolute;
top:1px;
left: 2px;
width:136px;
height:111px;
padding:0;
margin:0;
}

img {
border-style:none;
}

a {
border-style:none;
}

#toplist {
position:absolute;
top: 5px;
left: 596px;
width:200px;
height:82px;
text-align:right;
}

#toplist a {
font-size: 12px;
color: #006600;
text-decoration:none;
font-weight:bold;
}

#toplist a:hover {
text-decoration:underline;
}

#topsearch {
position:absolute;
top: 87px;
left: 596px;
width:200px;
height:20px;
text-align:right;
}

a.letter {
color:#ff6600;
text-decoration:none;
}

/* top menu */
#menu {
    display: block;
    margin: 0 0 0 0px;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #006600;
    background-color: #BDC8A2;
    width: 800px;
    height: 27px;
clear: both;
}

#menu ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0 0 0 6px;
    border-style: solid;
    border-color: #fff; 
    border-width: 0 0 0 1px; 
}

#menu ul li {
    display: block;
    float: left;
    text-transform:uppercase ;
    padding: 5px 10px 0 10px;
    margin: 0 ;
    font-size: 13px;
    font-weight: bold;
     border-style: solid;
    border-color:   #006600; 
    border-width: 0 1px 0 0;  
    height:22px; 
    
}

#menu ul li a {
color:  #000;
text-decoration:none;
}


#menu ul li a:visited {
color:   #000;
text-decoration:none;
}


#menu ul li a:hover {
color: #EEF0E6;
text-decoration:none;
}


#menu ul li.active a {
color: #ff3333;
}

/* front page only */
#contentwrapper {
float:left;
}

#frontleft {
width:550px;
float:left;
margin: 25px auto 0 25px;
}

#frontright {
margin-top:15px;
width: 170px;
float:right;
}

#frontright h2 {
  font-size: 12px;
width:168px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #006600;
  padding: 4px 0 4px 0;
  margin:0;
  text-align:center;
  background-color: #BDC8A2;
}

#frontright p {
  font-size: 11px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #006600;
  padding: 4px 2px 4px 2px;
  margin-top:0;
margin-bottom:2px;
}

/* breadcrumbs */

#crumbs {
    padding-top : 3px;
    padding-bottom : 3px;
    margin-bottom : 0;
    margin-top : 0;
    height : 15px;
    font-size:9px;
}

#crumbs a {
    color: #006600;
    text-decoration : none;
    text-align : center;
}

/* sub menu */

#submenu {
  width:150px;
  float:left;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #006600;
  margin: 20px 0 0 0;
  background-color: #BDC8A2;
   padding: 10px 0 0 0;
}

#submenu ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   }

#submenu ul a {
  line-height:1.2;
  display:block;
  border-style: none;
  width:140px;
  font-size: 12px;
  font-weight:bold;
  padding:0 0 5px 10px;
  background-color: #BDC8A2;
  color: #000;
  text-decoration:none;
}

#submenu a:hover {
background-color: #fff;
color: #000;
}

/* sub sub menu */
#subsub {
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #006600;
  margin: 10px 0 0 0;
  background-color: #BDC8A2;
  padding:0;
  color: #006600;
}
#subsub a {
  line-height:1.2;
  display:block;
  border-style: none;
  width:145px;
  font-size: 11px;
  font-weight:bold;
  padding:0 0 4px 5px;
  background-color: #BDC8A2;
  color: #006600;
  text-decoration:none;
}
#subsub a:hover {
background-color: #EEF0E6;
color: #006600;
}


/*contents */

/* Hides from IE-mac \*/
* html #contents {height: 1%;}
/* End hide from IE-mac */

#contents {
min-height:60%;
color:#000;
margin-left:151px;
margin-right:0;
padding: 10px 20px 20px 30px;

}

/* search box */



#search {
       margin:1px 0 0 2px;
}

#searchgo {
       border-style: none;
       color:#006600;
       font-family:arial, sans-serif;
       font-size: 11px;
       font-weight: bold;
       background-color: #EEF0E6;
}

#searchinput {
    width:90px;
    height:15px;

    font-family:arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
border-style: solid;
border-width: 1px;
border-color: #006600;

}

html>body #searchinput {
	padding: 3px 0 0 3px;
}
html>body #searchgo {
	padding: 1px 0 0 2px;
}

h1, h2, h3, p {
font-family: arial, helvetica, sans-serif;
color: #000;
line-height: 130%;
}
h1{
font-size: 1.2em;
}
h2 {
font-size: 1.1em;
}
h3 {
font-weight: bold;
}
h3, p { 
font-size: 1em;
}

#footer {
 color:#006600;
 font-size: 10px;
 background-color:#EEF0E6;
 height:30px;
 width: 100%;
 text-align:center;
 clear:both;
}

#footer a{
color:#006600;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

#contents img {
float:right;
clear:right;
}

#contents img.imgright {
float:right;
clear:right;
}

#contents img.imgleft {
float:left;
clear:left;
}

/*glossary styles */
.catchword {
font-weight: bold;
}

.catchword_desc {
}

a.alphabet {
font-weight:bold;
font-size: 12px;
}

	.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button { width:100px; }
	.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword { width:150px; }
	.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
	.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p { font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p.tx-indexedsearch-percent { font-weight:normal; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p { font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p .tx-indexedsearch-redMarkup { color:red; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 { margin-top:0px; margin-bottom:0px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead table { background:#cccccc; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead td { vertical-align:middle; }
	
	

	.csc-mailform-radio legend {display:none;}