/* STYLES FOR LANGUAGE WORKS SITE */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 66.7%;
	color: #57514c;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg_pinktop.gif);
	background-repeat:repeat-x;
}
#totalcontainer {
	width: 80%;
	margin: 0 auto;
}
#footer {
	width: 100%;
	clear:both;
	border-top: 2px dotted #7e1f58;
}
#footer p {
	font-size: 1em;
}
h1 {
	font-size: .1em;
	color: #fff;
	height:60px;
	background-image:url(../images/title2.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	margin: 0 auto;
	margin-top: 28px;
}
h2 {
	font-size:1.6em;
	color: #cc6666;
	background-image:url(../images/fp_arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0 0 4px 18px;
	border-bottom: 2px dotted #7e1f58;
	float:left;
	font-weight:normal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
p, ol, ul, ul li ul {
	clear:both;
	font-size: 1.05em;
	line-height:1.6em;
}
#leftcol {
	float:left;
	width: 49%;
	margin-right: 1%;
	clear:left;
}
#rightcol {
	float:left;
	width: 49%;
}
.clearit {
	clear:both;
}
a:link, a:visited {
	color: #46032b;
	text-decoration:none;
}
a:hover {
	color: #7e1f58;
	background-color:#daedfa;
		text-decoration:none;
}
.leftside {
	float:left;
	margin-left:20px;
}
.centerside {
float:left;
	margin: 0 auto;
	margin-left:50%;
	text-align:center;
}
.rightside {
	float:right;
	margin-right:20px;
}