@charset "UTF-8";
/* CSS Document */


body {
background-color: #837F80;
font-family: Arial; 
font-size: small;
}

h1 {
font-family: Arial; 
font-size: 18pt; 
}

.purple {
	color: #8250A0;
}

#header{
width: 792px;
height: 199px;
background-image:url(images/header.jpg);
background-repeat: no-repeat;
margin: 0 auto;


}

#content{
width: 792px;
height: 100%;
background-image: url(images/content.jpg);
background-repeat: repeat-y;
margin: 0 auto;
padding-top: 15px;



}

#left_menu{
width: 134px;
float: left;
padding: 0 10px 0 10px;


}

#right{
width: 175px;
float: right;
}

#middle{
width: 433px;
margin: 0px auto 0px auto;
padding-right: 20px;

}

a.menu:link { 
font-weight: bold;
font-size: small;
color: #8250A0;
text-decoration: none;
border: none;

}
a.menu:visited { 
font-weight: bold;
font-size: small;
color: #8250A0;
text-decoration: none;
border: none;

}
a.menu:hover { 
font-weight: bold;
font-size: small;
color: #666666;
text-decoration: none;
border: none;
}
a.menu:active {
font-weight: bold;
font-size: small;
color: #8250A0;
text-decoration: none;
border: none; }


a.header:link { 
font-weight: bold;
font-size: medium;
color: #8250A0;
text-decoration: none;
border: none;

}
a.header:visited { 
font-weight: bold;
font-size: medium;
color: #8250A0;
text-decoration: none;
border: none;

}
a.header:hover { 
font-weight: bold;
font-size: medium;
color: #666666;
text-decoration: none;
border: none;


}


a.header:active { font-weight: bold;
font-size: medium;
color: #8250A0;
text-decoration: none;
border: none; }

.header{ font-weight: bold;
font-size: medium;
color: #8250A0;
text-decoration: none;
border: none; }


a.donate:link { 
font-size: medium;
color: #8250A0;
text-decoration: none;
border: none;

}
a.donate:visited { 
font-size: medium;
color: #8250A0;
text-decoration: none;
border: none;

}
a.donate:hover { 
font-size: medium;
color: #666666;
text-decoration: none;
border: none;


}


a.donate:active { 
font-size: medium;
color: #8250A0;
text-decoration: none;
border: none; }


a:link { 
font-size: small;
color: #8250A0;
text-decoration: none;
border: none;

}
a:visited { 
font-size: small;
color: #8250A0;
text-decoration: none;
border: none;

}
a:hover { 
font-size: small;
color: #666666;
text-decoration: none;
border: none;
}


a:active { 
font-size: small;
color: #8250A0;
text-decoration: none;
border: none; }

.body_bold { font-weight: bold;
font-size: small;
text-decoration: none;
border: none; }