@charset "UTF-8";

body {
	background-color: #CCC;
	background-image: url(../imgs/bodoni-26-pattern.jpg);
	background-repeat: repeat;
	text-align: center;
}

#white-panel {
	background-color: #FFF;
	height: 100%;
	width: 720px;
	bottom: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5%;
	position: relative;
	border: 1px solid #999;
	margin-top: 30px;
	padding-top: 0px;
}

#white-panel #intro-box {
	padding-top: 0px;
	width: 720px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#intro-box .bottom-margin { margin-bottom: 20px; }

#content-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#content-box .table-pad-right {
	border-collapse: collapse;
	border-spacing: 1px;
	voice-family: "\"}\" ";
	voice-family: inherit;
	margin-top: 20px;
	vertical-align: top;
	margin-left: 60px;
}

#content-box .table-pad-right td {
	padding-right: 15px;
	background-position: top;
	vertical-align: top;
}

#content-box h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

#content-box h2,
#content-box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content-box p,
#content-box ol,
#content-box ul,
#content-box h4
 {
	font-size: 0.7em;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

#content-box h4 { color: #099; 	
}

#content-box ul, 
#content-box ol  {
	margin-left: 12px;
	padding-left: 12px; }

#content-box ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 0.18em;
}

#content-box a {
	color: #099;
	text-decoration: none;
	padding-bottom: 1px;
}

#content-box a:link { color: #099; }

#content-box a:visited { color: #099; }

#content-box a:hover {
	color: #F00;
	border-bottom: 1px #F00 solid;
}

#content-box a:active {color: #F00;
border-bottom: 1px #F00 solid; }
#content-box .footnote {
	font-size: 9px;
	padding-top: 5px;
	line-height: 16px;
}

body#popup {
	text-align: center;
	margin: 15px;
	background-image: url(patterns/45-x-45-Greys-Dark-Trans.gif);
	background-repeat: repeat;
	background-color: #999;
	}
	
body#popup img {
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #BBB;
	border-bottom-color: #DDD;
	border-left-color: #777;
}

.color-dk-grey { 
	color: #666; 
	}
#content-box  .l-margin-110 {
	margin-left: 110px;
	}

hr {
	border: none;
	background-color: #CCC;
	color: #CCC;
	height: 1px;
	width: 100%; 
	}
