html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
html { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
body {
	line-height: 1;
	color: black;
	background: #333333;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-weight: bold;
	font-style: italic;
}
img { 
	display: block;
}
a { 
	color: #0099cc;
	text-decoration: none; 
}
a:hover { 
	color: #cc0001;
	text-decoration: underline;
}
h1 {
	color: #cc0001;
	font-size: 18px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	color: #333333;
	font-size: 16px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
}
input {
	color: #333333; 
	font-size: 10px;
}
textarea { 
	background-color: #ffffff; 
	border: solid 1px #A2A29E; 
	color: #333333; 
	font-size: 11px;
	width: 300px; 
} 
select  { 
	background-color: #ffffff; 
	border: solid 1px #A2A29E; 
	color: #333333; 
	font-size: 10px; 
} 
option { 
	background-color: #ffffff; 
	color: #333333; 
	font-size: 10px; 
}
.button1 { 
	background-color: #eeeeee; 
	border: solid 1px #A2A29E; 
	font-size: 10px; 
	font-weight: bold; 
	width: 50px; 
	height: 20px;
}
.formcell {
	padding: 5px;
} 
.formlabel { 
	color: #333333; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: right; 
}
.textfield { 
	background-color: #ffffff; 
	border: solid 1px #A2A29E; 
	color: #333333; 
	font-size: 10px; 
	width: 200px;
}
div#surname {
	visibility: hidden;
}
sup, sub { line-height: 0; }

/* global styles */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.timestamp {
	color: #666666; 
	font-style: italic;
}
.abstract {
	font-style: italic;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.inline {
	display: inline;
}
.pad20 {
	padding: 20px;
}


/* home page */
div#home-container {
	margin-top: 79px;
	margin-left: auto;
	margin-right: auto;
	width: 592px;
}
table#home-body {
	margin-right: 10px;
}
td.home-rightcol { 
	padding-top: 95px;
}
img.btmimg {
	margin-top: 2px;
}
img.rightcol {
	margin-left: 2px;
	float: left;
}
img.leftcol {
	float: right;	
}


/* inner pages */
div#inner-container {
	margin-top: 41px;
	margin-left: auto;
	margin-right: auto;
	width: 869px;
}
div#inner-content {
	margin-top: 2px;
	margin-left: 2px;
	float: left;
	width: 718px;
}
table#inner-body {
	margin-left: 10px;
}
td.inner-rightcol {
	padding-top: 45px;
}
div#inner-maintext {
	background-color: #ffffff;
	padding: 15px 43px 0 43px;
	line-height: 16px;
	min-height: 300px;
	height: 100%;
}
div#inner-maintext-nonav {
	background-color: #ffffff;
	padding: 38px 43px 0 43px;
	line-height: 16px;
	min-height: 300px;
	height: 100%;
}
div#subnavigation {
	background-color: #ffffff;
	margin-bottom: 20px;
}



/* inner pages */
img.hello-nametag {
	float: left;
	margin: 0 20px 20px 0;
}
div.imgcaption {
	text-align: center;
	font-style: italic;
	margin-top: 15px;
}

div#hello-stack {
	margin: 15px 0 0 20px;
	float: right;
	width: 219px;
}
div#hello-box {
	float: left;
	margin: 5px 20px 20px 0;
	width: 189px;
}
div#hello-trap {
	float: right;
	margin: 25px 0 10px 20px;
	width: 242px;
}
blockquote.hello {
	padding: 20px;
	width: 300px;
	border: solid 1px #000000;
	background-color: #eeeeee;
}


/* footer */
div#footer-btn {
	margin-top: 2px;
	float: right;
}



/* copyright */
div#copyright {
	color: #666666; 
	font-size: 10px; 
	line-height: 14px;
}
div#copyright a { 
	color: #666666; 
}
div#copyright a:hover { 
	color: #999999; 
}
div#home-copyright {
	margin: 23px 0 23px 0;
}
div#inner-copyright {
	margin-top: 25px;
	width: 600px;
}


