/* CSS Document */
p,#moreinfotext{
		font-weight:300;
		font-size:85%;
		text-align:left;
		font-family:Helvetica;
		color:#666666;
	}
.postscript{
        font-weight:300;
		font-size: 65%;
		text-align:left;
		font-family:Helvetica;
		color:#666666;

}
.articleby{
       color: #333333;
        font-size:65%;
        Font-family: Helvetica
}
h1 {
	font-size: 13px;
	color: #CC0000;
}
	li{
		font-weight:300;
		font-size:70%;
		text-align:left;
		font-family:Helvetica;
		color:#666666;
		margin-bottom: 5px;
	}
	/* header fonts and background*/
	.top{
		color:#FFFFFF;
		font-family:verdana;
		font-size:10px;
		font-weight:bold;
		letter-spacing:.03cm;
	}
	
	.topback{
		background-image:url(images/top.gif);
		background-repeat:no-repeat;
	}
	/*footer fonts*/
	.bottom{
		color:#FFFFFF;
		font-family:arial;
		font-size:70%;
		letter-spacing: .03cm;
	}
	.bottomback{
		background-image:url(images/bottom.gif);
		background-repeat:no-repeat;
	}
	.right{
		text-align:right;
	}
	/*top links*/
	.normal:Link{color:#666666; font-family:arial; font-size:9px;}
	.normal:Hover{color:#00C1DA; font-family:arial; font-size:9px;}
	.normal:visited{font-family:arial; font-size:9px;}
	
	/*border for left table*/
	.stable{border-right: solid; border-right-color:#999999; border-right-width:thin}
	
	
	/*left side links*/
	.slink{
			border-bottom:dotted;
			text-align:left; 
			border-bottom-width:thin;
			}
	.slink a{
		display: block;
		color: #666666;
		background-color: #ffffff;
		width: 140px;
		height: 40 px;
		text-decoration: none;
		font-family:Arial; 
		font-size:10px;
	}
	.slink a:Hover{
		background-color:#CC9999;
		color:#ffffff; 
		font-family:arial; 
		font-size:10px;
	}
	
	
	/*right table links*/
	.srtable{border-left:solid thin; border-left-color:#999999;}
	.srlink{border-bottom: dotted thin; border-bottom-color:#CCCCCC; text-align:left; padding-left: 6px; text-indent: -6px;}
	.srlink a{
		color:#666666;
		cursor: hand;
		text-decoration:none;
		font-family:Arial;
		font-size:10px;
	} 
	.srlink a:Hover{
		color:#00C1DA;
	}
	
	/*body links*/
	.body:Link{color:#000000; font-family:Helvetica; font-size:12px;}
	.body:Hover{color:#666666; font-family:helvetica; font-size:12px;}
	.body:Visited{color:#999999; font-family:Helvetica; font-size:12px;}

	/*footer links*/
	.end{color:#ffffff; font-family:arial; font-size:12px; font-weight:500;}
	.end:Link{color:#FFFFFF; font-family:Arial; font-size:10px}
	.end:Hover{color:#CCCCCC; font-family:Arial; font-size:10px;}
	.end:Visited{color:#CCCCCC;font-family:Arial; font-size:10px;}
	
	/*Vertical line for table on front page*/
	.vertical{
		border-right:thin solid;
		border-color:#999999;
	}
	/*Link bar settings for both netscape and internet explorer*/
		.netscape{
		background-color:#CCCCCC;
		font-family:Verdana;
		font-size:10px;
		font-weight:bold;
		color:#ffffff;
		text-decoration:none
	}
	.netscape:Hover{
		background-color:#adebf7;
		color:#ffffff;
	}
	#buttons{
		font-family:Verdana;
		font-size:10px;
		font-weight:bold;
		color:#000000;
		text-decoration:none
	}
	#ie{
		background-color:#cccccc;
		width:173px;
	}
	#ie a{
		font: bold 10px verdana;
		display:block;
		width:100%;
		height:18px;
		color:#000000;
		text-decoration:none;
		text-align:center;
	}
	#ie a:Hover{
		background-color:#adebf7;
		color:#000000;
	}
	#inactive{
		background-color:#999999;
		width:173px;
	}
	#inactive a{
		font: bold 10px verdana;
		display:block;
		width:100%;
		height:18px;
		color:#000000;
		text-decoration:none;
		text-align:center;
	}
	/*Alliance links*/
	.alliances{color:#ffffff;}
	.alliances:Link{color:#ffffff;}
	.alliances:Hover{color:#ffffff;}
	.alliances:visited{color:#ffffff;}
	
.moreinfo{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	background-color:#C45040;
	border-color:#C45040; 
}

.tabbedDiv {
	border: 1px solid #10649e;
	margin-bottom: 14px;
	font-size: 11px;
	width: 143px;
}
.tabbedDiv h4 {
	padding: 0;
	margin: 0;
}
.tabbedDiv p {
	color: #666666;
	padding: 0;
	margin: 0 5px;
}

#tabFormTable {
	font-size: 10px;
	color: #333333;
}
#tabFormTable td {
	padding: 2px 2px 2px 0;
}
#tabFormTable input {
	width: 75px;
}


/* chrome menu */
.chromestyle{
width: 700px;
font-weight: bold;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #c6c6c6;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
background-color: #ccc;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
border-right: 1px solid #333;
}

.chromestyle ul li a{
color: #333;
padding: 4px 44px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
width: 139px; 
height: 20px;
}

.chromestyle ul li a:hover{ /*THEME CHANGE HERE*/
/*background-color: #c45040;*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
background-color: #ddd;
/*width: 200px;*/
min-width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding: 2px 15px;
text-decoration: none;
color: #333;
}

* html .dropmenudiv a{ /*IE only hack*/
/*width: 100%;*/
width: 200px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c07469;
}
