/*
333 - very dark grey - usually the background
000 - black
666 - light grey for the borders
999 - very light grey for text.

*/
body {
			background-image: url(../background_gradient_slice.png);
			background-repeat: repeat-x;
			background-color: #a8186d;
			font-family: Garamond;
			margin-left: 5%; 
			margin-right: 5%;
			text-align:justify;
			padding-right: 0px; 
			padding-top: 0px;
			padding-left: 0px; 
			padding-bottom: 0px;
			font-size: medium;
			line-height: 150%; 
		}
		p
		{ 
		text-align: justify; 
		} 
		
.header 
{
padding: 10px;
color: #000;
background-color: transparent;
text-align: center;
border-collapse: collapse;
font-size: medium;
}
.headerblack
{
padding: 10px;
color: #999;
background-color: #000;
border: 1px solid gray;
text-align: center;
border-collapse: collapse;
font-size: medium;
}
.generalcontentblack
{
padding: 10px;
color: #fff;
background-color: #000;
vertical-align: top;
line-height: 130%;
}
.generalcontentwhite
{
padding: 10px;
color: #000;
background-color: #fff;
border: 0px solid gray;
vertical-align: top;
text-align: left;
line-height: 130%;
}
.generalcontentwhitecenter
{
padding: 10px;
color: #000;
background-color: #fff;
border: 0px solid gray;
vertical-align: top;
text-align: center;
line-height: 130%;
}
.generalcontentpowderblue
{
padding: 10px;
color: #fff;
background-color: #6699CC;
border: 1px solid gray;
vertical-align: top;
line-height: 130%;
}
.generalcontentyellow
{
padding: 10px;
color: #000;
background-color: #FFFF66;
border: 1px solid gray;
vertical-align: top;
line-height: 130%;
text-align: left;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
line-height: 130%;
}
h3 
{
text-align: left;
}
.maincontent
{
padding: 10px;
color: #000;
background-color: transparent;
vertical-align: top;
width: 50%;
text-align: center;
}
.rightcontent
{
padding: 10px;
color: #999;
background-color: #333;
border: 1px solid gray;
text-align: left;
text-align: center;
line-height: 130%;
}
.footer
{
padding: 10px;
color: #000;
background-color: transparent;
font-size: medium;
text-align: center;
}
.general
{
color: #fff;
font-size: medium;
text-align: left;
}
.imagefloatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
a:link {
COLOR: #000;
}
a:visited {
COLOR: #000;
}
a:hover {
COLOR: #ccc;
}
a:active {
COLOR: #999;
}


