@import "domtab.css";


body, #body { 
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background:url(images/header_bg.jpg) #3e81b6 repeat-x;
	}
	
content, #content {
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px 15px 15px 15px;
	border:0px;
	background:url(images/container_bg.gif) repeat-y;
	}

restrictor, #restrictor {
	width:600px;
	}

header, #header {
	width:900px;
        height:145px;
        #height:155px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px 0px 0px 0px;
	border:0px;
	}

footer, #footer {
	width:900px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px 15px 15px 15px;
	border:0px;
	background:url(images/footer_bg.jpg) no-repeat;
	}

subfooter, #subfooter {
	width:900px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0 0 0 0;
	color:#ffffff;
	border:0px;
	}

content-mid, #content-mid {
	border:0px;
	padding: 6px 6px 6px 6px;
	margin: 0px 60px 0px 30px;
	}


	
		
		h1 {
 			font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			 font-style: normal;
			 color: #0D306a;
			 font-size: 28px;
			 font-weight: bold;
			 margin-bottom: 20px;
		}

		h2 {
 			font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			 font-style: #0D306a normal;
			 font-size: 22px;
			 color: #0D306a;
			 font-weight: bold;
			 margin-bottom: 14px;
		}
		
		p {
 			font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			 font-size: 13px;
			 font-weight: normal;
			 margin-bottom: 14px;
		}

		li, ul {
 			font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			 font-size: 12px;
			 font-weight: normal;
			 margin-bottom: 11px;
		}


content-right, #content-right {
			width: 365px;
			border: 0px;
			float: right;
	margin: 0 20px 0 0;
		}

spacervert {height: 500px;}

#boxer, boxer {
width: 600px;
border: 1px solid #4a708e;
padding: 20px 20px 20px 20px;
#padding: 20px 20px 20px 20px;
background: #ececec;
}

		
#subhead, span.subhead {
 			font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			 font-style: #0D306a normal;
			 font-size: 20px;
			 color: #0D306a;
			 font-weight: bold;
			 margin-bottom: 14px;
		}

a:link, a:visited, a {
	color: #0099cc;
}

a:hover {
	background: #0099cc;
	color: #ffffff;
}

		


ul {
  list-style-position: inside;
  margin : 0px 0px 12px 10px;
}

li {
  margin : 0px 0px 12px 10px;
  list-style-position: inside;
}




.formfield,
p.formfield {
 margin: 4px 4px 4px 0px;
 #margin: 4px 4px 4px 0px;
 width: 300px;
 border: 1px solid #9d9d9d;
 caption: 05. form field text - normal;
 padding: 4px 4px 4px 4px;
 #padding: 4px 4px 4px 4px;
}

.formfield2,
p.formfield2 {
 margin: 4px 4px 4px 0px;
 #margin: 4px 4px 4px 0px;
 width: 300px;
 height: 100px;
 border: 1px solid #9d9d9d;
 caption: 05. form field text - normal;
 padding: 4px 4px 4px 4px;
 #padding: 4px 4px 4px 4px;
}



.button {

			display:block;
			color:#e4eaed;
			background: #0D306a;
 			padding: 4px 4px 4px 4px;
 			#padding: 4px 4px 4px 4px;
 			margin: 4px 4px 4px 4px;
			 #margin: 4px 4px 4px 4px;
 			width: 300px;
 			border: 1px solid #9d9d9d;
			font-weight:bold;
}




/* tooltip hover style */



#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #9d9d9d;
padding: 5px;
background: #e5e5e5 url(images/tooltip_bg.gif);
visibility: hidden;
z-index: 100;
font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 12px;
font-weight: normal;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=122);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

