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

body, div, h1, h2, h3, h4, h5, h6, p, img {
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-position: inside;
}

.left {float:left; }
.right {float:right; }
.center {margin: 0 auto; text-align:center; }

a img {border:none; }

.img-left {float: left; margin-right:10px;}
.img-right{float: right; margin-left:10px;}


a:link {color: #0000FF; text-decoration: underline; }
a:visited {
	color: #7F007F;
	text-decoration: underline;
}
a:hover {color: #A585A5; text-decoration: none; }
a:active {color: #0000FF; text-decoration: underline; }

.clear {clear:both}

ol li {
	list-style-position:outside;
}

ul li {
	list-style-position:outside;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	padding:10px;
	font-size: 80%;
	background-color:#ECE6EC;
	/*	background-image:url(images/background.png);*/
}

#main {
	width: 800px;
    margin: 0 auto;
}

#content{
	background-image:url(images/frame-middle.png);
}

#header {
	background: url("images/banner.jpg") no-repeat scroll 0 0 transparent;
    height: 131px;
    left: 50%;
    margin: 20px auto;
    width: 758px;
}


#header-bar {
	background:url("images/header-bar.png") no-repeat scroll 0 0 transparent;
	height:15px;
}

/* MENU START */

#menu {
	float:left;
	overflow:hidden;
	position:relative;
	background:url("images/menu-bar.png") no-repeat scroll 0px 0 transparent;
	width: 805px;
	height: 60px;	
}

#menu ul {
    list-style: none;
	float:left;
	clear:left;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}  

#menu ul li {  
	width:110px;
	right:51%;
	float:left;
	display:block;
	list-style:none;
	margin:15px 0;
	position:relative;
	float:left;
	display:block;
	list-style:none;
}

#menu ul li a {  
	color:#000000;
	line-height:2.5em;
	text-decoration:underline;
}

#menu ul li:hover a {  
	color:#3C2230;
	font-size: 1em;
	line-height:2.5em;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

#homemenu {
	border-right:dashed 1px purple;
}
#aboutmenu {
	border-right:dashed 1px purple;
}
#girlsmenu {
	border-right:dashed 1px purple;
}
#sponsorshipmenu {
	border-right:dashed 1px purple;
}
#casestudiesmenu {
	border-right:dashed 1px purple;
}
#newsmenu {
	border-right:dashed 1px purple;
}
#contactmenu {
	border-right:none;
}

#home #homemenu {
	width:110px;
	margin:15px 0;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	float:left;
	display:block;
	list-style:none;
}

#home #homemenu a {
	color: #FFFFFF;
	margin:auto;
	text-decoration: none;
}

#about #aboutmenu {
	width:110px;
	margin:15px 0;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	float:left;
	display:block;
	list-style:none;
}

#about #aboutmenu a {
	color: #FFFFFF;
	margin:auto;
	text-decoration: none;
}

#girls #girlsmenu {
	width:110px;
	margin:15px 0;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	float:left;
	display:block;
	list-style:none;
}

#girls #girlsmenu a {
	color: #FFFFFF;
	margin:auto;
	text-decoration: none;
}

#sponsorship #sponsorshipmenu {
	width:110px;
	margin:15px 0;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	float:left;
	display:block;
	list-style:none;
}

#sponsorship #sponsorshipmenu a {
	color: #FFFFFF;
	margin:auto;
	text-decoration: none;
}

#casestudies #casestudiesmenu {
	width:110px;
	margin:15px 0;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	float:left;
	display:block;
	list-style:none;
}

#casestudies #casestudiesmenu a {
	color: #FFFFFF;
	margin:auto;
	text-decoration: none;
}

#news #newsmenu {
	width:110px;
	margin:15px 0;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	float:left;
	display:block;
	list-style:none;
}

#news #newsmenu a {
	color: #FFFFFF;
	margin:auto;
	text-decoration: none;
}

#contact #contactmenu {
	width:110px;
	margin:15px 0;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	float:left;
	display:block;
	list-style:none;
}

#contact #contactmenu a {
	color: #FFFFFF;
	margin:auto;
	text-decoration: none;
}

/*MENU END */

#text {
	color: #000033;
	font-size: 1em;
	text-align: left;
	margin: 0 50px;
}

#text h1 {
	color: #561b36;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

#text h2 {
	color: #660033;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	text-align: left;
}

.extrarow {
	height: 30px;
}

.framed-text {
	padding: 15px;
	border: solid 2px #A585A5;
	font-size:0.9em;
}

.backtotop {
	color: #561b36;
	font-size: 0.9em;
	font-style:italic;
	text-align: right;
}

.previousnext {
	background-color:#A585A5;
	padding: 10px;
	margin:auto;
	color: #FFFFFF;
	text-align:center;
}

.previousnext a {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: 1px #FFFFFF dotted;
}

.previousnext .currentyear a {
	color:#3C2230;
	text-decoration: none;
	border: none;	 
	font-weight:bold;
	padding: 0;
}

.backtotop a {
	border-bottom: 1px dashed #561b36;
	text-decoration: none;
}

.girls-title {
	color: #561b36;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	display:inline;
}

.personalinfo {
	line-height: 21pt;
}

.sponsor {
	color: #561b36;
	font-weight:bold;
	font-style:italic;
}

.highlight {
	color: #561b36;
	font-weight:bold;
}

.highlight a {
	text-decoration: none;
	border-bottom: dashed 1px #561b36;
	color: #561b36;
}

#footer {
	background-image:url(images/banner-bottom.png);
	text-align:center;
	font-size:1.5em;
	line-height:2.3em;
	font-size: 0.9em;
	margin: auto;
	height: 90px;
}

#footer a {
	text-decoration: none;
	color:inherit;
}
	
#footer p {
	padding-top: 27px;
	text-align:center;
	color:#333333;
}
	
#copyright {
	color: #666666;
	font-size: 0.9em;
	padding-top: 10px;
	margin:auto;
	text-align:center;
}


/* ORIGINAL STYLE SHEET */

.newsDate {

	color : #7D1724;

	font-size : 10pt;

	font-family : Arial, Helvetica, sans-serif;

	font-weight : normal;

}



.newsBody {
	color : #333333;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height: 14pt;

}



.newsTitle {

	color : #7D1724;

	font-size : 12pt;

	font-family : Arial, Helvetica, sans-serif;

	font-weight : bold;

}

.newsBack {

	color : black;

	font-size : 10pt;

	font-family : Arial, Helvetica, sans-serif;

	font-weight : bold;

}

.newsMenuDate {

	color : black;

	font-size : 10pt;

	font-family : Arial, Helvetica, sans-serif;

	font-weight : bold;

}

.newsMenuTitle {

	color : #7D1724;

	font-size : 10pt;

	font-family : Arial, Helvetica, sans-serif;

	font-weight : bold;

}



.error_text {

	color : #881839;

	font-size : 10pt;

	font-family : Arial, Helvetica, sans-serif;

	font-weight : bold;

}

