/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

body { line-height: 1; background: #fff; font-family: Helvetica, Arial, sans-serif;}

a {border: none; outline: none; text-decoration: none; }

a:hover {font-style: italic;}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* STYLES */

#wrapper {width:100%; height:100%; position: absolute; top: 0; left: 0;}

#inner {width:950px; margin: 0 auto; position: relative;}

p.left {text-transform: uppercase; color: #fff; font-size:11px; padding-top:15px;}

p.right {text-transform: uppercase; color: #fff; font-size:11px; padding-top:15px; position: absolute; top: 0px; right: 0;}

	p.right a{color:#fff}

	p.right a:hover {color: #D7F96E;}

#header {width:100%; height:40px; background: url(img/header.jpg) repeat-x top left; }
	
	ul.nav {position: absolute; top: 12px; right: 0;}
		ul.nav li {display: inline; margin-left: 20px; font-size:11px;}
		ul.nav li a, ul.nav li a:visited {color:#fff;}
		ul.nav li a:hover {color: #D7F96E;}
		
#celebrate {background: url(img/20years.jpg) no-repeat top left; width:850px; height:450px; margin: 15px auto; }

#break {width:950px; height: 8px; background: url(img/break.jpg) repeat-x top left; margin: 0 auto 20px;}

#content {padding: 20px 200px 100px;}

	#content p{font-size:14px; line-height: 1.4em; color:#555; margin: 10px 0px 0; text-align:justify; }
	
		#content p a, #content p a:hover, #content p a:visited {color:#587D32;}
	
	#content h2{font-size:16px; font-weight: bold; line-height: 1.4em; color:#333; margin: 30px 0px 0; }
	
#footer {width:100%; height:40px; background: url(img/header.jpg) repeat-x top left; }


/* TABLE STYLES */
#contentTable {padding: 20px 0px 100px;}

	#contentTable h2{font-size:16px; font-weight: bold; line-height: 1.4em; color:#333; margin: 30px auto; text-transform: capitalize; }

table {margin:30px auto; border:none;}
	th {padding: 10px 0;border:none;}
	td{text-align: right; padding:8px 12px;font-size: 12px;border:1px solid #ccc;}
	td.left {text-align: left; padding:8px 12px; width: 100px; font-size:14px;}