html {
    background:url(../images/hdrep.jpg) repeat-x #E4EBCA 50% 0;
    min-height:100%;
}

body {
    background:url(../images/hd.jpg) no-repeat 50% 0;
    margin:0;
    min-height:100%;
    font-family:Georgia,serif;
    color:#252525;
}

body.home {
    background:url(../images/hdhome.jpg) no-repeat 50% 0;
}

a {
    color:#003292;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

#doc3 {
    margin:0;
}

#hd {
    height:307px;
}

.home #hd {
    height:482px;
}

#hd .hdcontent {
    width:950px;
    margin:0 auto;
    position:relative;
    z-index:3;
}

#hd h1#logo {
    margin:0;
    position:absolute;
    left:391px;
    top:48px;
    z-index:2;
}

#bd {

}

#bd .bdcontent {
    width:950px;
    margin:0 auto;
    background:url(../images/rightcol.png) repeat-y 100% 0;
    position:relative;
}

#bd .fullbdcontent {
    width:950px;
    margin:0 auto;    
    position:relative;
}


.home #bd .bdcontent {
    background:none;
}

#leftcol {
    float:left;
    width:600px;
}

#fullbodycol {
    float:left;
    width:950px;
}

#rightcol {
    float:right;
    width:317px;
    margin-left:0px;
    background:url(../images/rctop.jpg) no-repeat;
}

#rightcol .rccontent {
    margin:0 0 0 20px;
    width:278px;
}

#chips {
    position:absolute;
    right:-2px;
    top:263px;
    z-index:1;
}



#ft {
    background:#570008 url(../images/ft.png) repeat-x;
    position:relative;
}

.crinfo {
    padding:50px 0 10px 60px;
    color:#fff;
    float:left;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}

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;
	color:#90000d;
	font-family:Georgia,"Times",serif;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
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*/
	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;
}

.bodycopy {
    padding-top:6px;
    color:#333333;
}


/****************  OIC Footer  ***********************/

#oicinfo {
    position:absolute;
    right:0px;
    top:10px;
    color:#fff;
    padding:50px;
}

#oicinfo a {
    color:#f68102;
    text-decoration:none;
}

#oicinfo a strong {
    padding:10px 0 10px 38px;
    background:url(../images/oic-logo.gif) no-repeat 0 50%;
}

#oicinfo a strong em {
    margin:0 0px;
    color:#fff;
}

.hide-me {
     display:none;
}



