/*Main css*/
html,body {
	height: 100%;
	background: url() #FFF repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	margin: 0;
	padding: 0;
	background-color: #26393d;

}
#container {
	/*margin: 1em auto;*/
	text-align: left;
	width:700px;
}
#top {
	width:700px;
	height:152px;
	background:url(dsp_banner_04.jpg) no-repeat;
}
#middle {
	width:700px;
	background:url(middle2.jpg);
	text-align:left;
	border-top-color: #FFFAE4;
	border-right-color: #FFFAE4;
	border-bottom-color: #FFFAE4;
	border-left-color: #FFFAE4;
}
#bottom {
	width:700px;
	height:72px;
	background:url(bottom.jpg) no-repeat;
}
/*design-specific tweaks*/
 #content { width:550px; padding-left:20px; }
#content_test { width:355px; padding-left:20px; } 
#content_right { margin-right: 250px; border-left: 1px solid gray; padding: 1em; max-width: 36em; }

#menu {
    top: 107px;
	padding-top:152px;
	}

#leftcontent{
position: absolute;
left: 550px;
width: 320px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#rightcontent{
	position: relative;
	height: 100%;
width: 320px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #fffae4;
	left: 350px;
	top: 347px;
}
.innertube{
margin: 25px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
width:
; 	position: relative;
}
#footer { padding-top:28px; padding-left:270px; color:#333333; }
ul {
	position: relative;
	width: 700px;
	background: url(bg_nav.gif) no-repeat;
	height: 26px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*ul {
	position: relative;
	width: 700px;
	background: url(bg_nav.gif) no-repeat;
	height: 26px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}*/

li#bu1 a, li#bu2 a, li#bu3 a, li#bu4 a {
	position: absolute;
	width: 280px;
	height: 16px;
	bottom: 0;
	text-decoration: none;
}
LI.list1 {
	list-style: circle outside;
	color:#26393d;
	border: 10;
	border-top-color: #FFFAE4;
	border-right-color: #FFFAE4;
	border-bottom-color: #FFFAE4;
	border-left-color: #FFFAE4;
} 

/* adjusted values for IE6 */
* html*li#bu1 a, * html*li#bu2 a, * html*li#bu3 a, * html*li#bu4 a { bottom: 6px; }

li#bu1 a { left: 34px; }
li#bu2 a { left: 188px;}
li#bu3 a { left:  289px;}
li#bu4 a { left: 386px; background: url(/hover_01.gif) 0 0 no-repeat; }

li#bu2 a:hover, li#bu3 a:hover, li#bu4 a:hover { background-position: 0 -32px; }


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*extra pretties*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #003333;
  text-decoration: underline;
}
a:link, a:visited, a:active {
  color: #40627c;
  text-decoration: none;
}
a:active {
  color: #26393d;
  text-decoration: none;
}

a:hover {
  color: #d0a825;
  text-decoration: underline;
}
h1 {
	color: #516376;
	font-weight: bold;
	font-size: 1.8em;
	position: fixed;
}

h2 {
  color: #516376;
  font-weight: normal;
  font-size: 17px;
}

h3 {
  color: #516376;
  font-weight: bold;
  font-size: 15px;
}
.code { font-family:"Courier New", Courier, monospace; color:#006699; background-color:#dadada; padding:2px; }
.code2 { font-family:"Courier New", Courier, monospace; color:#009900; background-color:#dadada; padding:2px; }
form 	{
margin : 0;
padding : 0;
}

fieldset {
margin : 20px;
padding : 1em;
border : 1px solid #40627c;
}

	fieldset div br {
	display : none;
	}

/* Style the legend, labels and the div containing the submit button. */

legend {
font-weight : bold;
color : #333;
margin : 0;
padding : 0.5em;
}

label {
display : block;
}

#fm-submit {
clear : both;
padding-top : 1em;
text-align : center;
}

fieldset div {
margin : 0;
padding : 0;
}

	fieldset div.fm-optional {
	display : block;
	}

	fieldset div input {
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
	
	fieldset div select {
	font-family : "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size : 100%;
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	right: inherit;
	}
						
	fieldset div label:before {
	content: "* ";
	}

		fieldset div.fm-optional label:before {
		content: "";
		}
	
/* Optional fields. */

.fm-optional input {
border : 1px solid #ccc;
}
