body {
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
	color:#000;
	background:#fff;
	font-size:9pt;
}


h1 { color: #003333; margin:0; padding:10px 0; font-size:16pt; }
h1#title { font-size:14pt; }

h3 { 
	font-size:12pt;
	padding:5px;
	background:#eee;
	margin:0 0 10px 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	height:32px;
	line-height:32px;
	text-indent:42px;
	color: #CC6600;
}
h3 small { display:block; width:200px; float:right; text-align:right; margin-top:-32px; font-size:8pt; }
h3.overview { background:url(/dw/images/overview_icon.gif) top left no-repeat #eee; } 
h3.geogrpahic_focus { background:url(/dw/images/geographic_focus_icon.gif) top left no-repeat #eee; }	
h3.learn_more { background:url(/dw/images/learn_more_icon.gif) top left no-repeat #eee; }	
h3.categorizing { background:url(/dw/images/categorizing_icon.gif) top left no-repeat #eee; }	
h3.search { background:url(/dw/images/search_icon.gif) top left no-repeat #eee; }	
h3.tools { background:url(/dw/images/tools_icon.gif) top left no-repeat #eee; }	

a:link, a:visited { color:#033; text-decoration: none; font-weight:bold; }
a:hover { text-decoration: underline; }

a.registered { color: #008283; }

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

ul li { margin:0; padding:0; line-height:1.5em; }


            
form { position:relative; margin:0; width:100%;}
form h3 { background:#ddd; color:#033; padding:3px; border-top:none; margin:0; }
form fieldset { clear:both; border:none; margin:5px 5px 0 5px; padding:5px 0 0 0; border-top:1px solid #ccc; line-height:14pt; }
form label { display:block; width:100px; padding-right:10px; float:left; text-align:right; }
form p { padding:0 10px; }
form h4 { margin:0 0 5px 0; padding:2px 7px; color:#CC6600; background:#eee; overflow:auto; }
form h4 a { color:#008283; }

table th { text-align:right; padding-right: 10px; width:120px;}


.col1 { width:475px; padding-right:25px;}
.col2 { width:475px; padding-left:25px;}

#container {
	width:960px;
	margin:0 auto 0 auto;
	border-left: 1px solid lightgray; border-right: 1px solid lightgray; border-bottom: 1px solid lightgray;
}

#header {
	background:#008283;
	height:40px;
}

#menubar {
	margin:0;
	height:20px;
	padding:5px;
	background:#eee;
	border-bottom:1px solid #066;
}

#menubar li {
	display:inline;
}

#menubar li a {
	line-height:20px;
	font-size:10pt;
	display:block;
	float:left;
	padding:0 20px 0 0;
	letter-spacing:1px;
}

/* changed from 450 to 250 */
#menubar li.loginbox {
  display:block;
  width:450px;
  float:right;
}


/* formerly: block */
#menubar li.loginbox span {
  display:block;
  width:250px;
  float:left;
  text-align:right;
  line-height:20px;
}

/* formerly: inline-block */
#menubar li a.auth {
    display:inline-block;
    padding-left:20px;
    padding-right:0;
    float:none;
    font-size:10pt;
    color:#00f;
}


#menubar li a.login {
	padding-left:20px;
	background:#CC6600;
	color:#fff;
	text-transform:uppercase;
	font-size:10pt;
	float:right;
}

#menubar li a.login2 {
    padding-left:20px;
    background:#646D7E;
    color:#fff;
    text-transform:uppercase;
    font-size:10pt;
    float:right;
}


#menubar li a:hover {
        color:#CC6600;
}


#menubar li a.login:hover {
	text-decoration:none;
	background:#008283;
}

#content { 
	clear:both;
	padding:0px;
}

#content2 {
    clear:both;
    padding:0 10px;
    background:url(../images/content_bg.gif) top left repeat-x #fff;
}
#content3 {
    clear:both;
    padding:0 10px;
}

.divider { background:url(/dw/images/line.gif) 50% 5px no-repeat; }
.login { background:url(/dw/images/line.gif) 50% 25px no-repeat; }

#footer,#footer2 { 
	clear:both;
	border-top:25px solid #fff;
}

#footer2 {
    border-top:0px solid #fff;
}


#footer p, #footer2 p {
	padding:10px;
	font-size:9pt;
	text-align:center;
	border-top:1px solid #066;
	background:#eee;
	color:#fff;
	margin:0;
}

#footer a,#footer2 a {
	color:#CC6600;
	font-weight:normal;
}


/* mesages, warning and errors */

.error, .msg {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.error {
    color: #FF0000;
    font-size: 10px;
}

.msg {
    color:#006699;
    font-size: 13.5px;
}

div.info_msg, div.error_msg {
    margin-bottom: 1.5em;
    padding: 0.5em;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
}


div.info_msg {
  background-color: #eee;
  border-color: #777;
  color: #777;
  background: #eee;
}




