#nocss { display: none; }

body {
 font-family:Arial, sans-serif;
 font-size:medium;
 color:black;
 background-color:white;
 margin:0px;
 padding:0px;
}
a {
 text-decoration:none;
 /*font-family:sans-serif;
 font-variant:small-caps;*/
}

a:hover {
 color:red;
}

img {
 border:none;
}

/* Main Page*/

#main {
 color:black;
 background-color:white;
 text-align:left;
 background-image:url("images/bg_pcb.jpg");
 background-attachment:fixed;
 background-position:top right;
 background-repeat:no-repeat;
}
#title {
 background:black;
 background-attachment:fixed;
 background-position:top right;
 background-repeat:no-repeat;
 text-align:left;
 position:fixed;
 top:0px;
 left:0px;
/*  right:0px; */
 z-index:1;
 width:100%;
}
#title img {
 z-index:2;
}

#sidebar {
 position:fixed;
 left:0px;
 top:50px;
 width:230px;
 height:100%;
 vertical-align:top;
 color:white;
 background-color:black;
 text-align:left;
}
#menu ul {
 list-style:none;
 /*list-style-image:url("images/bullet.gif");*/
 list-style-position:inside;
 text-align: left;
 margin-top:20px;
 padding: 0px;
 position: relative;
 z-index: 2;
}
.ttover {
 background-color:#606060;
}
#menu li, #sa {
 color:white;
 cursor:pointer;
 background:#777;
}
#menu li {
 background:#777 url('images/menu_bg.jpg') repeat-y top left;
 font-weight:bolder;
 /*font-variant:small-caps;*/
 font-size:small;
 text-transform:uppercase;
 margin-top:3px;
 padding:5px 0px 0px 10px;
 width:190px;
 height:20px;
}
#menu li:hover {
 background:#aaa url('images/menu_bg_hover.jpg') repeat-y top left;
}
#menu li:active, #sa:active {
 background-color:#eee;
}
#menu li.active {
 background:#000;
}
#menu li.active:hover {
 border-color:#eee;
 padding-left:10px;
}
#sa {
 border:1px solid silver;
}
#menu a {
 color: white;
}
#menu li.back_button a {
 color:#DDDDDD;
}

#googleSearch {
 font-size:smaller;
 position:fixed;
 left:10px;
 bottom:10px;
 z-index:2;
}
#q {
 background:#DDDDDD;
 border:1px solid #909090;
 cursor:pointer;
}
#q:focus { }

#bottom_menu li {
 display: inline;
 margin-left:2em;
}

#textbody {
 margin-left:250px;
 margin-right:30px;
 margin-top:50px;
 padding-top:20px;
 width:auto;
 color:black;
}
#textbody_title {
 font-family:Verdana, sans-serif;
 font-size:larger;
 /*padding-left:10px;
 background-color:#CACACA;
 border:thin solid #606060;*/
 border-bottom:2px solid black;
 margin:10px;
 padding:5px 0px;
 width:50%;
}
#textbody p {
 margin:2em;
}
#textbody h2 {
 font-size:larger;
 margin-left:1em;
 text-decoration:underline;
}
#textbody h3 {
 font-size:medium;
 font-weight:bolder;
 margin-left:1em;
}
#textbody p {
 margin:2em ;
}

#contact {
 margin:5px;
 text-align: left;
 font-size:x-small;
 color:black;
 background-color:#CACACA;
 text-align:left;
 width:100%;
}

.left_column {
 margin:2em;
}
.right_column {
 float:right;
 margin-right:250px;
 margin-left:20px;
}

#footnote {
 font-size:smaller;
}
div.footer_logos {
 text-align:right;
 margin-right:30px;
 margin-bottom:30px;
}
