#hd {
    position:relative;
    height:140px;
    z-index:3;
    background:url(../images/top-stripe.gif) repeat-x 0 100%;
    margin-bottom:15px;
}

#logo {
    margin:0;
    z-index:1;
    position:absolute;
    width:323px;
    height:87px;
    overflow:hidden;
    left:0;
    top:10px;
    text-indent:-999px;
    background:url(../images/logo.gif) no-repeat;
}
#logo a {
    display:block;
    height:100%;
}

#hd div.text.single {
    position:absolute;
    right:0;
    top:40px;
    text-align:right;
}

#hd div.text.single .bodycopy {
    font-size:24px;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    color:#0d40ab;
}

#hd div.text.single .bodycopy a {
    color:#eb7b44;
    text-decoration:none;
}

#hd div.text.single .module-actions {
    position:absolute;
    right:-50px;
}

#ft {
    border-top:1px solid #333;
    background:url(../images/ft.gif) repeat-x 0 100%;
    padding-top:10px;
    padding-bottom:75px;
}

.containermodule.three-column {
    border-bottom:3px solid #000;
    margin-bottom:10px;
}

.containermodule.two-column {
    border-bottom:3px solid #000;
    margin-bottom:10px;
}

.sponsors {
    padding-left:240px;
}

a {
    color:#e44b00;
}

/*
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%;  
}
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:0 0 1em 0;
	color:#ff7d00;
}
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;
}
img {
	border:none;
}

/****************  general custom styles  ***********************/

#leftcol .module {
    border:1px solid #607094;
    margin-bottom:10px;
}

#leftcol .module h2 {
    padding:5px;
    color:#fff;
    background:#e3722b;
    margin-bottom:5px;
}

#leftcol .module input.text,
#leftcol .module input.password {
    width:210px;
}

/****************  form styles  ***********************/

.control input.text,
.control input.password {
    -moz-border-radius:5px;
    background:none;
}

.control input.button {
    border-left-color:#FFAB6C;
    border-top-color:#FFAB6C;
}

/****************  iframe  ***********************/

iframe {
    border:2px solid #999;
}

/****************  gallery  ***********************/

.photoalbum.slideshow .yui-sldshw-displayer {
    margin-bottom:14px;
}



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

#oicinfo {
    clear: both;
    text-align: center;
    color:#a5a5a5;
    padding-right: 20px;
    position: relative;
    top: 10px;
}

#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%;
    color:#f68102;
}

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




