@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.6em;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #E38F73;
}
#wrapper {
	position: relative;
	width: 960px;
	height: auto;
	margin: 25px auto;
}
#logo {
	position: relative;
	width: 100%;
	background: url(images/dts-logo.png);
	background-repeat: no-repeat;
	height:130px;
	padding: 10px 0 0 0;
}

#abstract {
	position: absolute;
	top: 0px;
	right: 0px;
}
#logo h1 {
	text-align: right;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom:0;
}
#topborder {
	width: 100%;
	height: 30px;
	background:url(images/border-top.png);
}
#mainpage {
	width: 100%;
	background: url(images/contentbackground.png);
}
#headerimage {
    width: 900px;
	min-height: 200px;
	margin: 0 0 20px 30px;
	background: none;
	position: relative;
}

#headerimage h1 {
	margin: 0;
	font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
	color: white;
	line-height: 65px;
	text-align: center;
	padding: 30px 15px 0 0;
	font-size: 65px;
	text-shadow: 3px 3px 5px black;
}
#headerimage h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-style:italic;
	text-align: right;
	padding: 170px 15px 0 0;
	font-size: 30px;
	text-shadow: 3px 3px 5px black;

}
#navbar {
	width: 900px;
	margin:auto;
	height: 35px;
	background: url(images/navbarbg.gif) no-repeat;
}
#content {
	margin: 0 0 0 275px;
	padding: 15px 0px 30px 15px;
	width: 635px;
}
#sidebar {
	width: 230px;
	padding: 15px 15px 30px 30px;
	float: left;
	clear: left;
}
#anchor {
	clear:both;
}
#bottomborder {
	width: 100%;
	height: 30px;
	background: url(images/border-bottom.png);
}
#footer {
	text-align:center;
	font-size: 10px;
	color: #000000;
	line-height: 1.2em;
	font-weight: normal;
	padding: 20px;
}
a:hover {
	color: #993300;
}
a:active {
	color: #993300;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-style: italic;
}
a:visited {
	color: #990000;
}
a img {
	border:none;
}
h1 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #003399;
	vertical-align: baseline;
	line-height: 18px;
}
h2 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #003399;
}

.coloraccent {color: #003399;
	font-weight: bold;
	margin: 0;
}


#sidebar img {
	padding: 0 0 20px 0;
}

#sponsors img {
	padding: 5px;
}

#regform input[type="text"] {
	width: 100%;	
}

.bottomborder {
	border-bottom: 1px solid grey;
}

