/* CSS Stylesheet */

body		{ margin:0px; 
			  padding:0px; 
			  text-align:center;
			  background-color: #ffffff;
			  }

img			{ border:0px;}

#wrapper	{ width:900px;
			  margin:0px auto;
			  text-align:left;
			  }

.clr		{ clear: both; }

.center		{ text-align:center;}

#top		{ background-image: url(../images/top_bg.jpg); background-repeat: no-repeat; width: 900px; height: 90px;}

.top			{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  color:#0066CC; 
				  text-align: left; 
				  font-weight: normal;
				  }
.top A:link		{ color:#0066CC; text-decoration: none; font-weight: normal;}
.top A:visited	{ color:#0066CC; text-decoration: none; font-weight: normal;}
.top A:hover	{ color:#0066CC; text-decoration: underline; font-weight: normal;}
.top A:active	{ color:#0066CC; font-weight: normal;}
.top			{ padding: 38px 0px 0px 345px;}

#top_left		{ float: left; position: relative; vertical-align: bottom; }
#top_right		{ float: right; position: relative;}

#content	{ width: 900px; }
.w440		{ width: 440px; }
.w300		{ width: 300px; }
.showbox	{ width: 300px; height: 225px;}

#menu		{ float: left; 
			  position: relative; 
			  /*background-image: url(../images/menu_bg.jpg);
			  background-repeat: no-repeat;*/
			  background-color: #ffffff;
			  width: 155px;
			  text-align: center;
			  }
			  
/*#menu_frame	{ border: solid 1px #999999; width: 137px; background-color: #ffffff;}*/

#menu_frame	{ width: 137px; background-color: #ffffff;}

.blue		{ background-image: url(../images/button_blue.jpg); 
			  background-repeat: no-repeat; 
			  width:135px; 
			  height: 20px;
			  }
			  
.blue			{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  color:#ffffff; 
				  text-align: left; 
				  font-weight: bold;
				  padding: 5px 0px 0px 25px;
				  }
.blue A:link	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.blue A:visited	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.blue A:hover	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.blue A:active	{ color:#ffffff; font-weight: bold;}


.menu			{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  color:#ffffff; 
				  text-align: left; 
				  font-weight: bold;
				  }
.menu A:link	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.menu A:visited	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.menu A:hover	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.menu A:active	{ color:#ffffff; font-weight: bold;}

.menu a { padding: 5px 0px 0px 25px;
		  margin:0;
		  display:block;
		  background-image: url(../images/button_red.jpg); 
		  background-repeat: no-repeat;
		  width:135px;
		  height: 20px;
		  }

.menu a:hover	{ background-image: url(../images/button_blue.jpg); }

.submenu		{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  color:#0066CC; 
				  text-align: left; 
				  font-weight: bold;
				  padding: 5px 0px 0px 25px;
				  }
.submenu A:link		{ color:#0066CC; text-decoration: none; font-weight: bold;}
.submenu A:visited	{ color:#0066CC; text-decoration: none; font-weight: bold;}
.submenu A:hover	{ color:#0066CC; text-decoration: underline; font-weight: bold;}
.submenu A:active	{ color:#0066CC; font-weight: bold;}


.menucurrent	{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  color:#ffffff; 
				  text-align: left; 
				  font-weight: bold;
				  border: solid 1px #000000;
				  background-color: #cc0000;
				  }
.menucurrent A:link	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.menucurrent A:visited	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.menucurrent A:hover	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.menucurrent A:active	{ color:#ffffff; font-weight: bold;}

.menucurrent a { padding: 5px 0px 0px 25px;
				 margin:0;
				 display:block;
				 background-image: url(../images/button_red.jpg); 
				 background-repeat: no-repeat;
				 width:135px;
				 height: 20px;
				 
				 }

.menucurrent a:hover	{ background-image: url(../images/button_blue.jpg); }


.submenucurrent { padding: 5px 25px 0px 25px;
		  margin:0;
		  display:block;
		  background-image: url(../images/submenu_current_bg.jpg); 
		  background-repeat: no-repeat;
		  
		  }

.submenucurrent		{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  color:#0066CC; 
				  text-align: left; 
				  font-weight: bold;
				  padding: 5px 0px 0px 25px;
				  }
.submenucurrent A:link		{ color:#0066CC; text-decoration: none; font-weight: bold;}
.submenucurrent A:visited	{ color:#0066CC; text-decoration: none; font-weight: bold;}
.submenucurrent A:hover		{ color:#0066CC; text-decoration: underline; font-weight: bold;}
.submenucurrent A:active	{ color:#0066CC; font-weight: bold;}



/* START NEWSBOX CSS */

#news_frame	{ width: 137px; background-color: #efefef;}

.newsmenu		{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 10px; 
				  font-style: normal; 
				  color:#000000; 
				  text-align: left; 
				  font-weight: bold;
				  width:135px;
				  }
.newsmenu A:link	{ color:#000000; text-decoration: none; font-weight: bold;}
.newsmenu A:visited	{ color:#000000; text-decoration: none; font-weight: bold;}
.newsmenu A:hover	{ color:#000000; text-decoration: underline; font-weight: bold;}
.newsmenu A:active	{ color:#000000; font-weight: bold;}

.newsmenu a { 
			padding: 5px 5px 5px 10px;
			margin: 0;
			display: block;	
		  	background-color: #efefef;	
		  	}

.newsmenu a:hover	{ background-color: #cccccc; }

/* END NEWSBOX CSS */

#main		{ float: right;
			  position: relative;
			  width: 650px;
			  }

.maintext		{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 12px; 
				  font-style: normal; 
				  color:#333333; 
				  text-align: left;
				  /* width:580px; */ /* original style */
				  width: 650px;
				  }
.maintext A:link	{ color:#0066CC; text-decoration: none; font-weight: bold;}
.maintext A:visited	{ color:#0066CC; text-decoration: none; font-weight: bold;}
.maintext A:hover	{ color:#0066CC; text-decoration: underline; font-weight: bold;}
.maintext A:active	{ color:#0066CC; font-weight: bold;}
.maintext			{ padding: 0px 0px 0px 0px;}

.text		{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 12px; 
				  font-style: normal; 
				  color:#333333; 
				  text-align: left;
				  }
.text A:link	{ color:#0066CC; text-decoration: none; font-weight: bold;}
.text A:visited	{ color:#0066CC; text-decoration: none; font-weight: bold;}
.text A:hover	{ color:#0066CC; text-decoration: underline; font-weight: bold;}
.text A:active	{ color:#0066CC; font-weight: bold;}

#foot		{ background-image: url(../images/foot_bg.jpg); background-repeat: no-repeat; width: 900px; height: 36px;
			  
			  border-top: solid 1px #efefef;}

.foot			{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 10px; 
				  font-style: normal; 
				  color:#0066CC; 
				  text-align: left; 
				  font-weight: bold;
				  }
.foot A:link		{ color:#0066CC; text-decoration: none; font-weight: bold;}
.foot A:visited	{ color:#0066CC; text-decoration: none; font-weight: bold;}
.foot A:hover	{ color:#0066CC; text-decoration: underline; font-weight: bold;}
.foot A:active	{ color:#0066CC; font-weight: bold;}
.foot			{ padding: 9px 0px 0px 10px;}

#photo			{ text-align: right;}

h1 				{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; font-size: 18px; font-style: normal; color:#0066CC; display:inline;  font-weight: normal; vertical-align: bottom;}

h2 				{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; font-size: 10px; font-style: normal; color:#0066CC; display:inline; font-weight: normal;}

h3 				{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; font-size: 10px; font-style: normal; color:#0066CC; display:inline;	}

h4 				{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; font-size: 14px; font-style: normal; color:#000000; display:inline; }

h5				{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; font-size: 12px; font-style: normal; color:#0066CC; display:inline;	}

.red	{ color:#cc0000; text-decoration: none; font-weight: bold;}

input, select, textarea { background: #ffffff;
				font-family: Tahoma, sans-serif, Verdana, helvetica;
				color:#000000;
				font-size: 1em;
				font-weight: normal;
				border: solid 1px #0066CC;
				}

				
ul { list-style-image: url("/images/list.jpg"); }
li { padding: 0; margin-left: -23px;}

.prelet	{ background-image:url(../images/prelet.jpg); background-repeat: no-repeat; }
.allsold	{ background-image:url(../images/allsold.jpg); background-repeat: no-repeat; }

.blkbg		{ background-color: #000000;}
.blkbg			{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 14px; 
				  font-style: normal; 
				  color:#ffffff; 
				  text-align: left; 
				  font-weight: bold;
				  }
.blkbg A:link	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.blkbg A:visited	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.blkbg A:hover	{ color:#ffffff; text-decoration: none; font-weight: bold;}
.blkbg A:active	{ color:#ffffff; font-weight: bold;}

.style13 {
	color: #990099;
	font-weight: bold;
}