/* NORMALIZATION (based on Yahoo! CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* Add some basics back in */
h1,h2,h3,h4,h5,h6,th,strong {
	font-weight:bold;
}
em {
	font-style: italic;
}

/* General Font */
body {
	font-size: 75%;
	*font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* General Layout */
body {
	text-align: center;
}
#layout {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#body {
	clear: both;
}
#content {
	background: #fff;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 96px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Page */
body {
	background: #009 url("../images/bgPage.png") repeat top center;
	color: #333;
}

/* Header */
#header {
	padding-top: 28px;
	padding-bottom: 8px;
	background: transparent url("../images/bgHeader.png") no-repeat top center;
	_background-image: url("../images/bgHeader.ie.png");
	height: 80px;
}
#header .logo {
	margin-left: 32px;
	float: left;
}
#header .tagline {
	float: right;
	margin-top: 32px;
	margin-right: 100px;
	font-size: 2em;
	color: #333;
	font-family: Monotype Corsiva, Times New Roman, Times, serif;
}

/* Menu */
#menu {
	position: absolute;
	top: 172px;
	left: 32px;
	width: 200px;
	border-bottom: 1px solid #ccc;
}
#menu li {
	_height: 24px;
	_margin-bottom: 0px;
}
#menu li a {
	display: block;
	_width: 184px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	background: #eee;
	color: #000;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: none;
}
#menu .selected a {
	border-right: none;
	background: #eee url("../images/menuSelected.png") no-repeat right center;
	color: #c00;
}

/* Body */
#body {
	padding-top: 112px;
	padding-bottom: 0px;
}
#content {
	background: transparent url("../images/bgBody.png") repeat-y top center;
	_background-image: url("../images/bgBody.ie.png");
	padding: 16px;
	padding-left: 256px;
	padding-right: 32px;
	padding-bottom: 1em;
	min-height: 34em;
	_height: 34em;
}
#content p {
	margin-bottom: 1em;
}
#content ul {
	list-style: square outside none;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 1em;
}
#content ul ul {
	list-style-type: circle;
}
#content ul ul ul {
	list-style-type: disc;
}
#content li {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 2em;
	color: #333;
	font-family: Monotype Corsiva, Times New Roman, Times, serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.5em;
}
h1 span {
	display: block;
	font-size: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
h2 {
	font-size: 1.15em;
	color: #666;
	margin-bottom: 1em;
	margin-top: 1em;
	clear: both;
}
.Common-Criteria-Classes-and-Seminars h2 {
	position: relative;
	margin-bottom: 0.25em;
}
.Common-Criteria-Classes-and-Seminars #content ul {
	margin-top: 0.25em;
}
.Common-Criteria-Classes-and-Seminars h2 span {
	position: absolute;
	top: 0em;
	right: 0em;
	_right: 2.5em;
}
h3 {
	font-size: 1em;
	color: #333;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
}

/* Footer */
#footer {
	color: #666;
	padding-bottom: 32px;
	background: transparent url("../images/bgFooter.png") no-repeat bottom center;
	_background-image: url("../images/bgFooter.ie.png");
	margin-top: 0px;
	clear: both;
}
#footer a {
	color: #666;
	text-decoration: underline;
}

/* form */
form .field, form .fieldCheck {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}
form .hidden {
	display: none;
}
form .field label {
	float: left;
	width: 22.5%;
	text-align: right;
	line-height: 1.5em;
}
form .field div {
	float: right;
	width: 75%;
}
form .field div input, form .field div textarea {
	width: 50%;
	border: 1px solid #999;
}
form .field div textarea {
	width: 100%;
	height: 16em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form .field div div input {
	width: auto;
}
form .fieldCheck div {
	float: left;
	width: 22.5%;
	text-align: right;
}
form .fieldCheck label {
	float: right;
	width: 75%;
}
form .field div div {
	float: none;
	width: auto;
}
form .buttons {
	clear: both;
	text-align: center; 
	padding-top: 2em; 
}

/* CMS */
#cms {
	background: transparent url("../images/bgBody.png") repeat-y top center;
	padding: 16px;
	padding-left: 256px;
	padding-right: 32px;
	padding-bottom: 1em;
}

.message {
	color: #f00;
}
.message p {
	font-weight: bold;
}

#contact {
	margin-top: 1em;
}
#contact dl {
	width: auto;
}
#contact dt {
	float: left;
	width: 3em;
	font-weight: bold;
}

table {
	width: 100%;
}

#patents {
	border-collapse: collapse;
}
#patents th, #patents td {
	border: 1px solid #ccc;
	padding: 0.5em;
}

#papers {
	margin-top: 1em;
	margin-bottom: 1em;
}
#papers:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#papers dt {
	float: left;
	clear: left;
	width: 15%;
	margin-right: 5%;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#papers dd {
	float: left;
	width: 80%;
	margin-bottom: 0.5em;
}

address {
	margin-bottom: 1em;
}
address span {
	display: block;
}

.goBack {
	display: block;
	margin-bottom: 1em;
	text-align: center;
}

.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

#bio {
	border: 1px solid #ccc;
}

.admin #menu {
	display: none;
}
.admin #content {
	padding-left: 32px;
}
.center {
	text-align: center;
}
#stats {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#stats th, #stats td {
	border: 1px solid #ccc;
	padding: 4px;
}
#stats th {
	background: #eee;
}
#stats .uri {
	width: 50%;
}

#wikipedia {
	position: absolute;
	top: 380px;
	left: 70px;
}