@charset "utf-8";

div#top { height: 110px; background-image:url(../images/top-background.jpg); background-repeat:repeat-x }
img#logo { margin: 12 0 0 12 }
div#menu-top ul { padding: 12 12 0 0 }
div#menu-top li { padding: 2 8 2 8; border-right: dotted 1px #0072bc }
div#template { padding: 16 0 24 0; background-color: #002943 }
div#header { width: 750px; height: 150px; overflow: hidden }
div#menu-main { width: 750px; height: 30px; overflow: hidden; border-top: solid 1px #002943; border-bottom: solid 1px #002943; background-color: #0072bc }
div#menu-main ul { padding: 8 0 8 0; margin-top: -3px }
div#menu-main li { margin-left: -6px; padding: 8 24 8 24; border-right: solid 1px #002943 }
div#menu-main a { color: #fff }
div#canvas { height: auto !important; min-height: 300px; height: 300px; padding: 16; background-color: #fff }

div#footer { height: 46px; background-image:url(../images/footer-background.jpg); border-top: solid 1px #002943 }
p#copyright { color: #0072bc; margin: 8 0 0 12 }
p#copyright a { color: #0072bc }

div.container {
	text-align: left;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div.col-left { float: left; width: 270px }
div.col-right { float: right; width: 442px }
div.clear { clear: both }
div.portal { height: auto !important; min-height: 60px; height: 60px; background-repeat:no-repeat }
div.portal-padding { padding: 4 16 0 20; margin-bottom: -8 }
div.portal-small { width: 262px; background:url(../images/portal-small-background.png) }
div.portal-large { width: 442px; background:url(../images/portal-large-background.png) }
div.portal-full { width: 712px; background:url(../images/portal-full-background.png) }
div.menu ul { margin: 0; padding: 0 }
div.menu li { display: inline }
div.menu a { text-decoration: none }
div.menu a:hover { text-decoration: underline }
.right { text-align: right }
.no-border { border: none !important; background: none !important }
.selected { background-color: #002943 !important }
.lead { margin-top: 0 }
.font-small { font-size: 10px }
.font-small table { font-size: 10px }

