/* 
	Style sheet for "Medication Wizard" web template
*/

/* general tags */
html { font-family: Geneva, Arial, Helvetica, sans-serif }
body { background-color: #024567; }
p,td,th { font: 0.9em font-family: Geneva, Arial, Helvetica, sans-serif }

/* links */
a:link { font: 0.9em; text-decoration: underline; color: #11518D }
a:visited { font: 0.9em; text-decoration: underline; color: #2C0867 }

/* border */
td.border { background-color: #001E41 }

/* header */
table.header { background-color: #007FB0; }

/* menu */
td.menu { background-color: #FBFBFB; background: url(images/menu-background.gif); }

/* sidebar */
td.sidebar { background-color: #DEE1C1; background: url(images/sidebar-background.gif); }
td.sidebar2 { background-color: #DEE1C1; background: url(images/sidebar-background2.gif); }
td.sidebar3 { background-color: #DEE1C1; background: url(images/sidebar-background3.gif); }
td.side_right { background-color: #024567; background: url(images/side-right-background.gif); }

/* content */
td.content { background-color: #FBFBFB; }

/* footer */
td.footer { font: 0.6em; color: #BFD8E5; background-color: #0069A3; background: url(images/footer-background.gif); }
