/***********************************************************************************************
* Content
***********************************************************************************************/
body {
	background-image: url(bckg.jpg);
	font-size:11px
}

body,  td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
}

h1 {
	color:#a9ae97;
	font-size:1.5em;
	font-weight:bold;

}

h2 {
	color:#000000;
	font-size:1.25em
}

h3 {
	color:#000000;
	font-size:1em;
	font-weight:bold;

}

a:link {
	color: #85b5e5;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#6d92b9;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#61b0ff;
	font-weight:bold;
	text-decoration:underline;
}

a:active {
	color:#85b5e5;
	font-weight:bold;
	text-decoration:underline;
}
a img {
border:0px;
}


.copyright {
	background-color:none;
	color:#E3E5D7;
	font-size:10px;
	text-align: center;
}
.copyright a:link {
			color: #cccc99;
}
.copyright a:visited {
            color: #cccc99;
}
.copyright a:active {
            color: #cccc99;
}
.copyright a:hover {
            color: #ffffff;
}

.caption {
	color:#ffffff;
}

#content {
	margin:5px 50px 5px 75px;
}
.outerBox {
	width:350px;
}

.outerBoxContents {
 background-image: url(box_middle.gif);
 background-repeat: repeat-y;
 margin:0;
 padding:0 25px 0 5px;
}
 
.outerBoxContents p {
 margin:0;
}

.border {
 border: none #823f87;
}
img {  
 border-style: none;
}

