@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Georgia;
	font-size:11px;
	color:#993333;
	background-color: #FEE8F2;
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
a {
	font-weight: bold;
}
.style1 {
	color: #FFFFFF;
	font-size: 14;
}
h1 {
	font-size: 12px;
	color: #993333;
}
h2 {
	font-size: 14px;
	color: #993333;
}
h3 {
	font-size: 16px;
	color: #993333;
}
h4 {
	font-size: 18px;
	color: #993333;
}
h5 {
	font-size: 24px;
	color: #993333;
}

#container{
	width:840px;
	margin:0 auto;
	height:100%;
	overflow:auto;
	display:block;
	background: #fda3cb url(../images/bk.gif)repeat-y top left;
	text-align: justify;
}
#top{
	width:840px;
	height:299px;
	display:block;
	float:left;
	background: url(../images/topback.gif);
	text-align: center;
}

#menu{
	width:800px;
	height:50px;
	display:block;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/bk.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#thicktabs{
	margin: 0;
	padding: 0;
	width:800px;
	float: left;
	font: bold 11px;
	text-align:center;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
width:78px;
float: left;
color: #993333;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../images/pinkbg.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 3px solid #ffa1a3; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: #990033;
font-weight:bold;
}

#thicktabs li a:hover{
color: #990033;
font-weight:bold;
background-image: url(../images/pinkbgover.gif); /*background image swap on hover*/
}

</style>

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

#main{
	width:840px;
	height:auto;
	overflow:auto;
	display:block;
	float:left;
	background-repeat: y;
	background-position: top left;
	background-image: url(../images/bk.gif);

}
#left{
	width:237px;
	height:auto;
	display:block;
	float:left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#right{
	width:548px;
	height:auto;
	display:block;
	float:left;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#right1{
	width:548px;
	height:auto;
	display:block;
	float:left;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#right2{
	width:538px;
	height:auto;
	display:block;
	float:left;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#menu2{
	width:574px;
	height:auto;
	display:block;
	float:left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 267px;
}



.bl {
	background: url(../images/bl.gif) 0 100% no-repeat #f160b3;
	width: 220px
}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

.bl1 {
	background: url(../images/bl2.gif) 0 100% no-repeat #FDC3DD;
	width: 537px
}
.br1 {background: url(../images/br2.gif) 100% 100% no-repeat}
.tl1 {background: url(../images/tl1.gif) 0 0 no-repeat}
.tr1 {background: url(../images/tr2.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

.left {
	float: left;
	margin-right: 5px;
}

.mainpic {
	float: right;
	clear:right;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.mainpic1 {
	float: right;
	clear:right;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}



.right {
	float: right;
	clear:right;
	margin:0px 5px;
	margin-left: 10px;
}

#footer{
	width:790px;
	height:50px;
	float:left;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}
