/* Section 1: Forms */
form {}
input{
border:none;
color:#000000;
font-size:12px;
background-color:#ff8f21;
font-style:normal;
font-family:"Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
}
input:focus {}
button {
border-color:#000000;
border-style:solid;
border-width:1px;
width:8em;
background-color:#90bade;
color:#000000;
font-size:12px;
font-style:normal;
font-family:"Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
label {}
fieldset {}
legend {}
textarea{
border-style:none;
color:#000000;
background-color:#ff8f21;
font-size:12px;
font-style:normal;
font-family:"Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
}
textarea:focus {}

/* Section 2: Headers */

h1{
padding-bottom:4px;
color:#000000;
font-size:15px;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
text-align:left;
}
h2{
padding-bottom:4px;
color:blue;
font-size:14px;
font-family:Arial,Helvetica,sans-serif;
text-align:left;
font-weight : bold; 
}
h3{
padding-bottom:4px;
color:#181939;
font-size:12px;
font-family:Arial,Helvetica,sans-serif;
text-align:left;
}

.textfooter{
color:#000000;
font-size:12px;
font-family:Arial,Helvetica,sans-serif;
}

/* Section 3: Links */
a:hover 
{
font-weight : bold; 
text-decoration : none;
color: blue;
background: transparent; 
}
	
/* CSS Menu
http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp */

 #navcontainer
{
width: 11em;
border-right: 0px solid #000;
padding: 0 0 0 0;
margin-bottom: 0;
font-size:14px;
font-weight:bold;
font-family: Arial, sans-serif;
background-color: #ff8f21;
color: #000000;
text-align: left;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #0a0e26;

background-color: #f7e78f;
color: #000000;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #000000;
background-color: #ff8f21;
color: #000000;
}

/* Section 4: Other entities */

#patent
{
font-size:11px;
font-family: Arial, sans-serif;
color: blue;
}


