@charset "utf-8";
/* CSS Document */

/* BODY */


body, html {
background-image: url(../images/bgrnd.jpg);
background-repeat: repeat-x;
background-position: top center;
background-color: #e0e0e0;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 auto;

}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
width: 900px;
min-height: 100%;
overflow: hidden;
background-color: #FFF;
}

/* HEADER DIV */

#header {
width: 900px;
height: 148px;
background-image: url(../images/bgrnd.jpg);
background-repeat: repeat-x;
}

#logo {
	float: left;
	margin: 55px 0 0 0;
}

/* NAVIGATION */

#menu  {
	float: left;
width: 900px;
height: 25px;
font-size: 12px;
font-weight: bold;
text-align: center;
margin: 15px auto;
}

#menu ul
{
border: 0;
margin: 0;
padding: 5px 0 0 0;
}

#menu ul li
{
list-style-type: none;
margin: 0;
padding: 0;
color: #000;
display: inline;
}

#menu ul li a
{
width: 125px;
height: 30px;
color: #FFF;
padding: 10px;
text-decoration: none;
outline: none;
}

#menu ul li a:hover
{
color: #FFF;
outline: none;
}

/* CONTENT CONTAINER */

#content

{
	text-align: left;
	padding: 20px;
}


/* FOOTER */

#footer {
width: 100%;
height: 24px;
background-image: url(../images/footerbg.jpg);
background-repeat: repeat-x;
color: #FFF;
margin: 0;
clear: both;
}

#footertxt {
padding: 5px;
font-size: 9px;
}

#footertxt a {
	color: #FFF;
}

#footertxt a:hover {
	color: #FFF;
    text-decoration: none;
}

/* HEADINGS */

h1 {
font-size: 18px;
font-weight: bold;
color: #5C2828;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #5C2828;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #5C2828;
}

/* LINKS */

A:link {text-decoration: underline; color: #4C6A7C;}
A:visited {text-decoration: none; color: #4C6A7C;}
A:active {text-decoration: none; color: #4C6A7C;}
A:hover {text-decoration: none; color: #5C2828;}

/* TABLES */

#patentstable {
	border-collapse:collapse;
}

#patentstable td, #patentstable th {
	border:1px solid #3fa02c;
padding:3px 7px 2px 7px;
}

#patentstable th {
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-image: url(../images/bgrnd.jpg);
background-repeat: repeat-x;
background-position: top center;color:#FFF;
}

#patentstable tr.alt td {
color:#000000;
background-color:#e0e0e0;
}

/* TEXT */

.smalltxt1 {
font-size: 9px;
line-height: 12px;
}

.largetext1 {
font-size: 18px;
font-weight: bold;
color: #5C2828;
}

.blubold {
color: #4C6A7C;
font-weight: bold;
}
