/* CSS Document */
/* text-align center aligns entire page to center for IE */

body {
	font-family: arial, helvetica, geneva, sans-serif; 
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 4;
background: url(../images/mkg_diamonds_1.gif) repeat #99CCCC; 
	}		

/* standard link styles */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000099;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0066cc;
	}
	
a:hover { 
	text-decoration: underline; 
	color: #000099;
	}

a:active { 
	text-decoration: underline; 
	color: #000099;
	}
	


#navbar a:link    {font-size: 12px; color: #ffffff ; text-decoration: none; }
#navbar a:visited {font-size: 12px;  color: #ffffff ; text-decoration: none;}
#navbar a:hover   {font-size: 12px;  color: #ffffff ; text-decoration: underline;}
#navbar a:active  {font-size: 12px;  color: #ffffff ; text-decoration: underline;}

h1 {
font-size: 24px;
line-height: 1.2;
letter-spacing: -.5px;
font-weight: bold;
font-style: italic;
margin-left: 10px;
margin-top: 10px;
}

h2 {
font-size: 20px;
color: #000066;
line-height: 1.2;
font-weight: bold;
font-style: italic;
margin-left: 10px;
}

h3 {
font-size: 14px;
line-height: 1.2;
font-weight: bold;
margin-left: 10px;
margin-bottom: -10px;
padding: 5px;
background: #7EBEBE;
}

p {
font-size: 12px;
line-height: 1.3;
margin-left: 15px;
}

p.large {
font-size: 15px;
font-weight: normal;
line-height: 1.3;
margin-left: 15px;
}

p.footer {
margin-top: 15px;
margin-bottom: 10px;
padding-top: 5px;
border-top: 1px dotted #003399;
font-size: 11px;
line-height: 1.5;
text-align: center;
}

li {
font-size: 12px;
line-height: 1.2;
margin-bottom: 8px;
text-indent: 0px;
} 

#NavBar ul {
		list-style: none;
		padding: 0;
		text-indent: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
		margin-left: 15px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 10px;
		font-size: 12px;
		line-height: 15px;
		}

#NavBar li, #NavBar-gen li {
		list-style-image: none;
		list-style-type: none;
		margin-right: 10px;
		margin-bottom: 5px;
		padding-bottom: 10px;
		}
		
.highlight {
margin-left: 10px;
background: #C2E0E0;
padding: 10px;
border: 1px solid #003399;
font-size: 12px;
line-height: 1.3;
margin-bottom: 25px;
}

hr {
padding-top: 0px;
padding-bottom: 0px;
margin-left: 15px;
border-left: 0px;
border-right: 0px;
border-top:0px;
height: 5px;
border-bottom: solid 5px #7EBEBE;
}