a {
	color: #5C30A6;
	font-weight: 200;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {color: #5C30A6; font-weight: 200; text-decoration: underline} /*Green*/
a:visited {color: #5C30A6; font-weight: 200} /* Purple */

.whitelink
	{color: #FFFFFF;
	font-weight: 200;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;}
	
	a:hover {color: #FFFFFF; font-weight: 200; text-decoration: underline} /*Green*/
	
	a:visited {color: #FFFFFF; font-weight: 200} /* Purple */

.purplink
	{color: #5C30A6;
	font-weight: 200;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;}
	
	a:hover {color: #5C30A6; font-weight: 200; text-decoration: underline} /*Green*/
	
	a:visited {color: #5C30A6; font-weight: 200} /* Purple */

.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: none;
}

.textheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C30A6;
	font-weight: bold;
	border: none;
}

.tableborder {border-width: thin;
	border-color: #000000}

/navbar/

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #999fff;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: black;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #990000;
color: #fff;
}

.buttonscontainer {width: 240px;}

.buttons a {color: #000000;
background-color: ;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #000000;
font: 12px times new roman, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #5C30A6;
color: #000000;
text-decoration: none;}

.picborder
{border-width: thin;
	border-color: #CCCCCC}

#profile {
background-image: url(Images/attyphoto_sized.jpg);
background-repeat: no-repeat;
z-index: 2;

}