/* Global Styles */

body {
	margin:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #583571;
	background-color: #999999;
	}
	
a:link {
	color: #5C743D;
	}
	
a:hover, a:active {
	color: #669933;
	}
	
a:visited {
	color: #666666;
	}
	
h1 {
	font-size: 25px;
	} 

h2 {
	font-size: 22px;
	}
	
h3 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
h4 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 2px;
	}
	
h5 {
	font-size: 14px;
	}
	
h6 {
	font-size: 11px;
	}

/* ID Styles */

#header 	{
	color: #526437;
	background-color: #e2f4be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#photo 	{
	width: 325px;
	background-color: #d9d9d9;
	}
	
#purplebox 	{
	width: 548px;
	color: #FFFFFF;
	background-color: #583571;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	}

#leftside 	{	
	background-color: #d9d9d9;
	padding: 14px;
	vertical-align: top;
	width: 325px;
	}
	
#rightside 	{
	background-color: #ffffff;
	padding: 14px;
	vertical-align: top;
	}

	
/* Class Styles */
	
.quote {
	color: #e2f4be;
	line-height:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a78bba;
	margin: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a78bba;
	}
	
		
