/* mainstyle.css */

body	{
		background: #666666 url('./images/bodybackground.jpg') repeat-y 50% 0;
		}
		
#banner	{
		width: 775px;
		height: 187px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -387px;
		z-index: 10;
		border-bottom: 5px solid #666666;
		}

#centerbanner	{
		width: 775px;
		height: 175px;
		position: absolute;
		background-image: url('./images/centerbackground.jpg');
		z-index: -1;
		top: 192px;
		left: 50%;
		margin-left: -387px;
		border-bottom: 5px solid #666666;
		}
		
#navigation {
		position: absolute;
		width: 600px;
		bottom: 0px;
		right: 0px;
		z-index: 1000;
		}
		
#indexbanner {
		width: 775px;
		height: 266px;
		position: absolute;
		z-index: 1;
		background: #FFFFFF;
		top: 192px;
		left: 50%;
		margin-left: -387px;
		border-bottom: 5px solid #666666;
		}
		
#indexcontent	{
		width: 775px;
		position: absolute;
		top: 463px;
		left: 50%;
		margin-left: -387px;
		z-index: 2000;
		background-image: url('./images/Dragon3.jpg');
		background-repeat: no-repeat;
		background-image: fixed;
		background-position: center;
		background-position: 50% 70%;
		font-size: 24pt;
		font-family: sans-serif;
		font-weight: bold;
		text-align: center;
		}
		
#content	{
		width: 775px;
		position: absolute;
		top: 400px;
		left: 50%;
		margin-left: -387px;
		z-index: 2000;
		font-size: 24pt;
		font-family: sans-serif;
		font-weight: bold;
		text-align: center;
		}
		
#singlecol	{
		width: 95%;
		position: absolute;
		top: 100px;
		left: 0px;
		margin-left: 2.5%;
		margin-right: 2.5%;
		z-index: 2000;
		font-family: sans-serif;
		font-size: 12pt;
		font-weight: normal;
		text-align: left;
		}
		
#contentleft	{
		width: 50%;
		position: absolute;
		top: 100px;
		left: 0px;
		margin-left: 12px;
		z-index: 2000;
		text-align: left;
		font-family: sans-serif;
		font-size: 14pt;
		font-weight: normal;
		}

#contentright	{
		width: 40%;
		position: absolute;
		top: 100px;
		right: 0px;
		margin-right: 15px;
		z-index: 2000;
		font-family: sans-serif;
		font-size: 12pt;
		text-align: left;
		}


li { margin-bottom:10px; }

dd { margin-bottom:10px; }

table
   {
   background-color: #CCCC99;
   border: 5px double #333399;
   }
th
   {
   font-size: 14pt;
   font-weight: bold;
   font-style: sans-serif;
   background-color: #C0C0C0;
   }
td
   {
   text-align: center;
   font-size: 14pt;
   font-strength: bold;
   }
caption
   {
   font-size: 16pt;
   font-weight: bold;
   font-style: sans-serif;
   }






/*  ********************NAVIGATION**************************  */

#ssdm 
{	margin: 0;
	padding: 0;
	z-index: 1000;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 68px;
	height: 12px;
	background: url('./images/buttonbg.jpg');
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: url('./images/buttonbgmo.jpg')}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	/*background: url('./images/buttonbgmo.jpg');*/
	background-color: #000000;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		z-index: 1000;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #000;
		color: #FFF;
		font: 11px arial}

	#sddm div a:hover
	{	background: #999;
		color: #FFF;
		z-index: 1000;}

