/* CSS for dklawoffice - by Ann T. Comey - 09/16/2007 */

/* Body text  */
body {
	background-color: #D8D8D8;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #333333;
}

/* Orange Headings  */
.orange_heading {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #CC6600; 
 }

/* Regular links throughout the site  */
a:link 		{
		color: #00035F; 
		text-decoration: underline;
}
a:visited 	{
		color: #00035F; 
		text-decoration: underline;
}
a:hover 	{
		color: #FF9933; 
		text-decoration: none;
}
a:active 	{
		color: #FF9933; 
		text-decoration: underline;
}

/* Left navigational links  */
/* a. has to be in the order as listed below */
a.left_nav:link    {
		color: #00035F; 
		text-decoration: underline;
}
a.left_nav:visited {
		color: #00035F; 
		text-decoration: underline;
}
a.left_nav:hover   {
		color: #CC6600; text-decoration: 
		none; font-weight: 800
}
a.left_nav:active  {
		color: #00035F; 
		text-decoration: underline;
} 

/* Left navigational header links  */
left_nav_header    {
		font-family: Arial; 
		font-size: small; 
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal;
		text-align: left; 
		color: #000000; 
		text-decoration: underline;
}
a.left_nav_header:link  {
		font-family: Arial; 
		font-size: small; 
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal;
		text-align: left; 
		color: #000000; 
		text-decoration: underline;
}
a.left_nav_header:visited {
		font-family: Arial; 
		font-size: small; 
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal;
		text-align: left; 
		color: #000000; 
		text-decoration: underline;
}
a.left_nav_header:hover   {
		font-family: Arial; 
		font-size: small; 
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal;
		text-align: left; 
		color: #CC6600; 
		text-decoration: underline; 
		font-weight: 800
}
a.left_nav_header:active  {
		font-family: Arial; 
		font-size: small; 
		font-style: normal; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal;
		text-align: left; 
		color: #000000; 
		text-decoration: underline;
} 

/* line that goes between menu and main body text area  */
.border-gray {
	border-right: 1px solid #CCCCCC;
}

/* Cell padding so that text doesn't touch right-hand margin  */
.cellpad_rt {
	padding-right:10px;}

dt {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #333333; 
}

/* Headings font  */
.header_section {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

/* Unordered list decoration  */
ul.square {
	list-style-type: square
	}
/* Unordered list sub-list decoration  */
ul.disc {
	list-style-type: disc
	}

/* Footer font size  */
.footer {
	font-family: Tahoma;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

