﻿body
{
}

h2
{
	font-size: 1.25em;
	color: #CC6600;
	border-color: #CC6600;
	border-bottom-style: solid;
}


h3
{
	font-size: 1em;
}
/* common rules */
.clear
{
	clear:both;
}

/* Layout Rules */

#contentWrapper
{
	width: 951px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	padding: 0 16px;
}

#contentWrapper .mainContent
{
	margin: 0px 8px 0px 0px;
	float: left;
	width: 640px;
}

#contentWrapper .sideContent
{
	margin: 0px 8px 0px 0px;
	float:right;
	width: 280px;

}


/* Header */
#header {
	width: 951px;
	margin: 0 auto;
	position: relative;
}
#headerCap
{	
	border-color: #CC6600;
	border-bottom-style: solid;

}
/* Logo */
#logo {
	float: left;
	height: 132px;
	width: 638px;
	background: url('images/dfu-seal.png') no-repeat left top;
}


#logo span {
	display: none;
	float: right;
	float: left;
	height: 132px;
	width: 235px;
	
}

#logo h1
{
	float: left;
	margin-left: 120px;
	margin-top: 56px;
	font-size: 1.5em;
	color: #CC6600;
}


/* Login Area */
#loginArea {
	position: absolute;
	float: left;
	right: 0;
	top: 15px;
}

/* Register Form */
#register
{
	border-style: solid;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}

/* Dynamic Buttons */

/* buttons */
.btn-24-hc
{
	float: left;
	clear: both;
	background: url('images/btn-24px-a.png') no-repeat;
	padding: 0 0 0 6px;
	margin: 4px 0;
	background-color: #FF9900;
}
.btn-24-hc a
{
	float: left;
	height: 24px;
	background: url('images/btn-24px-b.png') repeat-x left top;
	line-height: 24px;
	padding: 0 6px;
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
}
.btn-24-hc span
{
	background: url('images/btn-24px-c.png') no-repeat;
	float: left;
	width: 6px;
	height: 24px;
}


