html {
    background:#fef9c5;
    min-height:100%;
    *overflow-x:hidden;
}

body {
    text-align:center;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    padding-bottom:30px;
    font-size:14px;
    line-height:18px;
    color:#363636;
}

#doc {
    text-align:left;
    margin:0 auto;
    width:845px;
    background: url(../images/doc.gif) repeat-y ;
}

#hd, #bd, #ft {
    position:relative;
}

/****************  head  ***********************/
#hd {
    background: url(../images/hd.gif) no-repeat;
    height:265px;
    z-index:3;
}

.internal #hd {
    height:295px;
}

.internal-nsn #hd {
    height:265px;
}

#logo {
    position:absolute;
    top:65px;
    left:230px;
}

/****************  body  ***********************/
#bd {
    z-index:2;
    padding:5px 24px 5px 22px;
    border-bottom:1px solid #cfe68e;
    padding-bottom:15px;
}

#centercol {
    float:left;
    width:535px;
    margin-left:20px;
}

#rightcol {
    float:right;
    width:160px;
    margin-right:40px;
}

#leftcol {
    float:left;
    width:160px;
    margin-left:40px;
}


.pop #centercol {
    float:left;
    width:575px;
    margin:0;
}

.pop #rightcol {
    float:right;
    width:200px;
    margin:0;
}

.pop #leftcol {
    float:left;
    width:200px;
    margin:0;
}

.leftcol #centercol {
    float:right;
    width:575px;
    margin-bottom:20px;
}


#ft {
    z-index:1;
    clear:both;
    background:#FEF9C5;
    padding:10px 0;
}

#ft .bodycopy{
    font-size:12px;
}

/****************  row  ***********************/
.row .right {
    float:right;
    width:33%;
}

.row .left {
    float:left;
    width:66%;
}


.row2 h2 {
    margin:0;
}

.row2 {
    width:720px;
    margin:10px 0;
    margin-left:40px;
}

.row2 .bodycopy {
    padding-left:20px;
}

/****************  brown row  ***********************/

.fbg {
    background:url(../images/fbg.gif) repeat-x #fffde6;
    border:1px solid #e2e2e1;
    font-size:12px;
    clear:both;
    float:left;
    width:100%;
    margin:15px 0;
}

.fbg .box {
    float:left;
    width:30%;
    margin:12px 0 14px 14px;
    _margin-left:7px;
    padding-right:12px;
    border-right:1px solid #e8e6d7;
    color:#542a06;
}
.fbg .box.last {
    padding:0;
    margin-right:0;
    border:0;
}
.fbg .box h2 {
    color:#542a06;
    margin:0;
    font-weight:none;
}

.fbg .box .bodycopy {
    color:#542a06;
    margin:0;
}

/****************  link styles  ***********************/

a {
    color:#6CA919;
    text-decoration:none;
}

a:hover,
a:focus {
    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%;  
    color:#559043;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
#rightcol h2 {
    margin-bottom:0;
}

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 {
/*  color:#559043;*/
/*  text-shadow:.5px .5px 1px #777; */
    font-family:Arial, sans-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;
}


.bodycopy ul {
    margin-top:0;
}




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;
}
img {
	border:none;
}

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

#oicinfo {
    text-align:center;
    color:#494949;
    font-size:80%;
    padding-right:80px;
    margin-top:50px;
}

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

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

#oicinfo a strong em {
    display:inline-block;
    margin:0 0px;
    color:#494949;
}

/****************  padding  ***********************/

.containermodule.two-column {
    margin:0 40px;
}


/**************** search  ***********************/
.search-results .searched_for{
	display:block;
	padding:5px;

	border-bottom:1px dotted #999;
	margin:0 0 15px 0;
}
.search-results .item {
	padding:5px;
	margin: 0 0 10px 0;
	border-bottom:1px dotted #999;
}

.search-results .item .summary {
	color:#888;
}

