/*Controls the basic properties of the body of each page =======================================*/
body	{background-image: url("./images/stars_back_main.gif");
	background-repeat: repeat;
	color: #ffffff;	
	margin-top: 0;
	margin-bottom: 0;}
/*	font-family: arial;
	font-size: 10px;
	font-weight: normal;}*/

/*The following header lines control display of header area ====================================*/
#body-header-container {font-size: 10px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #ffffff;
	 position: relative;
	 width: 747px;
	 margin-left: auto;
	 margin-right: auto;}

#header-wrapper {position: relative;
		 height: 185px;
		 width: 745px;
		 border: 1px solid #60a3ff;
		 margin: 1px;}

#header-lside	{position: relative;
		height: 178px;
		width: 12px;
		background-image: url('http://jedioutcastclan.bravehost.com/images/02.gif');}

#header-top	{position: relative;
		top: -178px;
		left: 12px;
		height: 26px;
		width: 719px;
		background-image: url('http://jedioutcastclan.bravehost.com/images/01.gif');}

#header-middle	{position: relative;
		top: -178px;
		left: 12px;
		height: 123px;
		width:719px;
		background-image: url('http://jedioutcastclan.com/images/JOC_Home_banner.jpg');}

#header-rside	{position: relative;
		top: -327px;
		left: 731px;
		height: 165px;
		width: 12px;
		background-image: url('http://jedioutcastclan.bravehost.com/images/02.gif');}

#header-bottom1 {position: relative;
		top: -343px;
		left: 12px;
		height: 21px;
		width: 719px;
		background-image: url('http://jedioutcastclan.bravehost.com/images/05.jpg');}

#header-bottom2 {position: relative;
		top: -348px;
		left: 12px;
		height: 20px;
		width: 178px;
		background-image: url('http://jedioutcastclan.bravehost.com/images/04.jpg');}

#header-bottom3 {position: relative;
		top: -364px;
		left: 195px;
		height: 20px;
		width: 100%;}
/*================================== End of header CSS =====================================*/

/*The following are used on every page of thie original layout =============================*/
/*Main container for original web site layout ----------------------------------------------*/
#body-container {font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #ffffff;
	 position: relative;
	 width: 747px;
	 margin-left: auto;
	 margin-right: auto;}

/*Inner Container below heading ------------------------------------------------------------*/
#body-inner-container{position: relative;
	 width:745px;
	 border: 1px solid #60a3ff;}

/*Left Container inside Inner Container ----------------------------------------------------*/
#body-left-container{position: relative;
	 width:30%;}

/*Right Container inside Inner Container ---------------------------------------------------*/
#body-right-container{position: relative;
	width: 69%;
	float: right;}

/*Links menu inside Left Container ---------------------------------------------------------*/
#links	{position: relative;
	margin: 10px;
	background-image: url('http://jedioutcastclan.bravehost.com/images/stars_back_lite.gif');
	border: 1px solid #60a3ff;}

/*Footer for every page in the layout ------------------------------------------------------*/
#footer {width: 100%;
	padding: 0px;
	line-height: 4em;
	text-align: center;}

/*Footer for crediting others for server trackers and the like -----------------------------*/
#footer-right {width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;}

/*Generic container that takes up 100% of parent container's area with a 5 pixel top margin */
.fulldiv {position: relative;
	margin-top: 5px;
	width: 100%;}

/*The "blue" area above and below each item on the site ------------------------------------*/
.menu	{position: relative;
	width: 100%;
	background-image: url('./images/03.gif');
	text-align: left;
	color: white;}

/*The "red/black" area above and below each item on the site ------------------------------------*/
.menu-sith	{position: relative;
	width: 100%;
	background-image: url('./images/03_sith.gif');
	text-align: left;
	color: white;}

/*The "blue" area above each item on the site with text centered ---------------------------*/
.menu-center	{position: relative;
	width: 100%;
	background-image: url('./images/03.gif');
	text-align: center;
	color: white;}

/*The "red/black" area above each item on the site with text centered ---------------------------*/
.menu-sith-center	{position: relative;
	width: 100%;
	background-image: url('./images/03_sith.gif');
	text-align: center;
	color: white;}

/*The CSS for the sabers that are displayed...part of the saber() PHP function -------------*/
.saber-graphic {position: relative;
	display: block;
	height: 26px;
	width: 426px;
	padding: 0px;
	margin: 0px auto;}

.right-item {position: relative;
	margin: 10px;
	border: 1px solid #60a3ff;}

.right-item-center-text {position: relative;
	margin: 10px;
	border: 1px solid #60a3ff;
	text-align: center;}

.right-item-justify-text {position: relative;
	margin: 10px;
	border: 1px solid #60a3ff;
	text-align: justify;}

.fulldiv-with-margin {position: relative;
	margin: 10px;
	background-image: url('http://jedioutcastclan.bravehost.com/images/stars_back_lite.gif');
	border: 1px solid #60a3ff;}

.fulldiv-without-border {position: relative;
	margin: 10px;
	background-image: url('http://jedioutcastclan.bravehost.com/images/stars_back_lite.gif');}

.fulldiv-without-border-or-background {position: relative;
	margin: 10px;}

.fulldiv-without-background {position: relative;
	margin: 10px;
	border: 1px solid #60a3ff;
	text-align: center;}

.Jedi	{position: relative;
	 background-image: url('./members_pages/backgrounds/Jedi.gif');
	 opacity: 0.30;}

.Sith	{position: relative;
	 background-image: url('./members_pages/backgrounds/Sith.gif');
	 opacity: 0.30;}

.blankdiv {width: 95%;
	 margin: 5px auto;}
/*============================== End of general layout CSS =================================*/

/*==============================Main Page CSS ==============================================*/
#body-right-marquee {position: relative;
	width: 88%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 3px double #0000ff;
	color: #60a3ff;}

#screenshots {margin: 10px auto;
	width: 90%;
	border: 1px solid #60a3ff;
	overflow: auto;}

object.flashvideo {width: 425px;
	  height: 355px;}
	  
.flashvideo-wrapper {
	background: #000000;
	margin: 10px auto;
	width: 470px;}

input.paypal {height: 31px;
	width: 62px;
	border: 0px;
	margin: 0px auto;
	background-image: url("https://www.paypal.com/en_US/i/btn/x-click-but04.gif");}

/*========== Servers displayed on main page ===============================================*/
#servers_container {position: relative;
	width: 100%;
	border: 1px dotted #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;}

#servers_left {position: relative;
	width: 29%;
	border: 1px solid #60a3ff;
	margin: 10px;
	float: left;
	text-align: center;}

#servers_middle {position: relative;
	width: 29%;
	border: 1px solid #60a3ff;
	margin: 10px auto;
	text-align: center;}

#servers_right {position: relative;
	width: 29%;
	border: 1px solid #60a3ff;
	margin: 10px;
	float: right;}

.gameservers {position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;}

.serverspy {width: 215px;
	height: 60px;
	border: 0px;}

.servers-image-object {position: relative;
	display: block;
	padding: 0px;
	margin: 10px auto;
	width: 140px;
	height: 110px;}

/*===== End Servers displayed on main page ================================================*/

/*Members page CSS ========================================================================*/
#memberlist-marquee {position: relative;
	width: 75%;
	height: 400px;
	display: block;
	margin-left: 20%;}

#xfirelist-marquee {position: relative;
	border: 0px;
	margin: 0px auto;
	text-align: center;}

.senate {position: fixed, left, 0;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	height: 79px}

img.image_object2 {position: relative;
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin: auto;}

.fulldiv-without-background-jedi {position: relative;
	margin: 10px;
	border: 1px solid ;
	background-image: url('./images/backgrounds/Jedi.gif');
	opacity: 0.80;
	text-align: center;}

.fulldiv-without-background-sith {position: relative;
	margin: 10px;
	border: 1px solid #ff0000;
	background-image: url('./images/backgrounds/Sith.gif');
	opacity: 0.80;
	text-align: center;}


/* End Members page CSS ===================================================================*/

/*Control Panel Pages CSS =================================================================*/
#control-panel-left-container {position: relative;
	margin: 5px;
	width: 66%;}

#control-panel-right-container {position: relative;
	width: 31%;
	margin-right: 5px;
	float: right;}

#control-panel-members-info {position: relative;
	margin: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #60a3ff;}

#colorization-key {position: relative;
	background-color: #9D9D9D;
	opacity: 70%;
	width: 30%;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
#colorization-key-left {position: relative;
	text-align: left;
	background-color: #9D9D9D;
	opacity: 70%;
	width: 50%;
	float: left;
	}

#colorization-key-right {position: relative;
	text-align: left;
	background-color: #9D9D9D;
	opacity: 70%;
	width: 50%;
	float: right;
	}

#control-panel-handle {position: relative;
	margin-top: 1.5em;
	width: 69%;
	float: right;
	text-align: left;
	}

.control-panel-fulldiv {position: relative;
	margin: 5px;
	background-image: url('http://jedioutcastclan.bravehost.com/images/stars_back_lite.gif');
	border: 1px solid #60a3ff;}

.control-panel-fulldiv-wo-background {position: relative;
	margin: 5px;
	border: 1px solid #60a3ff;}

.control-panel-fulldiv-wo-background-or-border {position: relative;
	margin: 5px auto;
	text-align: center;
	border: 1px solid #00FF00;}

.control-panel-fulldiv-wo-background-centered {position: relative;
	margin: 5px auto;
	text-align: center;
	border: 1px solid #60a3ff;}

.control-panel-10pt-text {font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #60a3ff;}

.input-text-length {position: relative;
	width: 30%}

.input-text-width-85 {position: relative;
	width: 85%;}

.input-text-width-80 {position: relative;
	width: 83%;}

.input-text-width-75 {position: relative;
	width: 75%;}

.input-text-width-60 {position: relative;
	width: 63%;}

#tabcontainer {position: relative;
	margin: 0px auto;}
#tablist ul {position: relative;
	}
#tablist ul li {position: relative;
	display: inline;
	background: url('./images/left-tab-jedi.gif') no-repeat;
	margin-left: 10px;
	margin-right: 10px;}

#tablist ul li a {position: relative;
	height: 30px;
	background: url('./images/right-tab-jedi.gif') no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;}

#map-left {width: 49%;
	border: 1px solid #0000ff;
	margin: 5px;
	font-size: 11px;
	font-family: arial;}

#map-left-inside {position: relative;
	margin: 10px;}

#map-left-inside input {background: #ffffcc;
	font-size: 11px;
	font-family: arial;
	width: 50%;}

.select-option-right {position: relative;
	float: right;
	background-color: #ffffcc;
	color: #888888;
	width: 35%;}
	
/*div.tablist li {list-style-type: none;
	display: inline;
	border: 1px solid #60a3ff;
	padding: 7px 7px 7px 7px;
	margin: 0px 7px 0px 7px;
	background-color: #003366;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;}*/

/* Council Tab CSS ------------------------------------------------------------------------*/
#council {
	color: #63a0ff;
	width: 100%;}

#council-right {
	width: 49%;
	float: right;
	border: 1px solid #ffff00;
}
#council-left {
	width: 40%;
	font-size: 11px;
	border: 1px solid #0000ff;
}
#council-rankup-left {
	width: 37%;
}
#council-rankup-right {
	width: 62%;
	float: right;
}
.council-rankup-right-item {
	float: right;
	width: 85%;
	padding-bottom: 5px;
}
.council-item-right {display: block;
	 float: right;
	 padding-left: 5px;
	 padding-right: 5px;
}
/* End Control Panel Pages CSS ============================================================*/

/*Personal Member's Page CSS===============================================================*/
.left-half	{position: relative;
	width: 49%;
	}

.right-half	{position: relative;
	width: 49%;
	height: 25%;
	float: right;
	overflow: auto;
	}

.table	{border: 0;
	width:100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: white;}

tr.table {position: relative;
	width: 50%;}

/* End Personal Member's Page CSS==========================================================*/

#footer-left {width: 50%;
	margin-top: 0px;
	border: 1px solid #ffff00;
	padding: 0px;
	float: left;}

#server-text {width: 426px;
	margin-left: auto;
	margin-right: auto;}

#server-admins {width: 426px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #60a3ff;}

.marquee-verticle-scroll {position: relative;
	border: 0px solid #ff0000;
	width: 100%;}

.center	{position: relative;
	display: block;
	margin: 0px auto;
	text-align: center;}

.center-screenshots	{position: relative;
	display: block;
	margin: 0px auto;}

.center-text {position: relative;
	display: inline;
	text-align: center;}

.justify-text {display: inline;
	text-align: justify;}

.left-text {display: inline;
	text-align: left;}

.right-text {display: inline;
	text-align: right;}

.left	{display: block;
	 float: left;
	 padding: 0px;
	 margin: 0px;}

.right	{display: block;
	 float: right;
	 padding: 0px;
	 margin: 0px;}

.li-list {list-style-type: none;}

.left-item {position: relative;
	margin: 10px;
	border: 1px solid #60a3ff;
	text-align: justify;}

.filler {position: relative;
	margin: 10px;
	border: 0px;}
	
.news {position: relative;
	margin: 10px;
	border: 1px solid #60a3ff;
	height: 10%;
	text-align: center;
	background-color: #999999;
	color: #000000;}

img.image_object {position: relative;
	display: block;
	padding: 0px;
	margin: 20px auto;}

/* ========= Constitution Page CSS ========================================================*/
#pdf {position: relative;
	float: right;
	margin-right: 5px;
	width: 15%;}

#cardplace {position: relative;
	float: right;
	width: 100%;}

#joccard {position: relative;
	width: 99%;
	margin-left: auto;
	margin-right: auto;}

#doc {position: relative;
	float: left;
	width: 15%;}

#Constitution {position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-large;
	margin: 0px auto;
	text-align: center;
	color: #60a3ff}

#body {border: thin solid #60a3ff;
	background-image: url("./images/stars_back_lite.gif");
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #ffffff;
	font-size: 14px;
	font-family: arial;
	color: #60a3ff}

.toc	{font-size: 14px;
	font-family: arial;
	color: #60a3ff;
	font-weight: bold}
/*========= End of Constitution CSS =======================================================*/

/*========= Login Page CSS ================================================================*/
#loginform  {position: relative;
	width:100%;
	height: 100%;
	text-align: center;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;}

#loginform-labels {position: relative;
	height: 8em;
	width:35%;
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #60a3ff;}

#loginform-inputs {position: relative;
	height: 8em;
	width: 59%;
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #60a3ff;
	float: right;}

#loginform-buttons {position: relative;
	width: 100%;
	text-align: center;}

form.center {display: inline;
	margin: 0 auto;
	text-align: center;}
/*========= End of Login CSS ==============================================================*/

/*==========History Page CSS===============================================================*/
.history-text {font-family: arial;
	 font-size: 12px;
	 color: #FFFFFF;
	 text-align: justify;}

.history-text-large-centered {font-family: arial;
	 font-size: 20px;
	 font-weight: bold;
	 color: #ffffff;
	 text-align: center;}

.history-text-large-centered2 {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 padding: 20px auto;
	 text-align: justify;}

.history-text-large-centered-italics {font-family: arial;
	 font-size: 16px;
	 font-style: italic;
	 font-weight: bold;
	 color: #ffffff;
	 text-align: center;}

.history-image-object {position: relative;
	display: block;
	padding: 0px;
	margin: 20px auto;
	width: 190px;
	height: 165px;}
/*==========End of History Page CSS========================================================*/

/*==========Senate Page CSS===============================================================*/
#senate-image-right-object {position: relative;
	display: block;
	padding: 0px;
	margin: 20px auto;
	width: 461px;
	height: 208px;}

.semate-text-large-centered {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 padding: 20px auto;
	 text-align: justify;}

#senate-right {position: relative;
	 width: 48%;
	 border: 1px solid transparent;;
	 float: right;
	 font-family: Arial;
	 font-size: 12pt;
	 font-weight: bold;
	 color: white;}

#senate-left {position: relative;
	 width: 50%;
	 border: 1px solid transparent;
	 font-family: Arial;
	 font-size: 12pt;
	 font-weight: bold;
	 color: white;
	 margin: 5px 5px 5px 5px;}

.senate-image-object {position: relative;
	display: block;
	padding: 0px;
	margin: 20px auto;
	width: 140px;
	height: 110px;}

.senate-marquee-object {position: relative;
	display: block;
	padding: 0px;
	margin-left: 10px auto;}
	
/*==========End of Senate Page CSS=========================================================*/

/*==========Council Page CSS===============================================================*/
.council-text-large-centered {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 padding: 20px auto;
	 text-align: justify;}

.council-text-large-ol {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 padding: 20px auto;
	 text-align: justify;}

/*==========End of Council Page CSS========================================================*/

/*==========Donations Page CSS=============================================================*/
.donations-text-large-justified {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 padding: 20px auto;
	 margin: 20px auto;
	 width: 95%;
	 text-align: justify;}

.donations-text-large-centered {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 padding: 20px auto;
	 margin: 20px auto;
	 width: 95%;
	 text-align: center;}

a.donations-a:link {font-family: arial;
	 font-size: 14px;
	 color: #0000ff;
	 width: 95%;
	 text-align: center;}

a.donations-a:visited { font-family: arial;
	 font-size: 14px;
	 color: #60a3ff;
	 width: 95%;
	 text-align: center;}

a.donations-a:active {font-family: arial;
	 font-size: 14px;
	 color: #0000ff;
	 width: 95%;
	 text-align: center;}

a.donations-a:hover {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 width: 95%;
	 text-align: center;}
 
.donations-marquee {position: relative;
	font-weight: bold;
	width: 337px;
	height: 13px;
	color: #0000ff;
	border: double;
	display: block;
	margin: 0px auto;}

.donations-center-text {position: relative;
	text-align: center;}

.donations-ul {position: relative;
	text-decoration: none;
	list-style: none;}
/*==========End of Donations Page CSS======================================================*/

/*==========Jedi Academy Page CSS==========================================================*/
#ja-image-right-object {position: relative;
	display: block;
	padding: 0px;
	margin: 20px auto;}

#ja-marquee {position: relative;
	font-weight: bold;
	height: 13px;
	color: #0000ff;
	border: double;
	display: block;
	margin: 0px 20px 0px 20px; }

.ja-text-large-justified {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 padding: 20px auto;
	 margin: 20px auto;
	 width: 95%;
	 text-align: justify;}

img.ja-image-object {position: relative;
	display: block;
	padding: 0px;
	margin: 20px auto;
	width: 170px;
	height: 200px;}

/*==========End of Jedi Academy Page CSS===================================================*/
/*==========Rules & Recruiting CSS=========================================================*/
.rulesrecruiting-text-large-centered {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 padding: 20px auto;
	 text-align: justify;}

.rulesrecruiting-text-large-ol {font-family: arial;
	 font-size: 14px;
	 color: #ffffff;
	 padding: 20px auto;
	 text-align: justify;
	 list-style-type: square;}

.rulesrecruiting-marquee {font-weight: bold;
	 width: 100%;
	 color: red;
	 border: 1px double red;
	 height: 14px;
	 text-align: center;}

.rulesrecruiting-marquee2 {
	 color: white;
	 font-weight: bold;
	 font-size: 12px;
	 width: 95%;
	 height: 100%;
	 text-align: center;
	 margin-top: 20px;
	 margin-bottom: 20px}

.rulesrecruiting-image {position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	width: 95%;
	height: 95%;}

.rulesrecruiting-p {display: block;
	padding-top: 20px;
	padding-bottom: 20px;}

span.rulesrecruiting {font-size: 12px;}

/*==========End of Rules & Recruiting CSS==================================================*/

/*==========Start of Tournament CSS========================================================*/
#col1 {position: relative;
	width: 15%;
	font-family: arial;
	font-weight: bold;
	font-size: 20px;}

#col2 {position: relative;
	width: 69%;
	float: right;
	font-family: arial;
	font-weight: bold;
	font-size: 20px;}

#col3 {position: relative;
	width: 15%;
	float: right;
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
	text-align: right;}

.gold-medal {background-image: url("./images/gold.gif");
	background-repeat: none;
	background-color: #ffd700;
	width: 98%;
	height: 30px;}

.silver-medal {background-image: url("./images/silver.gif");
	background-repeat: none;
	background-color: #c0c0c0;
	width: 98%;
	height: 30px;}

.bronze-medal {background-image: url("./images/bronze.gif");
	background-repeat: none;
	background-color: #8c7853;
	width: 98%;
	height: 30px;}

.backgold {background-color: #ffd700;
	background-repeat: repeat-x;
	width: 99%;
	height: 30px;}
.backsilver {background-color: #c0c0c0;
	background-repeat: repeat-x;
	width: 99%;
	height: 30px;}
.backbronze {background-color: #8c7853;
	background-repeat: repeat-x;
	width: 99%;
	height: 30px;}

.menu12px {font-size: 12px;
	font-weight: bold;}

.menu16px {font-size: 16px;
	font-weight: bold;}
/*==========End of Tournament CSS==========================================================*/

/*==========Start of genpassword.php CSS===================================================*/
input.long-input {width: 30%;}
input.short-input {width: 3%;}
div.gpclass {font-size: 13px;}
/*==========End of genpassword.php CSS=====================================================*/

/*==========Start of 401_auth_failed.html CSS==============================================*/
h1.error {text-align: center;
	  font-family: arial;
	  font-size: 16px;
	  font-weight: bold;}

p.error {font-family: arial;
	  font-size: 14px;
	  font-weight: bold;
	  color: #60a3ff;
	  width: 90%;
	  padding-left: 20px;
	  padding-right: 20px;
	  text-align: justify;}

/*==========End of 401_auth_failed.html CSS================================================*/
/*-------------------------------------------------------------------*/
	
.black	{color: #000000}
.blue	{color: blue}
.white	{color: white}
.red	{color: red}
.cyan	{color: #00FFFF}
.yellow	{color: yellow}
.green	{color: #00ff00}
.violet {color: purple}
.pink	{color: #FFC0CB}
.grey	{color: #BFBFBF}
.gold	{color: #ffd700}
.silver {color: #c0c0c0}
.bronze {color: #8c7853}
.siteblue {color: #60a3ff}
.backgrey {background-color: #808080}

span.bold {font-weight: bold;}

.style5 {font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #60a3ff;}

.style6 {font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #60a3ff;
	text-decoration: none;
	list-style: none;}

.style4 {font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;}

a.senate:link {position: fixed, left, 0;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	height: 79px;
	text-decoration: none;}

a.senate:visited {position: fixed, left, 0;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	height: 79px;
	text-decoration: none;}

a.senate:active {position: fixed, left, 0;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	height: 79px;
	text-decoration: none;}

a.senate:hover {position: fixed, left, 0;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #70b9fd;
	height: 79px;
	text-decoration: none;}

a:link	{font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 10px;
	 color: #70B9FD;
	 text-decoration: none}

a:visited { font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 10px;
	 color: #70B9FD;
	 text-decoration: none}

a:active {font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 10px;
	 color: #70B9FD;
	 text-decoration: none}

a:hover {font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 10px;
	 color: #FFFFFF;
	 text-decoration: none;}

li.no-list-style {list-style: none;
		  border: 0;
		  margin: 0;}