body
{
	background-color: #FFF;
	font-family: univers, helvetica, arial, verdana, sans-serif;
	margin: 0;
	text-align: center;
	min-width: 760px;
	background-image: url(/_graphics/ui/border.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper
{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 760px;
	height: 300px;
	float: left;
	clear: both;
	display: block;
	background-image: url(/_graphics/ui/header.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
#header h1
{
	text-indent: -1999px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#header h1 a
{
	display: block;
	width: 100%;
	height: 270px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	background-image: url(/_graphics/ui/DigiForms_logo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#header h1 a:hover
{
	text-decoration: none;
	background-color: transparent;
}
#content
{
	width: 380px;
	float: left;
	display: block;
	padding: 50px;
}

#sidebar
{
	width: 180px;
	float: left;
	display: block;
	padding: 50px;
}

#footer
{
	float: left;
	clear: both;
	display: block;
	width: 760px;
	border-top: #666 1px dotted;
	border-bottom: #666 1px dotted;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#nav
{
	float: left;
	clear: both;
	display: block;
	width: 760px;
	height: 30px;
	border-top: #666 1px dotted;
	border-bottom: #666 1px dotted;
}
#header #nav
{
	border: 0;
	background-color: #5A86B3;
}
#header #nav-links a:link, #header #nav-links a:visited, #header #nav-links a:active, #header #nav-links a:hover { background-color: transparent; 	color: #FFF;
}
#header #nav-links li { float: right; }
#header #nav-links li#log-in { float: left; }

#nav-links, #nav-links ul
{
	/* all lists */
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
	text-align: center;
	text-transform: inherit;
	font-family: verdana, univers, helvetica, arial, sans-serif;
}

#nav-links a:link, #nav-links a:visited, #nav-links a:active, #nav-links a:hover
{
	display: block;
	width: 152px;
	color: #666;
	text-decoration: none;
	background-color: #FFF;
}

#nav-links a:hover { color: #999; }
#nav-links li { float: left; }

h1
{
	color: #87001F;
	font-size: 1.4em;
	font-weight: normal;
}

h2
{
	color: #87001F;
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol, dl, address, label
{
	color: #666;
	font-size: 0.8em;
	line-height: 1.3em;
	font-style: normal;
}
label, input { display: block; }
ul ul, ol ol {font-size: 1em;}
dt
{
	margin-left: 0;
	margin-top: 3em;
	font-weight: bold;
}

dd { margin-left: 1em; }
a:link, a:visited, a:hover, a:active { color: #666; }

a:hover
{
	color: #FFF;
	background-color: #666;
}
