a:link {
	color: #39c;
	}
a:visited {
	color: #39c;
	}
a:hover {
	color: #f00;
	}
a:active {
	color: #39c;
	}
body {
	background: #ddd;
	font: 79% verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}
h1 {
    color: #f60;
	font: 1.6em 'trebuchet MS', arial, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	padding: 0;
	text-align: center;
	}
h2, h3, h4, h5 {
	color: #0a0;
	font-family: 'trebuchet MS', arial, sans-serif;
	}
dd, dt, h2, h3, h4, h5, li, p {
	text-align: left;
	}
h2 {
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
	}
li, p {
	font-size: .9em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	}
p.announcement {
	background: #ff8 url(../i/corner.gif) no-repeat top right;
	font-size: 9px;
	padding: 6px 6px 20px 6px;
	}
p.legacy {
	text-align: right;
	}
.button {
	background: #0c0 url(../i/butbg.jpg) repeat-x;
	background: #0c0;
	border: none;
	color: #fff;
	font-size: 1em;
	height: 20px;
	margin: 0 4px 1px -5px;
	}
.sbutton {
	background: #f00;
	border: solid 2px #ddd;
	color: #fff !important;
	height: 24px;
	padding: 1px 4px 2px 4px !important;
	text-decoration: none;
	}
.center {
	text-align: center;
	}
.left {
	float: left;
	}
.new {
	background: #ff6;
	color: #f00;
	margin: 0;
	padding: 0 2px;
	}
.noBorder {
	border: none;
	}
.req {
	color: #f00;
	}

/* MAIN PAGE BLOCK
----------------------------------------------*/
#container {
	background: #fff url(../i/style/cbg.gif) repeat-y;
	border-right: solid 6px #fff;
	border-left: solid 6px #fff;
	height: 600px;
	margin: 0 auto;
	min-height: 600px;
	padding: 0;
	text-align: left;
	width: 988px;
	}
body>#container {
	height: auto;
	}
body[class] #container {
	background: #fff;
	}

/* PAGE HEADER (logo etc)
----------------------------------------------*/
#header {
	background: #fff;
	color: #999;
	height: 60px;
	margin: 0;
	padding: 8px 0 4px 0;
	}
#header img {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	}
#header p {
	float: right;
	margin: 0 auto;
	padding: 3px 0 4px 0 !important;
	}
#header p a {
	background: #39c;
	border: solid 2px #ddd;
	color: #fff;
	height: 24px;
	padding: 1px 4px 2px 4px !important;
	text-decoration: none;
	}
#header ul {
	clear: right;
	float: right;
	height: 26px;
	list-style: none;
	margin: 5px 8px 0 0;
	padding: 0;
	width: 224px;
	}
#header li {
	height: 26px;
	margin: 0;
	padding: 0;
	width: 224px;
	}
#header ul li a {
	display: block;
	float: left;
	font-weight: bold;
	height: 26px;
	margin-right: 0;
	padding-top: 1px !important;
	text-align: center;
	text-decoration: none;
	width: 224px;
	}
#header ul li a:link {
	background: #fff;
	border: solid 4px #ddd;
	color: #999;
	}
#header ul li a:visited {
	background: #fff;
	border: solid 4px #ddd;
	color: #999;
	}
#header ul li a:hover {
	background: #f00;
	border: solid 4px #f00;
	color: #fff;
	}
#header ul li a:active {
	background: #fff;
	border: solid 4px #ddd;
	color: #999;
	}
#header p.account {
	line-height: 140%;
	text-align: right;
	}
#header p.account a {
	background: #fff;
	border: none;
	color: #39c;
	text-decoration: underline;
	}
#sublink {
	margin-right: 2px !important;
	}

/* MAIN NAVIGATION BAR
----------------------------------------------*/
#nav {
	background: #0a0;
	border-bottom: solid 6px #fff;
	color: #fff;
	font-weight: bold;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 992px;
	}
#container>#nav {
	width: 988px !important; /* this is a hack, fix it */
	}
#nav form {
	background: #0a0;
	float: right;
	height: 27px;
	margin: 0;
	padding: 3px 0 0 5px;
	}
#nav #query {
	margin: 0 2px 0 0;
	padding: 2px 0 0 0;
	}
#nav ul {
	background: #0a0;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav ul ul {
	display: none;
	}
#nav li {
	float: left;
	font-size: 1em;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	}
#nav li a#current {
	background: #fff;
	color: #090;
	margin-top: -6px;
	}
#nav li a {
	color: #fff;
	height: 30px;
	margin: 0;
	padding: 6px 12px 8px 12px;
	position: relative;
	text-decoration: none;
	top: 6px;
	}
#nav li ul {
	background: #cf9;
	border-top: solid 1px #0a0;
	display: none;
	margin: 0;
	padding: 0;
    position: absolute;
	top: 29px;
	left: 0;
	width: 200px;
	}
#nav li.over {
	background: #cf9;
	}
#nav li.over a {
		color: #0c0;
	}
#nav li.over ul {
	display: block;
	}
#nav li.over ul li {
    background: #cf9;
	border: solid 1px #0c0;
	border-top: none;
    display: block;
	float: none;
	font-size: 1em;
	font-weight: normal;
	height: auto;
    margin: 0;
	min-height: 21px;
    padding: 0;
	width: 200px;
	}
#nav li.over ul li a {
    background: none;
	display: block;
	height: auto;
	margin: 0;
	min-height: 21px;
	padding: 5px 0 2px 2px;
	text-align: left;
	text-decoration: none;
	top: 0;
	}
#nav li.over ul li a:link {
	color: #0c0;
	}
#nav li.over ul li a:visited {
	color: #0c0;
	}
#nav li.over ul li a:hover {
	background: #e6ffcc;
	color: #0c0;
	}
#nav li.over ul li a:active {
	background: #e6ffcc;
	color: #0c0;
	}
p#bc {
	background: #fff;
	clear: both;
	color: #999;
	height: 12px;
	margin: 0;
	padding: 2px 2px 6px 0;
	text-align: left;
	}
p#bc a {
	text-decoration: none;
	}

/* BANNER IMAGES and ABOUT TEXT
----------------------------------------------*/
#banner {
	background: #fff;
	border-top: solid 4px #fff;
	float: left;
	margin: 0;
	padding: 0;
	width: 749px;
	}
#about {
	background: #f6f6f6;
	border: solid 4px #39c;
	color: #666;
	float: left;
	height: 192px;
	margin: 4px 0 0 8px;
	padding: 0;
	width: 222px;
	}
#about p {
	font-size: 11px;
	line-height: 155%;
	margin: 4px 4px 0 4px;
	}
#about strong {
	font-size: 1em;
	}

/* MAIN STRUCTURE: secondary navigation (left column)
----------------------------------------------*/
#leftCol {
	background: #e6ffbf;
	border-top: solid 5px #fff;
	color: #666;
	float: left;
	height: 456px;
	margin: 0;
	padding: 0;
	width: 230px;
	}
#leftCol ul {
	border-top: solid 4px #0a0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 230px;
	}
#leftCol li {
	border-bottom: dotted 1px #0a0;
	margin: 0;
    padding: 0 6px 0 0;
	text-align: right;
	width: 224px;
	}
#leftCol li.last {
	border: none;
	}
#leftCol li.cat {
	margin-top: 2px;
	padding: 6px 0 0 0;
	text-indent: 12px;
	}
#leftCol li.cat strong {
	display: block;
	margin-bottom: 6px;
	}
#leftCol li.current ul {
	margin-left: -24px;
    }
#leftCol li.cat li.current ul {
	margin-left: 0;
    }
#leftCol li a {
	background: url(http://www.daratech.com/i/laquo.gif) no-repeat right 8px;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 14px 6px 0;
	width: 210px;
	\width: 224px;
	w\idth: 210px; /* box-model hack for IE5.x */
	}
#leftCol li.current {
	background: #fff;
	}
#leftCol li.current a {
	background: url(http://www.daratech.com/i/raquo.gif) no-repeat right 8px;
	}
#leftCol li a:link {
	color: #0a0;
	}
#leftCol li a:visited {
	color: #0a0;
	}
#leftCol li a:hover {
	color: #0a0;
	}
#leftCol li a:active {
	color: #0a0;
	}
#leftCol li.current li a {
	background: none;
	}
#leftCol li li {
	border-bottom: none;
	margin: 0;
	padding-left: 24px;
	text-indent: 0;
	}
#leftCol li li a:link {
	color: #3cc;
	}
#leftCol li li a:visited {
	color: #3cc;
	}
#leftCol li li a:hover {
	color: #399;
	}
#leftCol li li a:active {
	color: #3c9;
	}
#leftCol ul li ul {
	border: none;
	margin: 0 0 10px 0;
	}
#leftCol ul li ul li a {
	margin: 0 14px 0 0;
	padding: 0;
	}

/* MAIN STRUCTURE: main content (center column)
----------------------------------------------*/
#centerCol {
	float: left;
	margin: 0;
	padding: 0 7px 0 7px;
	width: 513px;
	\width: 499px;
	w\idth: 513px;
	}
#centerCol h2 {
	font-size: 1.2em;
	margin: auto 10px 0 0;
	}
#centerCol p {
	line-height: 140%;
	margin: 0 0 10px 0;
	}

/* MAIN STRUCTURE: tertiary navigation (right column)
----------------------------------------------*/
#rightCol {
	clear: right;
	float: left;
	height: auto;
	margin: 0;
	min-height: 600px;
	padding: 0;
	width: 230px;
	}
#rightCol a {
	text-decoration: none;
	}
#rightCol h2 {
	border-top: solid 4px #09c;
	color: #09c;
	margin-left: 0;
	margin-bottom: 3px;
	text-transform: uppercase;
	}
#rightCol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#rightCol li {
	border-top: dotted 1px #ccc;
	margin: 0 0 4px 0;
	padding: 0 2px 4px 0;
	}
#rightCol li li {
	border: none;
	margin-left: 10px;
	}
#rightCol li ul {
	margin: 0;
	}
#rightCol #conferences, #rightCol #research {
	width: 230px;
	}
#rightCol #conferences li, #rightCol #research li {
	margin: 0 0 4px 0;
	padding: 0 2px 4px 2px;
	}
#rightCol #conferences ul, #rightCol #research ul {
	margin: 0;
	}

/* FOOTER
----------------------------------------*/
#footer {
	background: #fff;
	bottom: 0;
	clear: both;
	height: 70px;
	margin-top: 10px;
	padding-top: 8px;
	width: 988px;
	}
#footer p {
	margin: 0;
	}

/* CONTACT FORM (not implemented)
----------------------------------------*/
#contact {
	background: #e6ffcc;
	border: solid 1px #0c0;
	left: 830px;
	overflow: hidden;
	padding: 4px;
	position: absolute;
	top: 109px;
	}

/* SITEMAP
----------------------------------------*/
#sitemap {
	background: #eee;
	border-top: solid 6px #fff;
	border-right: solid 6px #fff;
	border-left: solid 6px #fff;
	height: 294px;
	margin: -300px auto 0 -6px;
	position: absolute;
	top: 0;
	width: 988px;
	}
#sitemap a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
#sitemap h2 {
	color: #39c;
	text-align: center;
	}
#sitemap p {
	bottom: 12px;
	clear: both;
	margin: 0;
	position: absolute;
	text-align: right;
	width: 940px;
	}
#sitemap ul {
	background: #f6f6f6;
	border: solid 6px #ddd;
	float: left;
	height: 100px;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	width: 200px;
	}
#sitemap ul:hover {
	background: #e6ffbf;
	}
#sitemap ul li {
	color: #39c;
	font-weight: bold;
	margin: 0 0 0 4px;
	padding: 0;
	}
#sitemap ul li ul {
	background: transparent;
	border: none;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
	}
#sitemap ul li ul li {
	font-weight: normal;
	margin: 0;
	}
#sitemap div.wshim {
	height: 112px;
	margin: 6px auto 0 54px;
	padding: 0;
	width: 900px;
	}
#sitemap div.tshim {
	height: 112px;
	margin: 10px auto 0 165px;
	width: 668px;
	}

/* WARNING (appears at top of page)
----------------------------------------*/
#warning {
	background: #ff6;
	border-top: solid 6px #fff;
	color: #f00;
	margin: 0;
	padding: 2px 0;
	}
#warning p {
	font-style: italic;
	margin: 4px 6px;
	padding: 0;
	}
