/* CSS Document */

/* This section determines the main layout */

body

{

	/*margin: 10px;	*/

}



#wrapper

{

	position: absolute;

	top: 0%;

	bottom: 0%;

	left: 10%;

	right: 10%;

	width: 100%;	

	margin: 0px auto;	
	
}



#top

{

	width: 100%; 

	border: 1px solid #999999;

	float: left;

	/*position: relative;*/

}



#navBar

{

	/*position: absolute;

	bottom: 0px;

	right: 0px;*/

	padding: 1% 4% 1% 1%;		

}



a:visited

{

	text-decoration: none;

	color: #3300FF;

}



a:active

{

	text-decoration: none;

	color: #0000FF;

}



a:hover

{

	text-decoration: underline;

	color: #999999;

}



a:link

{

	text-decoration: none;

	color: #0000FF;

}



img{

  border: 0px;

}



a.importantLink{

	color: #0000FF;

	text-decoration: underline;

}



#side
{
/*	position: absolute:
	left:0;
	right: 90%;
	top: 10%;
	bottom: 0%;*/ 
	padding: 5% 0 5% 0;
	margin: 0 4% 0 0;

	width: 15%;

	/*text-align: right;*/

}



#main

{

	float: left;

	width: 80%;

	text-align: left;	

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

}



#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: 1%;	

	width: 98%;

	border: 1px solid #999999;

	margin: 0 0 2% 0;	

}



#rightSideBar

{

	margin: 1% 0% 0% 0%;

	float: right;

	width: 29%;	

}

#rightpic

{

	width:90%;
	
}




#mainInfo

{	

	border: 1px solid #999999;
	float: left;
	width: 68%;

	margin: 1% 0%;

	padding: 1%;


}

/* End of index.html section */



/* 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;

}



a{

	border: 0px;

}



/* 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;

}



.center{

	text-align: center;

}



.blueText{

  color: #0000FF;

}

.important{
	color: #FF0000;
}

.emphasis{
	font-size: 12px;
	font-weight: bold;
}
.thumbnail{
	width: 95%;
}
