/* CSS Document */
/* This section determines the main layout */
body
{
	margin: 10px;	
}

#wrapper
{
	width: 100%;	
	margin: 0px auto;	
}

#top
{
	width: 100%; 
	border: 1px solid #999999;
	position: relative;	
}

#navBar
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 20px 5px 5px;		
}

a:visited
{
	text-decoration: none;
	color: #000000;
}

a:active
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #999999;
}

a:link
{
	text-decoration: none;
	color: #000000;
}

#side
{
	padding: 30px 0 30px 0;
	margin: 0 20px 0 0;
	width: 15%;
	text-align: right;
}

#main
{
	float: right;
	width: 100%;
	text-align: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}/*(changed 82% to 100%)*/

#clear 
{
    height: 0px;
    clear: both;
}

#trademark
{
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

/* This section is for index.html */
#header
{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#newsBar
{	
	padding: 5px;	
	width: 95%;
	border: 1px solid #999999;
	margin: 0 0 10px 0;	
}

#rightSideBar
{
	margin: 10px 0px 0 0;
	float: right;
	width: 25%;	
}

#mainInfo
{	
	width: 65%;
	border: 1px solid #999999;
	margin: 10px 0;
	padding: 5px;
}
/* End of index.html section (changed 71% to 65%)*/

/* This section is used for executives.html */

#executives
{
	width: 98%;
	margin: 10px 0 0 0;
	padding: 9px;
	text-align: left;
	border: 1px solid #999999;
}


#exec0
{
	text-align: center;
	margin: 0 0 10px 0;
}

#exec1
{
	padding: 10px 0 10px 200px;
	float: left;
	width: 22%;	
}

#exec2
{
	padding: 10px 0 10px 25px;
	text-align: left;
	float: right;
	width: 40%;
}

.left
{
	text-align: left;
}

/* This section is used for rules.html */
#rules
{
	width: 98%;
	margin: 10px 0 0 0;
	padding: 9px;
	text-align: left;
	border: 1px solid #999999;
}

#court
{
	float: left;
}

#courtText
{
	margin: 0 0 0 80px;
	padding: 5px 0 0 0;
}

/* This section is used for email.html */
#email
{
	width: 98%;
	margin: 10px 0 0 0;
	padding: 9px;
	text-align: left;
	border: 1px solid #999999;
}

	

/* This section is used for special text formats */
.style1 
{
	color: #FF0000;
	text-decoration: underline;
}

.underline
{
	text-decoration: underline;
}

.red
{
	color: #FF0000;
	font-weight: bold;
}

.title
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}
