/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#FFFFFF;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}

#Wrapper{
	position:relative;
	width:800px;
	margin:15px auto 25px auto;
}	

#Top{
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:39px;
	background-image:url(../images/sm_topgraphic_01.jpg);
}
#TopMiddle{
	position:absolute;
	top:39px;
	left:0;
	width:800px;
	height:39px;
	background-image:url(../images/sm_topgraphic_02.jpg);
	background-repeat:no-repeat;
}
#LanguageButtonsWrapper{
	position:absolute;
	top:0;
	left:629px;
	width:171px;
	height:39px;
	background-image:url(../images/sm_topgraphic_05.jpg);
}
#LanguageButtons{
	position:absolute;
	left:0;	
}
#CirclesAndSquaresTop{
	position:absolute;
	top:78px;
	left:0;
	height:120px;
	width:800px;
	background-image:url(../images/sqs-circles_women.jpg);
}	
#CirclesAndSquaresTop2{
	position:absolute;
	top:78px;
	left:0;
	height:120px;
	width:800px;
	background-image:url(../images/sqs-circles_women2.jpg);
}	
#CirclesAndSquaresTop3{
	position:absolute;
	top:78px;
	left:0;
	height:120px;
	width:800px;
	background-image:url(../images/sqs_circles-women3.jpg);
}	
#BodyContent{
	position:absolute;
	top:198px;
	width:800px;
	left:0;
	background-image:url(../images/body_colour.jpg);
}
#Leftmenu{
	text-transform:lowercase;
	position:relative;
	float:left;
	top:13px;
	left:25px;
	width:175px;
	background-image : url(../images/Leftmenu/left_menu_colour.jpg);
}
#Leftmenu ul{
	margin-top:5px;
	margin-left:-35px;
	background-image:none;
}
#Leftmenu ul li{
	width:165px;
	background-image:url(../images/Leftmenu/barblank.jpg);
	background-repeat:no-repeat;
	list-style:none;
	font-weight:bold;
	padding-top:6px;
	padding-left:7px;
}

#Leftmenu ul li a, a:hover, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#Leftmenu ul li ul{
	margin-top:5px;
	margin-left:-40px;
	margin-bottom:10px;
	background-image:none;
}
#Leftmenu ul li ul li{
	list-style:none;
	background-image:url(../images/Leftmenu/arrow.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:17px;
	font-weight:bold;
	font-size:85%;
	width:auto;
	height:auto;
	font-weight:bold;
}
#Leftmenu ul li ul li a, a:visited{
	text-decoration:none;
	color:#570207;
}

#Leftmenu ul li ul li a:hover{
	text-decoration:underline;
}
#Content{
	position:relative;
	top:0;
	left:0;
	margin-left:240px;
	margin-right:60px;
	margin-bottom:15px;
	padding-top:15px;
}

#Content h1{
	text-transform:lowercase;
	font-size:110%;
	font-weight:bold;
}

#Content a, a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#570207;
}

#Content a:hover{
	text-decoration:underline;
}


.TentPole{
	position:relative;
	clear:both;
	height:30px;
	width:90%;
}
#Bottom{
	width:800px;
	height:108px;
	background-image:url(../images/design-bottom.jpg);
}
#PageTitle{
	color:#FFFFFF;
	text-transform:lowercase;
	font-size:120%;
	font-weight:bold;
	margin-bottom:25px;
	margin-top:15px;
}

.LinksList{
	list-style:none;
	margin-left:-40px;
}

.LinksListText{
	list-style:none;
	font-size:80%;
	margin-left:-35px;
	margin-bottom:15px;
	margin-top:3px;
}

.SmallPrint{
	font-size: 80%;
	font-style:italic;
}