/** BASIC */

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

table
{
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
	color: #990000;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #663300;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 700px;
	height: 80px;
	margin: 0px auto;
	background: #FF9900 url(images/dkcp.jpg) no-repeat center;
}

#header p {
position: relative;
top: 68px;
color: #990000;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 43px 10px 0px 0px;
	background: url(images/img01.gif) no-repeat left top;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 43px 10px 0px 0px;
	background: url(images/img02.gif) no-repeat right top;
}

#title {
	width: 700px;
	height: 20px;
	margin: 0px auto;
	background: #FF9900;
}

#title h3 {
	text-align: center;
	margin: 0px;
}

/** MENU */

#menu {
	width: 700px;
	height: 30px;
	margin: 0px auto;
	background: url(images/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0px auto;
	background: url(images/img04.gif) repeat-y left top;
}

#content input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h3{
	text-align: center;
}

#columnA {
	padding: 5px 20px;
}

#columnAA {
	float: left;
	width: 100px;
	padding: 5px 20px;
	border: thin dashed #FF0000;
}

#columnAB {
	float: right;
	width: 425px;
	padding: 5px 20px;
	border: thin dashed #FF0000;
}

#linetitle {
	background: url(images/dot.gif) repeat-x left bottom;
	color: #990000;
}

#warning {
	width: 500px;
	height: 15px;
	margin: 0px auto;
	color: #FF0000;
	background: #FFFF00;
}

/** FOOTER */

#footer {
	width: 700px;
	margin: 0px auto;
	text-align: center;
	background: #FF9900 url(images/img05.gif) no-repeat left bottom;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	background: url(images/img06.gif) no-repeat right bottom;
	font-size: smaller;
}