body {
	background:url(../images/site-bg.jpg) repeat-x #d5c2d5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

#wrapper {
	width:815px; 
	margin:0 auto;
	background:#fff;
	border:1px solid #868686;
}

#alignLeft {
	text-align:left;
}

#topText{
	color:#5e156b;
	text-align:right;
	font-size:20px;
	padding-right:10px;
}

#topMiddleText{
	font-size:20px;
}

#bodyContent {
	margin:0px 15px 0 25px;
	min-height:600px;
}


h1 {
	color:#71357f;
	font-weight:bold;
	font-size:24px;
	margin-bottom:-10px;
}

h2{
	color:#ab87b2;
	font-size:20px;
	margin-bottom:-3px;

}

#footer {
	text-align:center;
	color:#848383;
	font-size:14px;
	
}

#footer a:link {color:#848383;text-decoration:none;}  

#footer a:visited {color:#848383;}  

#footer a:hover {color:#848383;text-decoration:underline;}
#footer a:active {color:#848383;}  

.link1 a:link {color:#5e156b;}      /* unvisited link */


a:link {color:#000;}      /* unvisited link */
a:visited {color:#000;}  /* visited link */
a:hover {color:#000;}  /* mouse over link */
a:active {color:#000;}  /* selected link */

#textSizer {
	font-weight:bold;
	font-size:18px;
	color:#71357f;
	
}

#textSizer1 a {
	font-size: 18px;
	color: white;
	text-decoration: none;
}

#textSizer2 a {
	font-size: 22px;
	color: #7144ba;
}

#textSizer3 a{
	font-size: 24px;
	color: #7144ba;
}

.button1 {
	border: 1px solid #5e156b;
	background-color: #5e156b;
}
td.button2 {
	border: 1px solid #5e156b;
}
.button3 {
	border: 1px solid #5e156b;
}



p {
	line-height:20px;
}

img {
	border:none;
}


