/* Association of Undergraduate Sociologists web site styles */
/* Created by Jeff Ginger */
/* Last update 10.12.06 */

/*General site styles */

	body{ 
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	background-color:#6B8EA6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	}
	
	.picture{
	margin:0.25ex;
	border:1px solid #496579;
	}


/*Page content styles */

	.content{
	color: #000000;
	font-size: 10pt;
	}
	.content a:link, .content a:visited    {color: Black; text-decoration: underline;}
	.content a:active, .content a:hover  {color: #FF9610; text-decoration: none;}
	
	.quote {
	color: #D97800;
	text-decoration: none;
	}
	
	.tableItem {
	line-height: 10pt;
	}	
	
	.headertext {
	font-size: 12pt;
	line-height: 12pt;
	}
	
/*Link tray styles */
	
	#tray{
	text-align:center;
	background:url(dot_bground.gif) repeat-x;
	background-color:#6B8EA6;
	font-size:small;
	padding-bottom:1ex;
	}
	#tray a:link, #tray a:visited    {color: Black; text-decoration: underline;}
	#tray a:active, #tray a:hover  {color: #FF9610; text-decoration: none;}
	
/*Link list styles */
	
	#links{
	font-size:80%;
	line-height:13pt;
	color:#394A52;
	/*width:177px;*/
	}
	
	#links ul{
	list-style:none;
	margin:0;
	padding:0;
	left:0;
	right:0;
	}
	
	#links li{
	}

	#links a{
	display:block;
	padding-left:14px;
	width:122px;
	background:no-repeat url(linkBG.gif);
	}
	
	#links a:link, #links a:visited{
	color:#394A52;
	text-decoration:none;	
	}
	
	#links a:hover{
	background:no-repeat url(linkBGa.gif);
	}