* { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; }

body, html { background-color: #000000; }

div#header	{ width:1280px; margin:0 auto; height:31px; padding-top:104px; background-image:url(images/header.jpg); text-align:center; }
div#header img				{ display:inline; cursor:pointer; border:none; }
div#header img:hover		{ background-position:0 -30px; }
div#header img.active		{ background-position:0 -60px; }
div#header img.active:hover	{ background-position:0 -90px; }
img#logoImage				{ margin-top:-104px; }

div.subNav					{ width:982px; height:10px; padding:12px 0; color:#430a19; margin:0 auto; text-transform:uppercase; font-size:10px; text-align:center; }
div.subNav ul				{ list-style-type:none; display:block; }
div.subNav li				{ display:inline; }
div.subNav ul ul			{ display:none; }
div.subNav a				{ color:#7f0d15; text-decoration:none; padding:3px 10px; }
div.subNav a:hover			{ color:#9f1b24; }
div.breadcrumb				{ width:982px; height:10px; color:#430a19; padding:10px 0; margin:0 auto; text-transform:uppercase; font-size:10px; }
div.breadcrumb a			{ color:#430a19; text-decoration:none; }
div.breadcrumb a:hover		{ color:#7f0d15; }

div#content					{ width:622px; padding:24px 149px 0 509px; min-height:620px; margin:0 auto; background:url(images/backTemp.jpg) top center no-repeat; color:white; font-size:12px; }
div.line					{ width:982px; padding:0 149px; height:1px; margin:0 auto; background:url(images/line.jpg) top center no-repeat; }
div#footer					{ width:982px; padding:0 149px; height:83px; margin:0 auto; background:url(images/footer.jpg) top center no-repeat; }

h2							{ color:#d12825; text-transform:uppercase; font-weight:bold; margin-bottom:12px; font-size:16px; }
h3							{ color:#d12825; font-weight:bold; margin-bottom:12px; font-size:14px;  }

div#content	a				{ text-decoration:none; font-weight:bold; color:#f8cfce; }
div#content	a:hover			{ text-decoration:underline; color:#d12825; }

div#content	ul				{ list-style-type:disc; list-style-position:outside; display:block; text-indent:10px; margin-left:20px; }
div#content	ol				{ list-style-position:outside; display:block; text-indent:10px; margin-left:20px; }
