@charset "utf-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: left;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
}
body,td,th {
	color: #D7E1E1;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#mid { 
	margin: 0 auto; 
	text-align: left; 
	background-image: url(../images/mid.jpg);
	background-repeat: repeat-x;	
}
#midtwo {
	width: 969px;
}
a {
	color: #B03085;
	text-decoration: none;
}
a:link {
	color: #B03085;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B03085;
}
a:hover {
	background-color: #FAEFF7;
	border-bottom: 3px solid #B03085;
	text-decoration: none;
	color: #B03085;
}
a:active {
	text-decoration: none;
	color: #B03085;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#left {
	float: left;
	width: 396px;
	position: relative;
	height: auto;
}
#right {
	float: right;
	position: relative;
	width: 573px;
	margin: 0 auto;
}
#footer {
	clear: both;
	margin-top: 10px;
	text-align: center;
	font-size: 9px;
	background-color: #A67C8B;
	padding-left: 10px;
}
#content {
	padding: 5 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px;
}
h1 {
	font-size: 16pt;
	color: #9FA092;
	font-weight: bold;
	text-align: center
}
h2 {
	font-size: 9pt;
	color: #91286F;
}
.side-title {
	background-color: #B8A6B6;
	font-size: 10pt;
	letter-spacing:6px;
	line-height: 12px;
	text-align: center;
	margin-left: 0px;
	background-image: url(../images/bar2.png);
	border-bottom-color: #B03085;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	color: #652C35;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	font-variant: normal;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
p {
	background-color: #B4A0B2;
	color: #CAD5DD;
	font-size: 9pt;
	border-color: #DFCBDC;
	margin: 0;
	padding: 10px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}
a img{
	padding: 1px;
	background-color: #feebec;
	border-width: 2px;
	border-style: solid;
	border-color: #B03085;
}
#links{
	position: absolute;
	top: 510px;
	left: 4px;
	width: 387px;
	height: 118px;
}
img{ 
	border-color: #feebec;
}
