
/* Set universal margin and padding to 0 */
* {
	margin: 0; padding: 0;
}

/* TAGs =========================================================== */

body {
	font: 80%/1.5em 'Lucida Grande', 'Lucida Sans Unicode', verdana, lucida, sans-serif;
	background: url(bg.png) repeat-x top;
	color:#3A3A36;
	text-align: center; /* Centers page for IE5/Win */
}
strong {
	/* background-color:#eed; */
	color:#48483D;
}
a:link, a:visited {
	color: #980000;
	background: url(hr_small.gif) repeat-x bottom center;
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:active {
	color: #980000;
	background: none;
	background-color:#fff;
}
ul {
	list-style-type: none;
}
ul li {
	font-size: inherit;
}
hr {
	display: none;
}
table {
	width: auto;
}
th {
	font: bold 95% Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-variant:small-caps;
	letter-spacing: .05em;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	padding: 0 5px;
}
td {
	font-size:90%;
	padding: 2px 5px;
	background: url(hr_light.gif) repeat-x bottom;
}
th.hr, td.hr {
	border-left: 1px solid #222;
}
acronym, abbr {
	text-transform: uppercase; 
	border-bottom:none;
	letter-spacing:.1em;
}
blockquote {
	margin: 0 0 15px 25px;
	background: url(open_quote.png) no-repeat 0 4px; /* PNG with Alpha for nice browsers */
}
* html blockquote {
	background: url(open_quote.gif) no-repeat 0 4px; /* GIF for IE */
}

/* Classes ============================================================ */

.aright {
	text-align: right;
}
.acenter {
	text-align: center;
}
.note {
	font: 85% Georgia, "Times New Roman", Times, serif !important;
	color: #6A6A62;
	margin-top: 5px !important;
}

/* Header --------------------------------------------------------- */

#emblemContainer {
	position: absolute;
	width: 100%;
	text-align: center; /* Centers content for IE/Win 5.x */
}
#emblem {
	margin: 0 auto;
	margin-top: 10px;
}
#header {
	width: 100%;
	height: 58px;
	background: url(header_bg.gif) repeat-x center;
}
#subheader {
	width: 100%;
	height: 15px;
	background: url(hr_header.gif) repeat-x center;
}

/* Hack for IE/Win \*/
* html #subheader {
	margin-top: -2px;
}

/* Container ------------------------------------------------------ */

#container {
	margin: 0 auto;
	text-align: left;
	width: 700px;
	padding-top: 60px;
}

/* Body ----------------------------------------------------------- */

#body {
	width: 425px;
	float: left;
	padding: 0 25px 0 0;
	background: url(dotted_bg.gif) repeat-y top right;
}
#body h1, h2, h3 {
	font-family: 'Lucida Bright', 'Lucida Serif', 'Lucida Fax', Georgia, serif;
	color:#222;
}
#body h1 {
	font-size: 164%;
	line-height: 1.2em;
	text-align: justify;
	letter-spacing: -.02em;
	margin-left: 25px;
}
#body h2 {
	font-size: 145%;
	margin: 30px 0 10px 25px;
	padding-bottom: 2px;
}
#body p, #body ul {
	margin: 10px 0 10px 25px;
}
#body ul li {
	font-size: inherit;
	padding: 0 0 6px 12px;
	background: url(bullet_big.gif) no-repeat 0 5px;
}
#body blockquote p {
	font-family: 'Lucida Bright', 'Lucida Serif', 'Lucida Fax', Georgia, serif;
	font-style: italic;
	margin:0 0 0 25px;
	overflow:hidden;
}
#body blockquote p .quoteSource {
	display: block;
	font-style: normal;
	font-weight:bold;
	color: #2A5625;
	float:right;
	margin:5px 0 5px;
}
#body .hr1 {
	height: 9px;
	margin: 20px 0 20px 25px;
	background: url(hr_big.gif) repeat-x center;
}
#body .hr2 {
	height: 1px;
	margin: 20px 0 20px 25px;
	background: url(hr_small.gif) repeat-x center;
}

/* InfoColumn ----------------------------------------------------- */

#infoColumn {
	width: 200px;
	padding-right: 25px;
	float: right;
}
/* Hack for IE/Win \*/
* html #infoColumn {
  width: 197px;
}
#infoColumn h2 {
	font-size: 145%;
	margin: 30px 0 15px;
}
#infoColumn p, #infocolumn ul {
	font-size: 90%;
	margin: 10px 0;
}
#infoColumn ul li {
	font-size: 90%;
	padding-left: 8px;
	background: url(bullet_small.gif) no-repeat 0 5px;
}
#infoColumn #imgContainer {
	background: url(oloo_container.gif) no-repeat;	
	height: 195px;
	width: 195px;
}
#infoColumn img {
	margin: 8px;
	height: 179px;
	width: 179px;
}
#infoColumn .hr2 {
	height: 1px;
	margin: 20px 0;
	background: url(hr_small.gif) repeat-x center;
}
.info {
	text-indent:20px;
	background: transparent url(icon_info.png) no-repeat 0 3px;
}
.credentials {
	text-indent:20px;
	background: transparent url(icon_credentials.png) no-repeat 0 3px;
}
.global {
	text-indent:20px;
	background: transparent url(icon_globe.png) no-repeat 0 3px;
}


/* Footer --------------------------------------------------------- */

#footer {
	background: url(hr_footer.gif) repeat-x bottom center;
	padding: 35px 0 0;
	clear: both;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #6B6B51;
}
#footer p {
	background: url(hr_light.gif) repeat-x top center;
	margin: 0 auto;
	width: 650px;
	padding: 10px 0 25px;
	color: #9C9C7A;
	clear: both;
	font-size: 75%;
	text-align: left;
}
