@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	 }
a{
	color:#872C86;
	text-decoration:none;
	}

/*a:active{
	color:#000;
	text-decoration:none;
}*/

ul li{
list-style-type:none;
}		 
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#888;
	}
#wrapper{
	width:800px;
	margin:0 auto;
	background:#FFF;
	min-height:750px;
	padding:0 25px;
	}
#wrapper #header{
	border-bottom:1px solid #95225F;
	}	
#wrapper #header #logo{
	float:left;
	}
#wrapper #header #menu{
	float:right;
	margin:114px 0 0 0;
	width:450px;
	}
#wrapper #header #menu .searchPanel{
	margin:0 0 10px 25px;
/*	background:#DFBCDB;*/
	background:#FFF;
	padding:3px;
	/*border:1px solid #8A2F7F;*/
	width:240px;
	float:right;
	}	
#wrapper #header #menu ul{
	clear:both;
	margin-right:10px;
	}
#wrapper #header #menu ul li{
	list-style-type:none;
	float:left;
	margin-left:15px;	
	}
#wrapper #header #menu ul li a{
	float:left;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#872C86;	
	}
#wrapper #header #menu ul li.active a{
	background:url(../images/menu_hover.gif) no-repeat;
	color:#FFF;
	}	
#wrapper #header #menu ul li a:hover{
	background:url(../images/menu_hover.gif) no-repeat;
	color:#FFF;
	}
#wrapper #mainContent .textSection{
	width:550px;
	margin:5px 0 0 0;
	
	}
#wrapper #mainContent .textSection .photoHolder{
	margin:10px 0 0 0;
	/*background:url(../images/bigPhotoFrame.gif) no-repeat;*/
	padding:5px;
	/*border:1px solid #892E89;*/
	}
#wrapper #mainContent .textSection .photoHolder ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#wrapper #mainContent .textSection .text{
	width:300px;
	margin:10px 0 10px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#wrapper #mainContent .newsSection{
	width:230px;
	font-size:9px;
	}
#wrapper #mainContent .photoSection{
	width:300px;
	font-size:9px;
	}				
#wrapper #mainContent .photoSection ul{
	margin-top:15px;
	}
#wrapper #mainContent .photoSection ul li{
	float:left;
	list-style-type:none;
	width:150px;
	height:180px;
	padding-top:5px;
	}
#wrapper #mainContent .photoSection ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	} 
.imageHolder{
	/*background:url(../images/smallPhotoFrame.gif) no-repeat;*/
	/*padding:1px 0 8px 8px;*/
	padding:2px;
	/*border:1px solid #892E89;*/
	}
.imageHolder img.active{
	background:#000;
	filter:alpha(opacity=20);
	 -moz-opacity:.2;
	 opacity:0.2;
	 -khtml-opacity:.2;
	 }
h1{
	color:#872C86;
	font-size:16px;
	padding:5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h2{
	color:#872C86;
	font-size:12px;
	padding:10px 0;
	}
.articleDt{	
	font-size:12px;
	color:#91268F;
	margin-bottom:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.marginRight{
	margin:0 15px 0 0;
	}
.authorTable tr td{
	border-right:1px solid #DFBCDB;
	padding:0 0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}	
.authorTable tr td.noBorder{
	border-right:0;
	padding:0 0 0 10px;
	}	
.pagination{
	margin-top:10px;	
	}
.pagination a{
	border:1px solid #95225F;
	padding:1px 5px;
	margin:0 1px 0 0;
	}
.pagination a:hover{
	background:#95225F;
	color:#FFF;
	padding:1px 5px;
	}							
#footer{
	padding:10px 0 0 0;
	margin:18px 0 0 0;
	font-size:8px;
	text-align:right;
	border-top:1px solid #95225F;
	}		
						
.clear{
	clear:both !important;
	font-size:0 !important;
	height:1 !important;
	display:block !important;
	}	
.floatLt{
	float:left;
	}
.floatRt{
	float:right;
	}	
	.pinkText{
 color:#872C86;
 }
h3{
 color:#BD8CBF;
 font-size:16px;
 }
.outTeamMsg{
 margin-bottom:15px;
 font-size:12px;
 }	
.submissionSec{
 width:350px;
 margin-top:15px;
 }
.subRightSection{
 width:300px;
 margin-right:50px;
 margin-top:20px;
 }
 .textBox{
	border:1px solid #CCC;
	padding:1px 0 2px 0;
	border-right:0;
	}
