/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{ margin:0;padding:0;}
table{ border-collapse:collapse;border-spacing:0;}
fieldset,img{ border:0;}
ol,ul,li{ list-style-position:inside;}
ul{ list-style-type:disc }
ol{ list-style-type:upper-roman }
li{ line-height: 1.3em }
a img{ border:0;}

/* Generic Styling */
a{ color: #0091D1; font-weight:bold; text-decoration:underline}
a:hover{ color:#dd4744;}

body{ color:#000; font-size:small; font-family:Tahoma, "MS Tahoma", Arial; background: white url(./images/background.png) repeat;}

h1,h2,h3,h4,h5,h6,p,ul,ol,table
{
	margin-top: 15px;
}

p 
{
	margin-top: 15px;
	margin-bottom: 15px;
}

h1
{
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
}
h2
{
	color: #D8010A;
	font-size: 1.4em;
	font-weight: bold;
}

h3
{
	color: #D8010A;
	font-size: 1.2em;
	font-family:Arial;
	/*color: #D8010A;*/
	color: #E66800;
	color:black;
	font-weight:bold;
}
h4
{
	color:#000;
	font-size: 1.1em;
	font-family:Arial;	
	font-weight:bold;
}
li, p, td
{
	font-size: 1.1em;
}

li, p
{
	line-height: 1.5em
}

form ul
{
	list-style-type: none;
}

code
{
	background-color: #FFF6BF; 
	border: 2px solid #FFD324; 
	color: #514721; 
	margin-left:15px;
	margin-right:15px;
	padding: 0.8em; 
	display:block;
	margin-top: 20px;
	margin-bottom: 20px;

}

ul.checklist { color:#000000;  margin-right: 30px; list-style-type:none; padding-left:0px; margin-left:0px }
ul.checklist li { background: url(./images/checkmark_small.png) left top no-repeat; padding-left:45px; margin-bottom:15px }

#left_column h1
{
	font-family: Arial; 
	font-weight:bold; 
	height:30px; 
	line-height:30px;  
	width:592px; 
	margin-left:16px; 
	background-color:#F7F7E8; 
	color:#000; 
	padding:4px; 
	font-weight:bold;
}
#left_column h2
{
	font-family: Arial; 
	font-size:1.5em; 
	font-weight:bold; 
	width:610px;  
	margin-left:40px; 
	margin-bottom:10px;	
	clear:left; background-color:#F58121; color:#FFF; padding:4px; font-weight:bold;
}

/* STANDARD LM CSS ELEMENTS */
	
table tr.row1 { background-color:#F8F8E9;  }
table tr.row2 { background-color:#FFF }

table td, table th { padding:8px 12px 8px 12px; text-align:left; }

.required { color:red }

	
