@charset "utf-8";

/* CSS Document */


body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/bkg.jpg);
	background-color: #3D351E;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #ff7800;
}

a:hover
{
	color: #FFF;
}

hr
{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ff7800;
	clear: both;
}
.hr
{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #655B36;
}

h1
{
	font-size: 32px;
	font-weight: normal;
	color: #FF7800;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 50px;
	font-style: italic;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2
{
	font-size: 20px;
	color: #FF7800;
}
h3
{
	font-size: 15px;
	color: #FF7800;
}


#wrapper
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}

#logo
{
	position: absolute;
	left: 41px;
	top: 10px;
}

#wrapper #titlePhoto
{
	position: absolute;
	top: 20px;
	right: 45px;
	z-index: 0;
}

#wrapper #titlePanel
{
	position: absolute;
	left: 28px;
	top: 416px;
	z-index: 5;
}

#wrapper #titleMenu
{
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	left: 54px;
	top: 185px;
	margin: 0px;
	padding: 0px;
}

#wrapper #titleMenu li
{
	margin: 0px;
	padding: 0px;
}

#wrapper #titleMenu li a
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 28px;
}

#wrapper #titleMenu li a:hover
{
	color: #FF7800;
	background-color: #2B240A;
}

#wrapper #titleText
{
	height: auto;
	width: 368px;
	position: absolute;
	left: 125px;
	top: 503px;
	z-index: 10;
	font-size: 11px;
}

#wrapper #titleText h2
{
	font-size: 20px;
	font-weight: normal;
	color: #FF7800;
	padding: 0px;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#wrapper #titleFooter
{
	position: absolute;
	top: 682px;
	right: 401px;
	font-size: 10px;
	text-align: center;
	z-index: 10;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6C654A;
}

#wrapper #headerPhoto
{
	position: absolute;
	top: 0px;
	right: 329px;
	z-index: 0;
}

#wrapper #headerFarah
{
	position: absolute;
	top: 42px;
	right: 38px;
}

#wrapper #menu
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	left: 10px;
	top: 210px;
	width: 960px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#wrapper #menu li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#wrapper #menu a
{
	display: block;
	padding: 11px;
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF7800;
	border-bottom-color: #FF7800;
}

#wrapper #menu a:hover,
#wrapper #menu .active,
#wrapper #menu .active:hover
{
	color: #FF7800;
}
#contentText 
{
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 80px;
	width: 930px;
}
#contentText .contentHalf 
{
	float: left;
	width: 435px;
}
#wrapper #footer
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF7800;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6C654A;
	padding-top:20px;
}
.imgBorder,
.imgBorderLeft,
.imgBorderRight
{
	border: 7px solid #655B36;
	margin: 3px;
}

.imgBorderLeft
{
	margin-right:8px;
	margin-bottom:8px;
	float: left;
}

.imgBorderRight
{
	margin-left:8px;
	margin-bottom:8px;
	float: right;
}
.table01 td
{
	background-color: #4D4528;
}
.table01 th
{
	background-color: #695E36;
}


.toSmall
{
	font-size: 11px;
}



.ncsv
{
	display: none;
}

.clearBoth
{
	clear: both;
}

