/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: "trebuchet ms", sans-serif ;
	color: #555555;
	font-size: 10pt;
}
a
{
	color: #669911;
}
a:hover
{
	color: #6B7E09;
}
/* Outer */
.outer
{
	width: 780px;
}
/* Header */
#header
{
	height: 95px;
	background-image: url(images/a2.gif);
	background-position: center bottom;
	padding-left: 40px;
	padding-top: 45px;
}

#header h1
{
	text-transform: lowercase;
	font-size: 1.6em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}

#header h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
}

#header #list{
	float:right;
	padding: 0.5em 2.5em 0.5em 2.5em;
}
#header #list ul
{
	list-style: none;
}
#header #list li
{
	display: inline;
}
#header #list li a
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #E9F7DF;
	text-decoration: none;
	margin-right: 1em;
}

#header #list li a:hover
{	
	color: #EDF9AC;
	text-decoration: underline;
	
}


/* Menu */
#menu
{
	background-image: url(images/a3.gif);
	background-repeat: repeat-x;
	background-position: bottom left;*/
	padding: 1em 2.5em 1em 2.5em;
	/*border-bottom: 1px solid #778;*/
}
#menu span.style{
	margin-right :0.6em;	
}
#menu span.headstyle{
	margin-right :0.6em;
	font-weight: bold;	
	font-size:1.1em;
	color:#617335;
}

#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{	
	color: #6B7E09;
	text-decoration: underline;
}


/* Content */
#content
{
	padding: 3em 15px 1em 15px;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
	
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content blockquote p
{
	margin-bottom: 0em;
}
#content table
{
	margin-bottom: 1.5em;
}
#content table th
{
	background-color: #D7E4C5;
	text-align: center;
	font-weight: bold;
	padding: 0.5em;	
}
#content table td
{
	padding: 0.5em;
}
#content table tr.rowB
{
	background-color: #EAEFE0;
	/*color: inherit;*/
}
#content table tr.rowA
{
	background-color: #F9FFEF;
	/*color: inherit;*/
}
#content table tr.rowC
{
	background-color: #E8E6D0;
	/*color: inherit;*/
}
#content table tr.rowD
{
	background-color: #E9E9E9;
	/*color: inherit;*/
}

/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-right: -370px;
	width: 100%;
}
#primaryContent
{
	margin: 0em 230px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3
{
	text-transform: lowercase;
	color: #5D5F53;
	border-bottom: dotted 1px #DFE2C9; /*#ECEEDF;*/
	padding-bottom: 0.3em;
}
#secondaryContent h3, #tertiaryContent h3
{
	background: url('images/a1.gif') no-repeat;
	width: 185px;
	height: 27px;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	text-transform: lowercase;
	color: #5D5F53;
}
/* Secondary Content */
#secondaryContent
{
	float: left;
	width: 160px;
}
/* Tertiary Content */
#tertiaryContent
{
	float: right;
	width: 160px;
	padding-right: 1em;
}
/* Footer */
#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}
.result
{
	padding: 0em 0.2em 0.3em 0.1em;
		
}
#Contentlist
{
	float: left;
	
	height: 450px;
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 2em;	

}
