/*
	Design original by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
	
	Diseņo final by iSol
*/

/* Basic */

* {
	margin: 0em;
	padding: 0em;
}


a {
	color: #995500;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	background: #fff;
	/*color: #665555;
	color: #661717;*/
color: #840000;

}

/* Outer */

#outer {
	margin: 0em auto 1em auto;
	width: 100%;
	background-color: #fff;
}

/* Header */

#header {
	padding: 0.5em 1em 0.5em 1em;
	/*background: #2E2017 url('images/a1.jpg') top left repeat-x;
	background: #F1DFC9 url('images/a2.gif') top left repeat-x;*/
	color: #840000;
}

#header h1
{
	font-size: 2.3em;
}

#header h1, #header h2
{
	display: block;
	/*width: 300px;*/
	margin: 0em auto;
}

#header h1 a
{
	/*color: #fff;*/
	text-decoration: none;
}

#header h2
{
	/*color: #bbaa77;*/
	font-size: 1.2em;
}


/* Content */

#content
{
	width: 100%;
	margin: 0em auto;
	/*background: #F1DFC9 url('images/a2.gif') top left repeat-x;*/
	background: #ffcf9c;
}

#content p
{
	margin-bottom: 1.5em;
	text-align: justify;
}

#content h2,h3,h4,h5,h6
{
	color: #443333;
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	padding-left: 1em;
	margin-bottom: 1.5em;
	border-left: solid 7px #EFEECC;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 0.1em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #443333;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #F6EECC;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #FFFEEF;
	color: inherit;
}

/* Menu Content */
#menuContentContainer
{

	width: 150px;
	height: auto;
	/*margin: 5px 5px 5px 5px;
	border-style: solid;
	border-color: Fuchsia;
	border-width: 1px;*/
}

#menuContentContainer h3
{
	background:white;
	padding: 0.3em 0.5em 0.2em 0.5em; 
	left: -0.8em;
	margin-right: -1.6em;
	font-size: 1em;
}

#menu
{
	/*padding: 1px 5px 5px 1px;*/
	
}

#menu ul
{
	display: list-item; /* width: 778px; */
	margin: 0em auto;
	list-style: none;
	padding-left: 1px;
}

#menu li
{
	border-bottom: 1px dotted #840000;
	line-height: 150%;
  	list-style-type: none;
	display: list-item;
}

#menu li a
{
	color: #38271C;
	font-weight: bold;
	text-decoration: none;

}

#menu li a:hover
{
	background: #342117 url('images/a4.gif') top left repeat-x;
	color: #fff;
}


/* Primary Content */


#primaryContent
{
	margin: 0px 1px 1px 1px;
	background: white;
padding: 9px;
}

#primaryContent h2, #primaryContent h3
{
	border-bottom: solid 1px #efeecc;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
}

#primaryContent h2
{
	font-size: 2em;
}

#primaryContent h3
{
	font-size: 1.1em;
}

/* Secondary Content */

#secondaryContent
{
	/*border-style: solid;
	border-color: Fuchsia;
	border-width: 1px;*/
	width: 180px;
	margin: 2px;
	padding: 2px;
}

#secondaryContent h3
{
	background:white;
	padding: 0.2em 0.5em 0.2em 0.5em; 
	left: -0.8em;
	margin-right: -1.6em;
	font-size: 1em;
}

#secondaryContent h4
{

	margin-bottom: -0.1em;
	font-size: 1em;
}
#secondaryContent ul
{
	display: block;
	/* width: 778px; */
	margin: 0em auto;
	list-style: none;
	padding-left: 20px;
}

/* Unique Content */

#uniqueContentContainer
{
	float: left;
	margin-left: -17em;
}

#uniqueContent
{
	margin: 0em 0em 0em 6.5em;
	padding: 1.5em;
}

#uniqueContent h2, #uniqueContent h3
{
	border-bottom: solid 1px #efeecc;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
}

#uniqueContent h2
{
	font-size: 1.7em;
}

#uniqueContent h3
{
	font-size: 1.1em;
}


/* Footer */

#footer
{
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
	/* width: 778px; */
	margin: 0em auto;
	border-top: solid 1px #efeecc;
	font-size: 0.9em;
	/*background: #F1DFC9 url('images/a2.gif') top left repeat-x;*/
}

.clear
{
	clear: both;
}