/* CSS Document */
body 				{ background: url(/images/layout/unicorn.gif) no-repeat; background-position: 100% 90px; font-family: arial, helvetica; padding:0; margin:0; }

#container			{ width: 100%; }

#redSpacer			{ background: #aa0000; height: 6px; margin-bottom: 3px; }
.blueSpacer			{ background: #000074; height: 3px; }

#header				{ background: url(/images/layout/nbrfc_spacer.gif) repeat-x; width: 100%; height: 53px; margin: 0; padding: 0; }
#headerLeft			{ float: left; }
#headerRight		{ float: right; }

#shadow				{ width: 100%; background: url(/images/layout/head_shadow.gif) repeat-x; }
#sideMenu			{ float: left; width:177px; margin-bottom: 35px; }

#mainContent		{ width: 550px; font-size: 0.7em; padding-left: 200px; }

#news, #recruitment	{ width: 496px; background: url(/images/news/news_repeater.gif) repeat-y; margin: 0 auto; margin-top: 25px; }
#recruitment p 		{ width: 310px; margin-left: 35px; float: left; }
#recruitment img.pdf	{ width: 110px; margin-right: 25px; margin-top: 10px; float: right; }

.clearfloat			{ clear: both; height:0; }
.smaller			{ font-size: 10px; }

.white				{ color: #FFFFFF; }
.black				{ color: #000000; }
.red				{ color: #CC0033; }

h1 					{ font-size: 14pt; color: #000074; text-decoration: none; }
h2 					{ font-size: 10pt; color: #aa0000; text-decoration: none; }
h3 					{ font-size: 8pt; color: #000074; text-decoration: none; }

p, table 			{ font-size: 8pt; color: black; text-decoration: none; }

a.h1 				{ font-size: 8pt; color: #000074; text-decoration: none; }
a.h1:visited 		{ font-size: 8pt; color: #000074; text-decoration: none; }
a.h1:hover 			{ font-size: 8pt; color: #aa0000; text-decoration: none; }