html { overflow-y: scroll; }
body { margin: 0; padding: 0; background: #FFF url(/gfx/menuback.gif) repeat-y left; }
body, td { font-family: Helvetica, Verdana, sans-serif; font-size: 12px; line-height: 150%; color: #3F5563 }
input, select, textarea { font-family: Arial, sans-serif; font-size: 12px; border: 1px solid #333; padding: 1px 2px; }
img { border: 0; }
p { margin: 5px 2px; padding: 0; }
a:link, a:visited { text-decoration: none; color: #3F5563; }
form { display: inline; }
h1, .form_title { font-size: 24px; font-weight: bold; text-transform: uppercase; margin: 0; padding: 5px 0; }
h2, .n_title { font-size: 14px; font-weight: bold; margin: 5px 0 10px; border-bottom: 1px solid #729AB4; color: #729AB4; }
.nc_title a:link, .nc_title a:visited { color: #729AB4; }

#wrapper { width: 800px; text-align: left; }
#header { height: 150px; }
#logo { position: absolute; top: 0px; left: 0px; }
#menu { position: absolute; top: 168px; width: 135px; left: 10px; z-index: 10; color: #cae1fc; font-size: 9pt; }
#menu ul { margin: 0; padding: 0; list-style: none; }
#menu li { border-top: 1px solid #6E96AF; }
#menu li:first-child { border-top: 0; }
#menu ul li ul { position: absolute; left: -999em; }
#menu li:hover ul, #menu li.hover ul { left: 135px; width: 146px; margin: -20px 0 0; background: #415462; padding: 2px; }
#menu a:link, #menu a:visited { display: block; width: 131px; height: 20px; padding: 1px 2px; color: #FFF; }
#menu li:hover ul a:link, #menu li:hover ul a:visited, #menu li.hover ul a:link, #menu li.hover ul a:visited { width: 142px; }
#menu a:hover { background: #6E96AF; color: #FFF; }
#banner { position: absolute; left: 159px; }
#banner2 { position: absolute; top: 75px; left: 159px; }
#links { position: absolute; top: 73px; left: 235px; color: #FFF; }
#mail { position: absolute; top: 73px; left: 730px; }
#mail img { vertical-align: middle; }
#header a:link, #header a:visited { color: #FFF; }
#content { min-height: 400px; margin-left: 190px; width: 610px; }
#addressbar { font-size: 11px; text-align: center; margin: 10px 0; }
#mainpage { width: 600px; }
#mainpage td { width: 290px; padding: 5px; vertical-align: top; }

#search { margin: 50px 0 0; }

.nc_article { clear: both; margin: 0 0 20px; }
.nc_title { margin: 2px 2px 0; }
.nc_intro { margin: 0 2px 5px; }
.nc_title a:link, .nc_title a:visited { color: #3F5563; font-weight: bold; }
.nc_image { float: left; margin: 0 5px 5px 0; }
.n_date { margin: 5px 0; }
.n_intro { font-weight: bold; margin: 5px 0; }
.n_image { float: right; margin: 0 0 10px 10px; }
.n_author { display: none; }
	
.required { font-weight: bold; }
.error { color: #F00; }
.clear { clear: both; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
img.left { float: left; }
img.right { float: right; }
