/* The Candid Canine		*/
/* File Name: screen.css	*/
/* Type: Stylesheet		*/
/* Media: Screen		*/
/* Creation: April 21, 2006	*/
/* (C) 2006 Lucid Apple		*/

/* Generic Attributes */
body { background-image: url(../images/bg.jpg); font-family: "Verdana", "Arial", "Helvetica", sans-serif; color: #ffffff; }
h1 { font-family: "Arial", sans-serif; font-size: 24px; }
h2 { font-family: "Arial", sans-serif; font-size: 20px; }
h3 { font-family: "Arial", sans-serif; font-size: 16px; color: #c0c0c0; }
h4 { font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold;}
img { border: 0; }
p { line-height: 150%; font-size: 12px; }
a, :active, :visited { text-decoration: underline; color: #ffffff; }
a:hover { text-decoration: none; color: #c0c0c0; }
hr { width: 80%; size: 1; }

/* Custom Classes */
.leftpadding { width: 33%; }
.rightpadding { width: 33%; }
.menu { text-align: center; width: 800px; height: 70px; font-family: "Arial", sans-serif; background-color: #363636; font-size: 18px; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #c0c0c0; }
.content { padding-left: 20px; padding-right: 20px; width: 800px; background-color: #363636; font-size: 12px; border-left: 1px solid #ffffff; border-right: 1px solid #c0c0c0; }
.footer { text-align: center; width: 800px; background-color: #363636; font-size: 9px; border-bottom: 1px solid #c0c0c0; border-left: 1px solid #ffffff; border-right: 1px solid #c0c0c0; }
a.menulink { text-decoration: none; }
a.menulink:active { text-decoration: none; }
a.menulink:visited { text-decoration: none; }
a.menulink:hover { border-bottom: 5px solid #ffffff; text-decoration: none; color: #c0c0c0; }
p.center { text-align: center; }
h1.center { text-align: center; }
h2.center { text-align: center; }
h3.center { text-align: center; }
img.border { border: 1px solid #c0c0c0; }
td.leftcontent { width: 250px; padding-left: 25px; padding-right: 10px; }
td.rightcontent { width: 360px; padding-left: 10px; padding-right: 20px; }
.darkgrey { color: #757575; }