/* CSS Document */
/*
Text-Light #EFE7DE
Text-Dark #2C2A23
Background #612D56
Blue #8585A3
Green #839580
Orange #838C66
Gold #C5A756
Red #471919

****** HEADER ******
Dk Gray #2C2A23
Med Gray #58544B
Lt Gray	#BDBBB6
Almost White  #EEECE7
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	height: 100%; /*IMPORTANT*/
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2C2A23;
	background-color:#BDBBB6;		
}

html, body #myTable{
	height: 100%;
}
h1{font-size:16px; font-weight:bold; font-family:"Times New Roman", Times, serif;}
h2{font-size:14px; font-weight:bold; font-family:"Times New Roman", Times, serif;}

a{color:#2C2A23; text-decoration:none;}
a:hover{color:#58544B;}

.boldtext{font-weight:bold;}

#divider{clear:both; border-bottom: #BDBBB6  1px dashed; margin:10px 0;}
#divider_2{clear:both; border-bottom: #BDBBB6  1px solid; margin:5px 0;}

#myTable{
	background-image:url(images/blog_background.jpg);
	margin: 0px auto;
	width: 800px;
	height: 100%;
}

#wrapper{margin: 0 25px;}

#daHead{background-color:#FFFFFF;}
#daContent{margin:20px 20px 20px 20px; float:left; width:500px;}
#daNav{margin:20px 20px 20px 20px; float:left; width:170px;}
	#daNav ul{margin:5px 0;}
	#daNav li{margin:0 0 5px 20px;}
#daFoot{margin:20px 45px; text-align:center; width:490px;}	