/* CSS Stylesheet */

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

img				{ border:0px;}

h1 				{ font-family: Trebuchet, Tahoma, Arial, helvetica, sans-serif; font-size: 9px; font-style: normal; color:#666666; display:inline;  font-weight: normal;}

h2 				{ font-family: Trebuchet, Tahoma, Arial, helvetica, sans-serif; font-size: 18px; font-style: normal; color:#9f0080; display:inline; font-weight: normal;}

h3 				{ font-family: Trebuchet, Tahoma, Arial, helvetica, sans-serif; font-size: 12px; font-style: normal; color:#9f0080; display:inline;	}

.clr			{ clear: both;}

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

#top			{ background-image: url(../images/top_bg.jpg); 
				  background-repeat: no-repeat; 
				  width: 955px;
				  height: 430px;
				  text-align: left;
				  }

#spec_top		{ background-image: url(../images/spec_bg.jpg); 
				  background-repeat: no-repeat; 
				  width: 955px;
				  height: 430px;
				  text-align: left;
				  }
				  
#menu_bg		{ background-image: url(../images/menu_bg.jpg); 
				  background-repeat: no-repeat; 
				  width: 955px;
				  height: 102px;
				  text-align: right;
				  }
				  
#foot_bg		{ background-image: url(../images/foot_bg.jpg); 
				  background-repeat: no-repeat; 
				  width: 955px;
				  height: 48px;
				  text-align: center;
				  padding: 25px 0px 0px 0px;
				  }				  

				  
.foot			{ font-family: Trebuchet, Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  font-weight: normal;
				  color:#666666;
				  }
.foot A:link		{ color:#666666; text-decoration: none; }
.foot A:visited		{ color:#666666; text-decoration: none; }
.foot A:hover		{ color:#666666; text-decoration: underline; }
.foot A:active		{ color:#666666; }  
				

/* menu */

.nav		{ width: 900px; height: 35px; padding: 68px 35px 0px 25px;} /*adjusts float location of menu */

.basictab 	{ margin-left: 0px;
			  font-family: Trebuchet MS, Tahoma, Arial, helvetica, sans-serif;
			  font-size: 10px; 
			  font-style: normal;
			  font-weight: bold;
			  list-style-type: none;
			  text-align: right; /*set to left, center, or right to align the menu as desired*/
			  color: #666666;
			  
			  }

.basictab li { display: inline; color: #cccccc; text-align: left;}
.basictab li a { display: inline; 
				 text-decoration: none;  
				 background-color: #ffffff; 
				 color: #666666; 
				 padding: 5px 9px 5px 9px; 
				 margin-right: 0px;
				 border-top: solid 1px #efefef;
				 }

.basictab li a:visited 	{ color: #666666; }
.basictab li a:hover 	{ background-color: #9f0080; color: #ffffff; }
.basictab li a:active 	{ background-color: #9f0080; color: #ffffff; }
.basictab li.selected a { /*selected tab effect*/ background-color: #B780AF; color: #ffffff; }


/* spec css */

#spec		{ padding: 50px 0px 0px 0px; text-align: center;}

.spec_text		{ font-family: Trebuchet, Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  font-weight: normal;
				  color:#666666;
				  }
.spec_text A:link		{ color:#666666; text-decoration: none; font-weight: bold; }
.spec_text A:visited	{ color:#666666; text-decoration: none; font-weight: bold; }
.spec_text A:hover		{ color:#666666; text-decoration: underline; font-weight: bold; }
.spec_text A:active		{ color:#666666; font-weight: bold; } 


input, select, textarea { background: #ffffff;
				font-family: Tahoma, sans-serif, Arial, helvetica;
				color:#000000;
				font-size: 10px;
				font-weight: normal;
				border: solid 1px #9f0080;
				padding: 2px;
				}

/* overflow css */

.newspadding	{ padding: 50px 0px 0px 50px;}
			
.newsoverflow	{ 
			  	  text-align: center;
			  	  width: 840px;
				  height: 350px;
			  	  overflow: auto;
			  	  scrollbar-face-color: #ffffff;
			  	  scrollbar-shadow-color: #9f0080;
			  	  scrollbar-highlight-color: #9f0080;
			  	  scrollbar-3dlight-color: #ffffff;
			  	  scrollbar-darkshadow-color: #ffffff;
			  	  scrollbar-track-color: #ffffff;
			  	  scrollbar-arrow-color: #333333;
			  	  }