HTML, BODY  {
	font: 90%/23px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center; 
	color: #2e2e2e;
	background: #b6b6db url(http://ednahospital.org/graphics/bg.gif) center top repeat;
}
#container { 
	width: 980px;
	background: #FFF url(http://www.helpayaan.org/Edna-adan-maternity-hospital-hargeisa.jpg) center top no-repeat; 
	margin: 0 auto;
	border: 1px solid #000;
	text-align: center;
} 
#container h1	{
	margin: 0;
	padding: 0;
	font-size: 2em;
	line-height: 1.9em;
}
#container h3	{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.6em;
	font-style: italic;
}
.TabbedPanelsContent h3	{
	font-size: 115%;
	padding-top: 15px;
}
#container h1 a:link.headerShade, #container h1 a:visited.headerShade	{
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px;
	width: 360px;
	text-decoration: none;
	color: #009;
	background: url(http://ednahospital.org/graphics/whiteShadeLT.png);
	border: 1px solid #f3d00c;
	border-left-width: 0;
	border-right-width: 0;
}
#container h3 a:link.headerShade, #container h3 a:visited.headerShade	{
	display: block;
	float: right;
	width: 360px;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #009;
	background: url(http://ednahospital.org/graphics/whiteShadeLT.png);
	border: 1px solid #f3d00c;
	border-left-width: 0;
	border-right-width: 0;
}
#container h1 a:hover.headerShade, #container h3 a:hover.headerShade	{
	display: block;
	margin: 5px 5px 0 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #009;
	background: url(http://ednahospital.org/graphics/whiteShade.png);
	border: 1px solid #f3d00c;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 3px;
	border-bottom-width: 3px;
}
#container h1 a:active.headerShade, #container h3 a:active.headerShade	{
	display: block;
	margin: 5px 5px 0 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #009;
	background: url(http://ednahospital.org/graphics/whiteShade.png);
	border: 1px solid #f3d00c;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 3px;
	border-bottom-width: 3px;
}

a:active, a:focus {
	outline: 0;
}
a:link	{
	text-decoration: none;
	color: #0033CC;
}
a:visited	{
	text-decoration: none;
	color: #2200b3;
}
a:hover, a:active	{
	text-decoration: underline;
	color: #003399;
}

#nav	{
	width: 980px;
	padding: 0 4px;
	background-color: #009;
	font-size: 1.1em;
	height: 2em;
	margin: 220px 0 0;
	padding: 2px 0;
	text-align: center;
	border-top: 1px solid #2b2bb2;
}
#nav a:link, #nav a:visited	{
	text-decoration: none;
	color: #FFF;
	background: #009;
	border: 1px solid #009;
	border-right: 2px dotted #654837;
	padding: 4px 20px 2px;
	margin: 3px 5px;
	display: block;
	float: left;
	z-index: 3;
	line-height: 1.2em ;
}
#nav a:hover	{
	border: 1px outset #3b2112;
	border-right-width: 2px;
	background-color: #1b1bad;
	margin: 0 6px 4px 4px;
	height: 1.2em;
}
#nav a:active	{
	border: 1px inset #68412a;
	border-right-width: 2px;
	color: #FFF;
	background-color: #050574;
	margin: 2px 5px;
	height: 1.2em;
}
#navShadow	{
	width: 980px;
	height: 6px;
	background: #FFF url(http://ednahospital.org/graphics/nav_shadow.gif) repeat-x;
}

#sidebar {
	clear: left;
	float: left;
	width: 170px;
	background-image: url(http://ednahospital.org/graphics/column_bg.gif);
	padding: 15px 4px; 
	text-align: left;
}
#sidebar h3	{
	margin: 5px;
	padding: 0;
	font-size: 1.3em;
	font-variant: small-caps;
	color: #000;
}
#sidebar p	{
	font-size: 1em;
	line-height: 1.2em;
	margin: 5px;
}
#mainContent {
 	margin: 20px 0 0 200px; 
	border: 1px solid #fff;
	width: 770px;
	min-height: 660px;
	text-align: left;
	background-color: #FFF;
}
#mainContent p	{
	font-size: 1em;
}
#footer { 
	clear: both;
	padding: 0 10px;
	background:#b6b6db;
	background-image: url(http://www.ednahospital.org/graphics/button_hover.gif);
	background-repeat: repeat-x;
	height: 37px;
} 
#footer p {
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-variant: small-caps;
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt	{
float: right;
padding: 5px;
margin: 0 0 10px 10px;
}
.fltlt	{
float: left;
padding: 5px;
margin: 0 10px 10px 0;
}
.center	{
text-align: center;
margin: 10px;
}

.fltrt a:link img, .fltlt a:link img, .fltrt a:visited img, fltlt a:link img, .center a:link img, .center a:visited img 	{
	padding: 0 2px 2px 0;
}
.fltrt a:hover img, .fltlt a:hover img, .fltrt a:active img, .fltlt a:active img, .center a:hover img, .center a:active img 	{
	padding: 2px 0 0 2px;
}
.caption	{
padding: 3px 5px;
margin: 0 5px;
border: 1px solid #666;
text-align: left;
}

.smallcaps	{
font-variant: small-caps;
font-size: 105%;
}
a:link.button, a:visited.button	{
display: block;
height: 26px;
line-height: 26px;
border: 1px outset #009;
padding: 2px 5px;
margin: 10px 0;
text-align: center;
color: #000;
font-weight: bold;
text-decoration: none;
background-image: url(http://ednahospital.org/graphics/button_off.gif);
background-repeat: repeat-x;
}
a:hover.button 	{
border: 1px inset #009;
color: #FFF;
font-weight: bold;
text-decoration: none;
background-image: url(http://ednahospital.org/graphics/button_hover.gif);
background-repeat: repeat-x;
}
a:active.button	{
border: 1px inset #009;
font-weight: bold;
color: #FFF;
background-image: url(http://ednahospital.org/graphics/button_active.gif);
background-repeat: repeat-x;
}
.nobr	{
white-space: nowrap;
}
UL LI	{
list-style-type: square;
}
OL LI	{
list-style-type: upper-alpha;
}
OL LI UL LI	{
list-style-type: square;
}
#mainContent h2	{
font-size: 1.8em;
margin: 5px 0 10px;
color: #000;
}
#mainContent h3	{
font-size: 1.6em;
font-style: italic;
margin-top: 0;
color: #000;
}
#mainContent h4	{
font-style: italic;
font-size: 1.4em;
font-size: 14px;
margin-left: 5px;
text-align: center;
}

.box	{
padding: 7px;
border: 2px outset #DDD;
background: #d9d89f;
margin: 10px 0 10px 100px;
width: 300px;
}
.box h2	{
margin-top: 5px;
}
a:link#upd, a:visited#upd, a:hover#upd, a:active#upd	{
height: 40px;
width: 40px;
float: right;
margin: -75px 20px 0 0;
text-decoration: none;
border-width: 0;
display: block;
}
.preload	{
position: absolute;
top: -1000px;
height: 1px;
width: 1px;
overflow: hidden;
}
.boxMinor	{
padding: 5px;
border: 1px solid Gray;
width: 400px;
margin-left: 50px;
}
BLOCKQUOTE	{
margin: 5px;
padding: 5px;
border-right: 3px inset #6c6c6c;
border-left: 3px outset #6c6c6c;
font-weight: bold;
}
BLOCKQUOTE P	{
margin: 0;
padding: 0;
}


/*-----------------------------TIPJOY WIDGET -----------------*/




.tjbody{  /* this is the container around the entire widget */
	background:none;
	display:block;
	text-transform:capitalize;
	padding: 5px;
	margin: 10px;
	border: 1px solid #000;
	width: 475px;
}

.tjContent { /* this is the container just inside tjbody, contains all content */
	margin:5px auto;
	text-align:left;
	display:block;
}

.block1{ /* this is the 'give' block */
	display:block;
	margin-bottom:7px;
padding: 0 10px;
}

.block2{ /* this is the giver list block */
	margin-top:10px;
	display:block;
}
   
.tjp{ /*this is our paragraph tag */
	margin-top:2px;
	display:block;
	font-size:80%;
	font-weight:normal;
}

.tjemphasis{ /* used to give various elements emphasis */
	font-weight:bold;
}

.tjtitle{  /* the title field is for your custom message.*/
	margin: 5px 0;
	font-size:110%;
	font-weight:bold;
}

.tjsubtitle{ /* the subtitle field is for the 'recent givers' and 'most generous' headers */
	font-size:100%;
	font-weight:bold;
}

.tjgivebtn{ /* this styles the 'give' button.*/
	vertical-align:middle;
}

/*-----------------------------TIPJOY WIDGET: GIVER LISTS -----------------*/

.tjgiventry{  /* this gives extra style to the paragraphs which list the giver and their message if applicable */
	margin:5px 0 10px 0;
	padding-left:4px;
	border-left:1px solid #ccc;  
	display:block;
}

.tjtime{ /* the time indicator on each giver paragraph */
	font-style:italic;
}

.tjmymsgs{ /* the giver's message row(s)*/
	display:block;
}

/*----------------------------- GIVER LISTS -----------------*/

.giventry{  /* this gives extra style to the paragraphs which list the giver and their message if applicable */
	margin:5px 0 12px 0;
	padding-left:4px;
	border-left:1px solid #ccc;  
}

.tjtime{ /* the time indicator on each giver paragraph */
	font-style:italic;
}

.mymsgs{ /* the giver's message row(s)*/
	padding:1px 0 1px 0;
	margin:0;
	display:block;
}

/* end */



.morelinks{
	font-size:13px !important;
	padding-top:4px !important;
	padding-left:5px;
}

.tipblockcontainer{

	position:relative;
	clear:both;
	text-align:left;
	padding:5px 10px 5px 10px;
	margin-bottom:15px;

}

.tipamttd{
    font-weight:bold;
}

.ltcolubuttons{
    float:right;
    width:250px;
    text-align:right;
    }
    
    .rtcolubuttons {
    padding-right:260px;
    min-height:172px;
    }

.rtcol{
    float:right;
    width:260px;
    border-left:25px solid #fff;
    margin-left:10px;
    background-color:#fff;
}

.rtcol h2{
    margin-top:19px;
    margin-bottom:-20px;
}
    
.pagination{
    padding-top:15px;
}
a:link.donate, a:visited.donate	{
	padding: 3px 6px;
	border: 1px solid #DDD;
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
}
a:hover.donate, a:active.donate	{
	border: 1px solid #000;
	background: #F00;
	color: #FFF;
	text-decoration: none;
}


/* 
Light Blue #b6b6db 
Dark Blue #009
*/
