body {
	background-image:url(graphics/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin-top: 10px;
}

* {
	margin: 0;
	padding: 0;
}

div#outline {
	width: 750px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color:#FFFFFF;
}

div#header {

	background-image: url(graphics/header.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	height: 100px;
	width: 750px;
	margin-bottom: 0px;
}



#small {
	
	color: #999;
	text-align:center;
	line-height:14px;	
	margin-left: 0px;
	font-size: 7pt;
	font-family: 'Times New Roman',
	Verdana, Lucida, Geneva, Helvetica, 'Times New Roman',
	Arial, sans-serif;

}



	
#menu ul {
	list-style: none;
	text-align:right;
	line-height:30px;
	padding-right: 0px;
	font-size: 9pt;
}
		
#menu li { 
	width: 154px;
	
		
	
}

#menu li a {
	padding-top: 0px;
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #ececec;
	font-family: 'Verdana',
	Verdana, Lucida, Geneva, Helvetica, Times New Roman,
	Arial, sans-serif;
}

#menu li a:hover { 
	color: #333; 
	border-bottom: 1px solid #660000;
}

div#flash {
	width: 650px;
	height: 325px;	
}

div#patent {
	width: 140px;
	height: 20px;
	font-size: 8pt;
	text-align:right;
	position:absolute 50px;

}


div#contentArea {
	width: 650px;
	height: 250px;
	background-color:#FFFFFF;
	padding-top: 0px;
	background-image:url(graphics/footer_top.gif);
	background-position:top;
	background-repeat:no-repeat;

}

div#menuArea {
	width: 154px;
	margin-top: 25px;
	float: left;
}

div#content {
	width: 450px;
	float:right;
	padding-top: 25px;
}



h1 {
	text-align: left;
	color: #333;
	font-weight:100;
	font-size: 16pt;
	margin-right: 0px;
	margin-left: 0px;
	font-weight:bold;
	margin-top: 5px;
			font-family: 'Times New Roman',
	Verdana, Lucida, Geneva, Helvetica, 'Times New Roman',
	Arial, sans-serif;
}

p {
	text-align: left;
	color: #666;
	line-height: 18px;
	font-size: 8pt;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 0px;
		font-family: 'Verdana',
	 Times New Roman, Verdana, Lucida, Geneva, Helvetica,
	Arial, sans-serif;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #999;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div#form {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 1em;
	padding-right: 1em;
}

div#form td.title {
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 7pt;
}

div#form td {
	text-indent: 0px;
	line-height:1.4em;	
	font-size: 8pt;
	font-family: 'Verdana',	Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #666666;
}


.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */