@charset "utf-8";
/* CSS Document */

img.logo { margin: 0 0 16; }
img.header {}

div#template { width: 760px; margin: 0 auto 0 auto }
div#menu { height: 40px; background-color: #9d0019 }
div#menu ul { padding: 10 0; margin: 0; }
div#menu li { list-style: none; display: inline; padding: 0 8 0 8 }
div#menu a { font-weight: bold; font-size: 12px; color: white; text-decoration: none }
div#menu a:hover { color: yellow }
div#canvas { text-align: left; background-color: white }
div#content { padding: 16 24;}
div#column_left { float: left; width: 400px }
div#column_right { float: right; width: 300px }
div#clear { clear: both }
div#portal { padding: 0 0 16 16 }
div#footer { color: white }
div#footer a { color: yellow }

div.visual_page td, th { padding-right: 24 }
