@charset "UTF-8";
/* CSS Document */

	body {
		margin:0;
		background-image:url(../../images/aa/contentbk.jpg);
		background-repeat:repeat-y;
		background-position:center;
		}
	
	.topbanner {
		background-image:url(../../images/aa/topbanner.gif);
		width:800px;
		height:150px;
		display:block;
		}
	
	.container {
		width:800px;
		display:block;
		text-align:left;
		}
	
	
	.content {
		width:430px;
		padding-left:20px;
		float:left;
		display:inline;
		text-align:left;
		font-family:arial;
		font-size:13px;
		color:#666666;
		}
	
	.contentb {
		width:760px;
		padding-left:20px;
		clear:both;
		display:block;
		text-align:left;
		font-family:arial;
		font-size:13px;
		color:#666666;
		}
	
	.photo {
		float:right;
		width:314px;
		display:inline;
		padding-right:20px;
		padding-top:20px;
		}
	
	.width {
		width:100%;
		clear:both;
		display:block;
		text-align:left;
		}
	
	h1 {
		font-family:arial;
		font-weight:bold;
		font-size:16px;
		color:#666666;
		text-decoration: none;
		background-color: transparent;
		}
	
	h2 {
		font-family:arial;
		font-weight:bold;
		font-size:15px;
		color:#666666;
		text-decoration: none;
		background-color: transparent;
		border-color: #666666;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
		border-style:dotted;
		padding-bottom:2px;
		margin-bottom:2px;
		}
	
	h3 {
		font-family:arial;
		font-weight:bold;
		font-size:16px;
		color:#666666;
		text-decoration: none;
		background-color: transparent;
		margin-top:0;
		margin-bottom:4px;
		}
	
	
	.link1 {
		text-decoration:underline;
		font-family:arial;
		font-size:12px;
		color:#990000;
		font-weight:normal;
		}
		
	a:hover.link1 {
		color:#990000;
		text-decoration:none;
		}
	
	.nav {
		padding-top:93px;
		padding-left:630px;
		display:block;
		}
	
	.navinner {
		width:136px;
		height:21px;
		display:block;
		}
	
	
	/* home */

	#home
		{
  		display: block;
  		width: 68px;
  		height: 21px;
  		background: url(../../images/aa/home.gif) no-repeat 0 0;
		}

	#home:hover
		{ 
  		background-position: 0 -21px;
		}

	#home span
		{
  	display: none;
		}

	.nhome {
		width:68px;
		height:21px;
		float:left;
		}
	
	/* profiles */

	#profiles
		{
  		display: block;
  		width: 68px;
  		height: 21px;
  		background: url(../../images/aa/profiles.gif) no-repeat 0 0;
		}

	#profiles:hover
		{ 
  		background-position: 0 -21px;
		}

	#profiles span
		{
  	display: none;
		}

	.nprofiles {
		width:68px;
		height:21px;
		float:left;
		}