html {
    background:url(../images/slicerep.gif) 50% 0;
}
body {
    background:url(../images/bg1.jpg) repeat-x 50% 0;
    font-family:"Times",serif;
}
#custom-doc { 
    width:46.54em;
    *width:45.42em;
    min-width:605px; 
    margin:auto; 
    text-align:left; 
}

#logo {
    margin:0;
    padding:0;
    width:604px;
    height:294px;
    background:url(../images/head.jpg);
}

#logo a {
    width:150px;
    height:0px;
    padding-top:135px;
    display:block;
    overflow:hidden;
    position:absolute;
    top:45px;
    left:160px;
    margin:0;
}



#hd {
	position:relative;
    height:294px;
    padding:0;
    margin:0;
}

#bd {
    position:relative;
    background:url(../images/bd.jpg) no-repeat 0px 43px;
}

#bdhd {
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    height:43px;
    width:605px;
    background:url(../images/bdhd.jpg);
}

#leftcol {
    float:left;
    width:200px;
    position:relative;
    z-index:2;
    margin-left:50px;
    _margin-left:25px;
    color:#fff9dd;
}

#rightcol {
    padding-top:40px;
    position:relative;
    z-index:2;
    float:right;
    width:285px;
    margin-right:43px;
    _margin-right:22px;
}

#rightcol {
    color:#43270e;
}

#ft {
    position:relative;
    height:200px;
    background:url(../images/ft.gif) no-repeat;
}

#ft #oicbrand {
    position:absolute;
    width:100%;
    text-align:center;
    bottom:10px;
    
}

#ft a {
    color:#7b2d17;
}

#leftcol a {
    color:#ff7d45;
    text-decoration:none;
}

#leftcol a:hover {
    text-decoration:underline;
}

#rightcol a {
    color:#3f5934;
    text-decoration:none;
}

#rightcol a:hover {
    text-decoration:underline;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}

#leftcol h1 {
    margin:0;
    margin-top:3px;
    margin-left:20px;
    font-weight:normal;
    font-size:180%;
}

h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
#rightcol h1,#rightcol h2,#rightcol h3,#rightcol h4,#rightcol h5,#rightcol h6 {
	/*bringing boldness back to headers and the strong element*/
    color:#aa2f1d;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
img {
	border:none;
}

