body { 
margin: 2px 2px 10px 2px;  
}


body, p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 0px;
	}
a {color:#666600;}
a:hover { color: #669900; }
a:visited {color:#666600;}

h1, h2, h3, h4, h5 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	line-height: 1.6em; 
	font-weight: bold;
	color: #177B2F;
	margin: 0;
}

h1 {
	font-size: 16px;
	color: #177B2F;
}

h2 {
	font-size: 14px;
	color: #177B2F;
}

h3 { 
	font-size: 12px; 
}

h4 { 
	font-size: 11px; 
}

h5 { 
	font-size: 10px; 
}

ul {
	margin-top: 0;
	list-style-type: square;
}

img {
	border: none;
}


#content {
	text-align: left;
	padding: 0 10px 25px 20px;

	}
	

	
#contenth1 h1{
	color: #AA6633;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 0 0;
	}

.imageright, span.imageright a {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
	position: relative;
	}
	
.imageleft {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	position: relative;
	}	

.SpaceAdd {
	margin-top: 1em;
}
/* IE Fix */
.spaceadd {
	margin-top: 1.5em; 
}   

.SpaceDrop {
	margin-top: -1em;
}
/* IE Fix */
.spacedrop {
	margin-top: -1.5em; 
} 

.colorblue {
	color: #003366;
}
.red {
	color: #003366;
}



/* ------------------------ */

blockquote {
	margin-left: 20px;
	margin-right: 10px;
}

.body_text_01 ul {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 12px;
	list-style-image: url(../../devmilner/css/images/bullet_01.gif);
	}

.image_left_01 {  
	 padding-left: 15px;
	 margin-top: 15px;
	 margin-bottom: 15px;
	 }

.body_text_01 {  font-family: "Verdana", Arial, Helvetica, san-serif;
     font-size: 12px; 
     font-style: normal; 
     line-height: 14px;
	 text-align: left;
	 color: #333333;
	 padding-left: 40px;
	 padding-right: 10px;
	 list-style-image: url(../../devmilner/css/images/bullet_01.gif);}
	 
.body_text_01 strong { color: #666666;}

.bottom_nav_01 {  
	font-family: "Verdana", Arial, Helvetica, san-serif;
    font-size: 11px; 
    padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
    line-height: 14px;
	text-align: left;
	color: #333333;
	}
	
.bottom_nav_01 a { color: #0099CC; text-decoration: underline;}
.bottom_nav_01 a:visited { color: #0099CC; text-decoration: underline;}
.bottom_nav_01 a:hover { color: #999999; text-decoration: underline;}

.nav_left a { color: #364332; } /* Set Anchor Text Color */
.nav_left a:visited { color: #364332; } /* Set Anchor Visited Text Color */

.nav_left ul {
	margin: 50;
	padding: 50;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	border-bottom: 1px solid #646464 inherit;
	}

.nav_left ul li {
	font: bold 10px tahoma;
	position: relative;
	}
	
.nav_left li ul {
	position: absolute;
	left: 99px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.nav_left ul li a {
	display: block;
	text-decoration: none;
	background: #F4F1A4; /* IE6 Bug */
	padding: 3px;
	border: 0.5px solid #646464;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html .nav_left ul li { float: left; height: 1%; }
* html .nav_left ul li a { height: 1%; }
/* End */

.nav_left ul li a:hover { color: #364332; background: #F0EEC7; text-decoration: none;} /* Hover Styles */
.nav_left li ul li a { padding: 3px 5px; } /* Sub Menu Styles */		
.nav_left li:hover ul, .nav_left li.over ul { display: block; } /* The magic */



.formleft {
	float: left;
	width: 185px;
	text-align:right;
}
.formright {
	float: right;

	width: 350px;	
}
	/* ----------------------------------- */

	
	
table.TableBorder {
	border-width: 1px;
	border-color: #B5CBD5;
	border-collapse: collapse;
}
table.TableBorder th {
	border-width: 1px;
	border-style: inset;
	border-color: #B5CBD5;
	background-color: #ECEFF3;
}
table.TableBorder td {
	border-width: 1px;
	border-style: inset;
	border-color: #B5CBD5;
}
