/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#logo{
	float:left;
	background-image:url(logo.gif);
	width:274px;
	height:213px;
}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{
	position:absolute;
	right:13px;
	top:13px;
}
#menu{float:right; width:526px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{
	float:left;
	width:272px;
	height:auto;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #E5B2CB;
}
#contenttext{
	float:right;
	width:526px;
	margin-top: 20px;
}
#leftpanel{
	float:left;
	width:274px;
}

#footer{
	float:left;
	width:780px;
	background-color:#FCD8ED;
	padding:12px;
	background-image: url(family2.gif);
	background-repeat: no-repeat;
	background-position: 25px bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BA0071;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font-size:1.3em;
	font-weight:bold;
	color:#BB267C;
	font-family: Tahoma, sans-serif;
	padding-left: 8px;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font-size:1.3em;
	font-weight:bold;
	color:#BB267C;
	font-family: Tahoma, sans-serif;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	font-family: Tahoma, sans-serif;
	text-align: right;
}
.smallgraytext a{
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	font-family: Tahoma, sans-serif;
}
.smallgraytext a:hover{
	text-decoration:underline;
	color: #BB267C;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#BC1B77;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#BC1B77;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.bodytext a {
	color: #B40172;
	text-decoration: none;
}

.bodytext a:hover {
	color: #FF3399;
	text-decoration: underline;
}

.bodytext li {
	text-align: left;
	padding-right: 15px;
}

.img_wrap {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

