		/* 
			reset-styles by tripoli.com 
		*/
		* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
		code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
		dfn, i, cite, var, address, em { font-style: normal; }
		th,h1, h2, h3, h4, h5, h6 { font-weight: normal; }
		a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none;}
		table { border-collapse: collapse; border-spacing: 0; }
		caption, th, td, center { text-align: left; vertical-align: top; }
		body { line-height: 1; background: white; color: black; }
		q { quotes: "" ""; }
		ul, ol, dir, menu { list-style: none; }
		sub, sup { vertical-align: baseline; }
		a { color: inherit; }
		/*hr { display: none; }*/ /* we don't need a visual hr in layout */
		font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

		/*
			Pagespecific styles
		*/
		DIV, TD {-moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding: 0;}

		body {background:#333441; font:9pt arial; padding:0px; height:100%}
		.container  {width:100%; height:100%; text-align:left; vertical-align:top; padding:49px 0px 49px 0px}
		
		#main {width:960px; margin:0px auto 0px auto;}
		#middle {background:white}
		
		#blue {background:#7DB2FF; width:8px; padding:0px; font-size:0px}
		#cell-one {width:137px; height:100%; padding:200px 10px 10px 0px}
		#cell-two {width:200px}
		#cell-three {width:380px; padding:15px}
		#cell-four {width:205px; padding:15px 0px 0px 0px}
		
		#cell-three H1 {background:#7DB2FF; padding:5px; color:white; font-size:10pt; font-weight:bold; margin-bottom:20px}
		
		#menu {padding:5px 10px 0px 15px}
		#menu a, #menu a:visited {color:black}
		#menu a:hover {text-decoration:underline}
		#menu a.active {font-weight:bold}
		
		#sitename {background:#333441; padding:10px; position:absolute; top:161px; width:220px; color:white}
		#sitename h1 {font-size:20pt; margin:0px;}
		#sitename h2 {font-size:15pt; margin:0px;}
		
