/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background-color: #e8e1d6; 
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#wrapper
{
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y; 
	width: 991px;
	margin: 0 auto;
}

#container
{
	width:979px;
	margin-left:6px;
	/*border: #000 dotted 1px;*/
	font-family:Arial;
	font-size:12px;
	color:#4f302a;
}

#leftNav
{
	width:117px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
	font-size:10.5px;
	color:#007cc4;
	text-align:center;
	font-weight:bold;
	padding-top:50px;
	margin-left:5px;
}

#content
{
	padding-left:40px;
	margin-right:140px;
	min-height: 400px;
}

h2
{
	color:#b35800;	
        
}
h3
{
	color:#b35800;	
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20PX;
}

p
{
	margin-bottom:10px;
	margin-top:5px;
}
ul
{
	padding-left:15px;	
}

ol
{
    padding-left:23px;	
}

#content td
{
	font-size:smaller;	
}

#content #table1 img
{
	margin-left:15px;	
}

#Footer
{
	margin-top:30px;
	padding-bottom:20px;
	font-size:10px;
}

/* Enlarge the images ---------------------------------------------------*/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}


a {
	color: #607293;
	text-decoration: none;
}


.bottomborder
{
	border-bottom-style: solid;
	border-bottom-color: #b35800;
	border-bottom-width: 1px;
}

#table4
{
	border: 3px solid #b35800;	
	width:60%;
	margin:auto;
	font-size:8pt;

}
#table4 .bottomBorder
{
	border-bottom: 3px solid #b35800;	
}
#table4 td
{
	line-height: 9px;
	border: 1px solid #000;	
	text-align:center;
}
#table4 th
{
	font-size:7pt;
	border: 1px solid #000;	
	background-color:#eedfc8;
}
