/* CSS Document */
/* Created on: 1/19/2006 */

/* Layout */
body {
background-color: #7D7DBF;
}

#content {
height: 100%;
width: 600px;
margin: 0px;
margin-left: auto;
margin-right: auto;
border: 1px solid #666;
padding: 0px;
overflow: visible;
background-color: #eee;
}

#header {
height: 50px;
width: 100%;
padding: 0px;
padding-top: 2px;
background-color: #3a3d81;
margin: 0px;
}

#navigation {
height: 16px;
width: 100%;
border-top: 1px solid;
padding: 0px;
margin: 0px;
background-color: #3a3d81;
border-color: #ff6600;
}

#main {
height: 100%;
padding: 0px;
margin: 0px;
background: #eee url(../img/shadow.png) repeat-x top right !important;
background: #eee url(../img/shadow.gif) repeat-x top right;	

}

#gutter{
height: 17px;
width: 100%;
padding: 0px;
margin: 0px;
background-color: #3a3d81;
clear: both;
}
/* End Layout */

/* Menu       */
#menu {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#menu li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: left;
font-size: 0.7em;
font-weight: bold;
color: #eee;
border-color: #3a3d81;
}

#menu a {
font-family: Arial, Helvetica, sans-serif;
display: block;
text-decoration: none;
border-top: 3px solid;
border-color: #3a3d81;
color: #fff;
}

#menu a:hover { 
border-color: #ff6600;
}


/* End Menu */

/* Other  */
img.link {
border: 0px;
}

input {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

input.none {
background-color: #eee;
border-style: none;
}

input.button {
background-color: #ff6600;
color: #fff;
font-weight: bold;
font-size: 0.7em;
}

select {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

textarea {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

/* End Other */

/* Text */
h1.title {
	margin: 0px;
	background: #3a3d81 url("../img/budgetwi.gif") top left no-repeat;
	height: 37px;
}
h1.title a {
text-decoration: none;
display: block;
}
h1.title span {
	display: none;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
text-decoration: underline;
font-weight: bold;
color: #3a3d81;
padding: 0px 0px 0px 2px;
}
p {
margin: 4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
}
p.heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
text-decoration: underline;
font-weight: bold;
}

p.sitemapheading {
background-color: #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
font-weight: bold;
}

p.disclaimer {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.6em;
color: #000;
font-style: italic;
}

p.fineprint {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.6em;
color: #eee;
padding: 0px;
margin: 0px;
float: right;
}

span.bold {
font-weight: bold;
color: #3a3d81;
}

a {
font-weight: bold;
text-decoration: none;
color: #3a3d81;
border: 0px;
}

a.fineprint {
font-weight: normal;
color: #eee;
margin: 0px;
}

a:hover {
text-decoration: underline;
}
/* End Text */

/* Image Map */
img.map {
border: none;
}

#dhtmltooltip{
position: absolute;
width: 185px;
border: 1px solid #ff6600;
padding: 2px;
background-color: #ff8533;
visibility: hidden;
z-index: 100;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
}

/* End Image Map */
