
body
{
	margin: 0 ;
	padding: 0;
	background: #D8DFDF;
   min-width: 1000px;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   height:100%;
}

#header {
	margin: 0;
   background: white url('../images/clouds.jpg') repeat-x;
   height: 90px;
}

#logo {
  background: url('../images/clouddclogo.jpg') no-repeat;
  width: 720px;
  height: 90px;
}
#logo h1{
  height: 90px;
  text-indent: -10000px;
}

#userinfo
{
   float:right;
   margin-top: 45px;
   margin-right: 25px;
   text-align:right;
   font-weight:bold;
}
#userinfo a {font-weight:normal;}
#userinfo a:link {color: black;}
#userinfo a:visited {color: black;}
#userinfo a:hover {color: #283876}
#userinfo a:active {color: #d5f211}

/* hmenu begin*/
div#hmenu {
	margin: 0;
	padding: 0;
	background: #283876;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
   padding-left: 5px;
}
div#hmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1px;
}
div#hmenu li {
   width: 135px;
   float:left;
   margin-top: 6px;
   border: 1px;
	border-color: #f5f5f5;
	border-style: outset;
	border-top:0px;
}
div#hmenu li:hover a{
	background: #d5f211;
	color: black;
}
div#hmenu li.current {
	background-color: #f5f5f5 !important;
   text-decoration: underline;
   color:  black;
   font-weight: bold;
	border: 1px 1px 0px 1px;
	border-color: #f5f5f5;
	border-style: outset;
	border-bottom: 1px solid #f5f5f5;;
}
div#hmenu li.current a {
   background-color: #f5f5f5 !important;
   color:  black;
}
div#hmenu li a {
	display: block;
	color:  white;
	padding: 3px 3px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
}
.dsbox
{
   float:left;
   display:inline;
   margin-bottom:0px;
   margin-top:5px;
   margin-right:10px;
}
/* hmenu end*/

#toolbar {
   clear:both;
   background: #f5f5f5 ;
   margin: 0;
   padding-left: 10px;
}

#container
{
   position:relative;
   margin: 0px auto;
   padding:0;
   background: #fff;
   line-height: 130%;
}

#footer
{
   padding: .5em;
   color: #333;
   text-align: center;
   font-size: 0.95em;
   border-top: 1px solid gray;
}

div#footer ul
{
   padding: 0;
   margin: 0;
   list-style-type: none;
}

div#footer li
{
   display: inline;
   margin-right: 0em;
}

.copyright
{
   font-size: 0.9em;
}

h1,h2,h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #994D00;
	margin: 0;
	padding: 0.35em 0;
}
h1 {font-size: 1.1em}
h2 {font-size: 1em;}
h3 {font-size: 1em; color: black; font-weight: bold;}

a:link {color: #283876}
a:visited {color: #283876}
a:hover {color: #9a842e}
a:active {color: #d5f211}

#messages
{
   margin: 0;
   padding-left: 10px;
   color: red;
}

.tips {
font-size: 0.9em;
color: gray;
}

.visible {
  visibility:visible;
}

.invisible {
  visibility:hidden;
}

.hidden{
   display:none;
}

.show{
   display:inline;
}

#announce
{
   color: green;
   border: thin dotted green;
   margin-top: 10px;
   padding: 4px;
   line-height: 1.4em;
}
.attention
{
   font-size: 0.8em;
   color: red;
}