/* 
	Style sheet for "Psychology Campus" 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: none; color: #005c8d }
a:visited { font: 0.9em; text-decoration: none; color: #005c8d }
a:hover { font: 0.9em; text-decoration: underline; color: #005c8d }

a.sidebar:link { font: 0.9em; color: #005c8d; text-decoration: underline;}
a.sidebar:visited { font: 0.9em; color: #005c8d; text-decoration: underline; }
a.sidebar:hover { font: 0.9em; color: #005c8d; text-decoration: none; }

/* 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); }

