@charset "utf-8";
/* CSS Document */

div#template { width: 740px; margin: 0 auto 16 auto }
div#menu { height: 30px; background-image:url(../images/template/menu_background.gif); background-repeat:repeat-x }
div#menu ul { padding: 4; margin: 0 }
div#menu li { font-weight: bold; display: inline; border-right: solid 1px #ffe8a9; padding: 2 5 2 5 }
div#menu a { text-decoration: none }
div#menu a:hover { text-decoration: underline }
div#column_left { float: left; width: 405px }
div#column_right { float: right; width: 320px }
div#clear { clear: both }
div#content { margin: 16 0 0 0; text-align: left }
div.portal_small { width: 320px; margin-bottom: 16 }
div.portal_medium { width: 400px; margin-bottom: 16 }
div.portal_large { width: 740px }
div.red { background-color: #ab202e }
div.yellow { background-color: #f8b100 }
div.orange { background-color: #e0890c }
div.green { background-color: #0b8140 }
div.blue { background-color: #00658c }
div.padding { padding: 0 16 0 16 }

div.visual_page td, th { padding-right: 24 }
.right { float: right }
.left { float: left }
.highlight { font-family: "Century Gothic"; font-size: 18 }
.no-border { border: none !important }
