/* CSS Document */

body
{background-color:#DCEDDA;
color:#336633;  /* default font color */
margin-top:0;}

table#frame
{border:solid 1px #003300;} /* border around content */

/* Links */

a:link, a:visited
{color:#336633;
text-decoration:underline;
}

a:hover; a:active
{color: #660066;
text-decoration:underline;
}

/* top banner title */

td#top
{background:url(../images/top.jpg) no-repeat top left #F6931C;
height:19px;}

td#logobg
{background:url(../images/logo.gif) top left no-repeat #EEB94F;
background-position:left;
min-height:104px;
width:105px;
}

td#titlebg
{background-color:#EEB94F;
min-height:104px;
width:100%;
}

td#womenbg
{background:url(../images/womenbg.gif) top left no-repeat #EEB94F;
background-position:right;
min-height:104px;
width:305px;
}


h1
{margin-left:30px;
color:#336633;
font-family:"Times New Roman", Times, serif;
font-size:2em;
margin-bottom:5px;
background-color:#EEB94F;

}

h1 span.varTitle1
{font-size:0.7em;
background-color:#EEB94F;
text-align:left;
}

/* languages  */

	/* languages names behalf current language */ 
td#languages ul li a
{color:#FFFFFF;
text-decoration:none}

	/* current language */
td#languages ul li
{color:#FFFFFF}

	/* languages cell background */
td#languages
{background:url(../images/top.jpg) no-repeat top left #F6931C;
height:19px;}

/*menu */

td#menu
{background-color:#B0690A;
margin-right:10px;
padding:5px;
width:30%;}


td#menu ul li a /* links in the menu */
{border-color:#003333;
color: #FFFFFF;
}

td#menu ul li a:hover /* hover state for links in the menu */
{background: #DCEDDA;
border-color: #ccc #003300 #666 #ccc;
color: #003300;}

/* Main content */

td#content
{background-color:#FFFFFF;
 }


/* titles */
h2
{font-size:1.2em;
color:#336633}

h3
{font-size:1em;
color:#336633}

h4
{color:black}

/* skiplink */

td#top a
{color:#ADD7D6;}

td#top a:focus
{color:#ffffff;}

/* quote */
.quote {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #336633;
	text-decoration: none;
	background-color: #DCEDDA;
	display: block;
	padding: 15px;
	text-align: left;
	font-style: oblique;
	border-top: 1px solid #006666;
	border-right: 1px none #006666;
	border-bottom: 1px none #006666;
	border-left: 1px none #006666; }
	
.quoteAuthor {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #336633;
	text-decoration: none;
	background-color: #DCEDDA;
	display: block;
	padding: 15px;
	text-align: right;
	font-style: oblique;
	border-top: 1px none #006666;
	border-right: 1px none #006666;
	border-bottom: 1px solid #006666;
	border-left: 1px none #006666;
}	

blockquote.home
{background-color:#D2DFDE;
border-top:#000033 solid 1px;
border-bottom:#000033 solid 1px;
font-style:italic;
padding:10px;
margin-left:0;
}

p.source
{
text-align:right;
margin-right:3em;
font-size:0.9em;
font-style:italic}


/* footer */
td#footer 
{
background:url(../images/bottom.jpg) no-repeat top left #2BA72B;
height:38px;
color:#FFFFFF;
}

