/*.purple
{
	background: #6E2C72;
}
table
{
	background: white;
}*/
body
{
	padding: 5px;
	background: #663366;
	font-size: small;
	font-family: Arial, serif;
}
.center
{
padding-left: 30%;
padding-right:30%;
}

.none
{
	list-style-type: none;
	font-size:85%;
	text-align:left;
	
	
}


h1
{
	font-size: x-large;
}
h2
{
	font-size: large;
}
h3
{
	font-size: medium;
}
a{
 
}

a:hover
{
	color: black;
	background:#CCCCCC;
	
}
a:visited{
 color: blue;
}

#nav{
text-transform: uppercase;
list-style-type: none;
/*list-style-position: inside;*/
/*list-style-image: url(images/bulletIvy.jpg);*/
vertical-align:top;
line-height:2em;
/*font-weight:bold;*/
}

#wrapper{
width:95%;
background-color:white;
margin-left:auto;
margin-right:auto;
padding:5px;
}

.leftNav{
background-color:white;
text-align:left;
width:25%;
float:left;
margin-right:5%;
border-right-color:#663366;
border-right-style:dotted;
border-right-width:2px;
}
.side{
background-color:white;
width:25%;
font-size:110%;
float:right;
margin-left:5%;
text-align:center;
}
.purpleBorder
{
border-left-color:#663366;
border-left-style:dotted;
border-left-width:2px;
}
#whiteAll{
background-color:white;
}
