/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container
{
	width: 100%;
	margin: 0px auto;
	color: #333;
	line-height: 130%;
	background-color: #ffffff;
}

#top
{
	padding: 0px;
	background-color: #ddd;
	background-image: url(assets/images/DG_background.jpg);
	background-repeat: repeat-x;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
	float: left;
	width: 180px;
	margin: 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.leftnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	text-transform: lowercase;
}



/* begin Win IE 3pixel hack \*/


/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #leftnav {
  margin-right: 10px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

/* End Win IE 3pixel hack \*/



#rightnav
{
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#content
{
	margin-left: 200px;
	border-left: 1px dashed gray;
	margin-right: 200px;
	border-right: 1px dashed gray;
	padding: 1em;
	max-width: 36em;
	line-height: 1.4em;
}

/* keep superscript and subscript text from breaking the line-spacing */

#content sup {
    font-size: 85%;
    vertical-align: baseline;
    position: relative;
    bottom: 0.53em;
}
#content sub {
    font-size: 85%;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}


/* The negative top-margin in #footer is an IE hack */

#footer
{s
	clear: both;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-image: url(assets/images/DG_background_topdown.jpg);
	background-color: #ddd;
	margin-top: -17px;
	background-repeat: repeat-x;
}



#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #339933;
	text-decoration: none;
}

a:hover {
	color: #006699;
}

/* overrides decoration from previous rule for hovered links */




h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/* keep superscript and subscript text from breaking the line-spacing */

sup {
    font-size: 85%;
    vertical-align: baseline;
    position: relative;
    bottom: 0.53em;
}

sub {
    font-size: 85%;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform: lowercase;
}

/* some classes for forms */


.fieldlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.typein {
	font-family: "Courier New", Courier, monospace;
	color: #339933;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px;
	border-color: #999999;
 	border-style: dashed;
        }		

.submitbutt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #339933;
	background-color: #FFFFFF;
	border: 1px;
	border-color: #999999;
	border-style: dashed;
	padding: 2px;
	outline: none;
        }		



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
