body {
	margin: 0;
	padding: 0;
	font-family: 'Georgia', Georgia, 'Times New Roman', times, serif;
	color: #000000;
	position: relative;
	background: url(http://www.opusfund.org/img/bg.gif) repeat-y top center #f2f2f2;
	}

/* Normal links */
a:link, a:visited {
	color: #8a1d04;
	 }

a:hover, a:visited:hover {
	color: #aeaeae; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/* Abbreviations */	
abbr { border-bottom: 1px dotted #900; cursor: help; }

*:focus { outline: none }

/*------------------HEADING--------------------*/

h1 {
	margin: 16px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	color: #b80e1f; }

h1 span { color: #666;font-size:0.5em;vertical-align:0.2em }

h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #390; }

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height:15px;
	color: #000; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #390; }
	
h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #069;
	}

h5 span {
	display: block;
	color: #333;
	font-size: 0.8em;
	font-weight: normal; }

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #600; }

/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em; }

/*/*/a{}
body p {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; }
  
html>body p { font-size: small; }
/* */

p.oldbrowsers {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #c00; }

blockquote {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px;
	font-size:11px;
	line-height:17px;
	color: #666; }
	
	
/*------------------FORMS----------------*/

input.txt, textarea.txt {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333; }

select {
	font-size: 11px; }

form {
	display: block;
	margin: 0px;
	padding: 0px; }
	

/*--------------MISCELLANEOUS----------------*/

img { border: none; }
hr { display: none; }

/* Outer bounding box for all pages */
#Frame {
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0;
	width: 950px; 
	background: none;
	}

#Logo {
	position: relative;
	margin:0;
	padding:0px 0px 0px 0;
	height: 122px;

	}
#Logo a {
	position: absolute;
	padding:0px 0px 0px 0;
	top: 0px;
	left: 0px;
	width: 379px;
	height: 122px;
	}

#Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:link:hover, #Logo a:visited:hover {
	background-color: transparent;
	color: transparent;
	}

#Logo a span, #Logo span { display: none; }


/*--------------SUB NAVIGATION----------------*/
#navigation {
	float: left;
	width: 920px;
	height: 20px;
	margin: 10px 0 15px 0px;
	padding: 10px 0 4px 30px;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	border-top: 3px solid #A0CAED;
	border-bottom: 3px solid #A0CAED;
	}
	
#navigation li {
	display: inline;
	margin: 0;
	padding-top: 0px;
	list-style: none;
	position:relative;
	padding: 0 50px 0 0;
	top: 0;
	}

#navigation li.last {
	padding: 0 0px 0 0;
	}
	
#navigation li, #navigation a {
	height: 20px;
	}
	
#BodyText #navigation a:link, #BodyText #navigation a:visited { color: #4A7F91; text-decoration: none; padding: 2px 4px 2px 4px;}
#BodyText #navigation a:hover, #BodyText #navigation a:visited:hover { color: #4A7F91;text-decoration: none; background: #E8F2F9; padding: 2px 4px 2px 4px;}

#BodyText #navigation a.selected:link, #BodyText #navigation a.selected:visited { color: #14394C; text-decoration:  none;}
#BodyText #navigation a.selected:hover, #BodyText #navigation a.selected:visited:hover { color: #14394C;text-decoration: none; }

/*---------------LAYOUT BOXES----------------------*/

#Content {
	margin: 0px 0 0 0;
	padding: 20px 0 0 0;
	text-align: left;
	width: 950px;
	background: #ffffff;
 }

#MainCol {
	margin: 0;
	float: left;
	text-align: left;
	padding: 0 40px 0px 10px;
	width: 640px;
}

#MainColMission {
	margin: 15px 0 30px 20px;
	text-indent: -9999px;
	background: url(http://www.opusfund.org/img/opusfund_mission.gif) no-repeat top left;
	height: 136px;
	width: 605px;
}

#MainColSecondary {
	margin: 0;
	float: left;
	text-align: left;
	padding: 15px 40px 0px 30px;
	width: 620px;
}

#SubCol {
	margin: 0;
	float: left;
	text-align: left;
	padding: 20px 10px 5px 20px;
	width: 230px;
	background: #F4F4F4;
	border-top: 3px solid #A0CAED;
}

.MainColSection {
float: left;
	border-top: 3px solid #A0CAED;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding: 15px 20px 0px 20px;
	margin: 0 0 20px 0;
}

#GladysBoxHome {
float: left;
width: 498px;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding: 15px 0px 0px 130px;
background: url(http://www.opusfund.org/img/gladys_bg.jpg) no-repeat top left #e6f4ff;
}
#GladysBox {
float: left;
width: 500px;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding: 15px 0px 0px 100px;
background: url(http://www.opusfund.org/img/gladys_bg.jpg) no-repeat top left #e6f4ff;
}

.GladysBoxLeft {
float: left;
width: 240px;
padding: 0 0 0 0px;
}

.GladysBoxRight {
float: left;
padding: 0px 0 0 0;
width: 245px;
}

.BuyNowButton {
padding: 4px 7px 4px 7px;
border: 1px solid #A0CAED;
background: #6189aa;
}

#PulmonaryHypertensionTitle{
	text-indent: -9999px;
	background: url(http://www.opusfund.org/img/whatispulmonaryhypertension_title.gif) no-repeat top left;
	height: 27px;
	width: 394px;
}

#AboutUsTitle{
	text-indent: -9999px;
	background: url(http://www.opusfund.org/img/aboutus_title.gif) no-repeat top left;
	height: 27px;
	width: 107px;
}

#OurMissionTitle{
	text-indent: -9999px;
	background: url(http://www.opusfund.org/img/ourmission_title.gif) no-repeat top left;
	height: 27px;
	width: 138px;
}

#SupportUsTitle{
	text-indent: -9999px;
	background: url(http://www.opusfund.org/img/supportusdonate_title.gif) no-repeat top left;
	height: 27px;
	width: 237px;
}

/*------------MISCELLANEOUS-----------------------*/

.searchfield {
border: 1px solid #a9a69f;
height: 18px;
top: 0px;
}

.sectiontitle{
margin: 0px 0 20px 0px;
padding: 0;
}

#BodyText{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #231D1A;
}
#BodyText img{
	padding: 0px;
}
#BodyText p {
	padding: 0px 0px 3px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	color: #4D4D4D; }

#BodyText .MainColSection p {
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	color: #4D4D4D; }


#BodyText #GladysBox p, #BodyText #GladysBoxHome p  {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333333; }

#BodyText #GladysBox p.smalltext, #BodyText #GladysBoxHome p.smalltext  {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #333333; }
	
#BodyText p.RightLink {
	text-align: right;
	padding: 0px 15px 3px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 23px;
	background: url(http://www.opusfund.org/img/arrow_right.gif) top right no-repeat;
	color: #4D4D4D; }

#BodyText #SubCol p {
	padding: 0px 0px 18px 0px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #4D4D4D; }

#BodyText #SubCol p.smalltext {
	padding: 0px 0px 18px 0px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #4D4D4D; }

#BodyText td p {
	padding: 10px 0px 0px 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	color: #231D1A; }

	
#BodyText h6 {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #434343; }

#BodyText h4{
	padding: 0px 0px 0px 0px; 
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 19px;
	color: #ffffff; }

#BodyText td h4{
	padding: 10px 0px 0px 5px; 
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
	color: #ffffff; }
	
#BodyText h3 {
	padding: 0px 0px 9px 0px; 
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #000000; }

#BodyText h2 {
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	font-style: italic;
	color: #231D1A; }
	
#BodyText h1 {
	padding: 0px 0px 10px 0px;
	margin: 0;
	font-size:14px;
	line-height: 17px;
	font-weight: bold;
	color: #231D1A; }
	
#BodyText a:link, #BodyText a:visited { color: #25536E; text-decoration:  none;}
#BodyText a:hover, #BodyText a:visited:hover { color: #25536E;text-decoration: underline; }

#BodyText  a.BuyNowButton:link, #BodyText  a.BuyNowButton:visited { color: #ffffff; text-decoration:  none;}
#BodyText  a.BuyNowButton:hover, #BodyText  a.BuyNowButton:visited:hover { color: #ffffff;text-decoration: underline; }

#BodyText .RightLink a:link, #BodyText .RightLink a:visited { color: #25536E; text-decoration:  none;}
#BodyText .RightLink a:hover, #BodyText .RightLink a:visited:hover { color: #25536E;text-decoration: underline; }



/*-------------- Copyright Footer -----------------*/
#Copyright {
	margin: 0px 0px 20px 0px;
	padding: 40px 20px 0px 0px;
	text-align: right;
}
#Copyright h5 {
	margin: 0px 0px 0 0;
	padding: 0px 0 0 0;
	border-bottom: none;
	color: #231D1A;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	}
	
#Copyright a:link, #Copyright a:visited { color: #231D1A; text-decoration: none;}
#Copyright a:hover, #Copyright a:visited:hover { color: #231D1A;text-decoration: underline; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

/* Hide warning from newer browsers */
.oldbrowsers { display: none; }

td.nowrap {
	white-space: nowrap;
	}