/* CSS Document */

body {
	margin: 40px auto;
	background-image:url('../images/template/background.gif');
	background-repeat:repeat;
	width: 744px;
	border: 3px solid #C10077;
}

.main {
	width: 744px;
	background-color:#FFFFFF;
}

#nav{
	float:left;
}

FORM {
	margin: 0;
	padding: 0;
}

.content{
	margin-left:166px;
}

.sub_content {
	background-image:url('../images/template/back_main.jpg');
	background-repeat:repeat;
}

a.nav_item {
	background-image:url('../images/template/back_nav.jpg');
	background-repeat:repeat;
	color:#DB993D;
	font-family:Georgia;
	font-size:12px;
	text-decoration:none;
	width:166px;
	display:block;
}

a.nav_item:hover {
	color:#C10077;
}

a.nav_subitem {
	background-image:url('../images/template/back_nav.jpg');
	background-repeat:repeat;
	color:#DB993D;
	font-family:Georgia;
	font-size:10px;
	text-decoration:none;
	width:166px;
	display:block;
}

a.nav_subitem:hover {
	color:#C10077;
}

.indent_left_nav_item {
	padding-left:30px;
}

.indent_left_nav_subitem {
	padding-left:35px;
}

.clear {
	clear:both;
	height:1px;
}

.page_title {
	font-family:Georgia;
	font-size:24px;
	color:#C10077;
	background-image:url('../images/template/back_title.jpg');
	padding-left:15px;
	height:46px;
}

.text {
	font-family:Georgia;
	font-size:12px;
	color:#C10077;
	padding-left:15px;
	width:520px;
	float:left;
}

.bottom_text {
	font-family:Georgia;
	font-size:12px;
	color:#C10077;
	margin-top: 20px;
	text-align: center;
/*	width:250px; */
}

.girls {
	margin-left:290px;
	vertical-align:bottom;
	margin-top:-250px;
	position:relative;
	top:1px;
}

a.link {
	font-family:Georgia;
	color:#DB993D;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

a.link:hover {
	color:#C10077;
	font-weight:bold;
}

.link_line {
	font-family:Georgia;
	color:#DB993D;
}

li a {
	font-family:Georgia;
	color:#DB993D;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

a {
	font-family:Georgia;
	color:#DB993D;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

.title {
	color:#1B51A7;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	padding:10px 0px;
}

.form_titles {
	color:#C10077;
	font-family:Georgia;
	font-size:12px;
	float:left;
	width:150px;
	font-weight:bold;
	padding:5px;
}

.form_fields {
	width:300px;
	float:left;
	padding:5px;
	font-weight:bold;
}

.main_menu {
	width:100%;
	background-color:#FFFFFF;
}

#for_facilitators {
	background-image:url('../images/template/spalsh_page/for_facilitators-off.jpg');
	width:167px;
	height:82px;
	display:block;
}

#for_facilitators:hover {
	background-image:url('../images/template/spalsh_page/for_facilitators.jpg');
}

#for_parents {
	background-image:url('../images/template/spalsh_page/for_parents-off.jpg');
	width:141px;
	height:92px;
	display:block;
}

#for_parents:hover {
	background-image:url('../images/template/spalsh_page/for_parents.jpg');
}

#for_girls {
	background-image:url('../images/template/spalsh_page/for_girls-off.jpg');
	width:91px;
	height:94px;
	display:block;
}

#for_girls:hover {	
	background-image:url('../images/template/spalsh_page/for_girls.jpg');
}

.small {
	font-size: 11px;
	font-weight: normal;
}