/* 	--------------	Teknos Translations 	--------------------		*/

body
{
	margin: 25px;
	font-family: trebuchet ms, arial, verdana, tahoma;
	font-size:80%;
	background-color: #505050;
	text-align: justify;
	line-height: 200%;
}
.reg{
	font-family: trebuchet ms, arial, verdana, tahoma;
	font-size:8pt;
	text-align: justify;
	line-height: normal;
}
img
{
	border: 0px;
}

a:active, a:visited, a:link
{
	color: #666666;
	text-decoration: underline;
}

a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

p { margin-top: 0; }

/* Containing DIV to hold all */
#container
{
	width: 760px;
	margin: 20px auto;
	border:1px solid #505050;
	background-color: #ffffff;
}
/* Header for logo / tag line / slogan / whatever */
#header
{
	width: 740px;
	height: 200px;
	margin: 10px auto;
	background-color: #FFCC00;
	background-image: url(images/headWoman.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#header h1
{
	font-size: 400%;
	float:right;
	padding-top:15px; 
	padding-right:20px;
	padding-bottom:20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100; 
	color: #E7E7DA; */
	color: #8F8F8F;
}
#header h2
{
	font-size: 300%;
	float:right;
	padding-top:20px;
	padding-right:20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 200;
	color: #666666;
}
/* Define top menu stuff */

#menu
{
	width: 740px;
	height: 35px;
	margin: 10px auto;
	background-color: #FFCC00;
}
#navcontainer ul
{
padding: 0;
margin: 0;
background-color: #FFCC00;
float: left;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 5px 10px;
background-color: #FFCC00;
color: #000;
text-decoration: none;
font-weight: bold;
float: right;
}

#navcontainer ul li a:hover
{
background-color: #000080;
color: #FFFFFF;
font-weight: bold;
}


/* Define content block with background image*/
#content
{
	width: 720px;
	padding: 10px 10px 70px 10px;
	margin: 10px auto;
	background-color: #E7E7DA;
	background-image: url(images/bodyBac.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#content1
{
	width: 720px;
	padding: 10px 10px 70px 10px;
	margin: 10px auto;
	background-color: #E7E7DA;
	background-image: url(images/bodyBac1.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#content2
{
	width: 720px;
	padding: 10px 10px 70px 10px;
	margin: 10px auto;
	background-color: #E7E7DA;
	background-image: url(images/bodyBac2.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#content3
{
	width: 720px;
	padding: 10px 10px 70px 10px;
	margin: 10px auto;
	background-color: #E7E7DA;
	background-image: url(images/bodyBac3.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#content h1
{
	font-size: 250%;
	color: #666642;
	padding-top: 10px;
	font-weight: 100;
}
#content1 h1
{
	font-size: 250%;
	color: #666642;
	padding-top: 10px;
	font-weight: 100;
}
#content2 h1
{
	font-size: 250%;
	color: #666642;
	padding-top: 10px;
	font-weight: 100;
}
#content3 h1
{
	font-size: 250%;
	color: #666642;
	padding-top: 10px;
	font-weight: 100;
}

#content h2
{
	font-size: 175%;
	color: #666642;
	font-weight: 100;
}

#highlightBlock
{

	border-color: #FFCC00;
	border-style: dotted;
	padding-left: 10px;
	padding-right: 10px;
}


#footer
{
	width: 720px;
	padding: 0px 10px;
	margin: 10px auto;
	background-color: #E7E7DA;
	text-align: right;
}

/* --------------- End ------------------------------------------------------- */