/* CSS Document */

body{
	background-color:#990000;
	background-image: url('images/bgColor.jpg');
	background: repeat;
	text-align:center;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0 0 0 0;
	color:#000;

}

img, div, h1, h2, p, form, label, input, textarea, span{
	margin:0 auto;
	padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.centered{
	text-align:center;
	}
	
.bold{
	font-weight:bold;
	}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
.header {		/* Words in header section */
	width: 800px;
	height: 120px;
	background-color:#C51100;
	background-image:url('images/imgTitleBg.jpg');
	background-repeat:repeat-y;
	font:16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:.5em;
	vertical-align: middle;
	margin:0 auto;
	padding:0;
	}

.subTitle {
	margin-left:175px;
	font:12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:.2em;
	line-height:20px;
}	

.headerPic{
	display:block;
	float: left;
	color:#FFFFFF;
	width: 175px;
	height:95px;
	vertical-align:middle;
}

#headerDivider{
	width: 800px;
	height: 25px;
	background-color: #FFBB58;  /* color for space between header and main content */
	border:none;
	}
	
#headerDivider ul{
	font: 14px/24px "Times New Roman", Times, serif;
	font-style:italic;
	padding:0 75px 0 100px;
}

#headerDivider ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	float: left;
	color:#FFFFFF;
	height:25px;
}


#headerDivider ul li.last {
	background-image:none;
}


#headerDivider ul li a {
	display:block;
	font: italic 14px/24px "Times New Roman", Times, serif;
	color:#C51100;
	height:25px;
	padding:0 20px 0 20px;
	text-decoration:none;
}

#headerDivider ul li a:hover {
	color: #FFFFFF;
}


#headerDivider ul li a.activeItem {
	color: #000;
}
	
.dashedLine{
	width:800px;
	height:3px;
	background-color: #FFBB58;  /* color for space between header and main content */
	background-image: url('images/dashed_line.gif');
	background-repeat: repeat-x;
	border:none;
	}

#mainSection {
	width: 800px;
	margin: 0 auto;
	background-image:url(images/bgMainSection.jpg);
	background-repeat: repeat;
	background-color: #C51100;	/* color for bottom part of menu - should be same as leftmenu blocks */
	border: none;
}

#leftmenu {
	float:left;
	width:150px;
	position:relative;
	padding:0 0 0 0;
	color:#000;
	/* border-top:6px solid #FFFFFF; /* color above Home menu block */
	}
#leftmenu ul{
	font: 17px/27px "Times New Roman", Times, serif;
	font-style:italic;
	}
	
#leftmenu ul li{
	text-align:center;
	padding:0 0 0 0;
}

#leftmenu ul li a{
	display:block;
	width:150px;
	height:29px;
	background-color:#FFFFFF;
	background-image: url('images/btnRndYlwRed.jpg');
	background-repeat: no-repeat;
	text-decoration:none;
	color:#FFB200;				/* color of the word on the menu items of non-active pages originally*/
	border-bottom:4px solid #FFFFFF;   /*color in between menu blocks */
}

#leftmenu ul li a:hover{
	color:#FFFFFF;  /* color of word on the menu items when cursor is over it */
}

#leftmenu ul li a.activeItem{
	color:#444444;   /* color of word on menu item of the currently active page */
	cursor:text;
}

#leftmenu img {
	border-bottom:4px solid #FFFFFF;
	display:block;
	}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#mainContent {
	float:left;
	width: 650px;
	background-color: #FFFFFF;  /* color of background of main content area */
	background-image:url('images/MultiPicVert.jpg');
	background-position:550px 10px;
	background-repeat:no-repeat;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:22px;
	letter-spacing:.1em;
}

#mainContent a {
	color: #993300;		/* color of words in main content with a reference (or link) attached to them */
	}
	
#mainContent h2 {
	font-size:20px;
	font-weight:bold;
}
#mainContent h3 {
	font-size:18px;
	font-weight:normal;
}

#mainContent ul {
	list-style-type:disc;
	list-style-image:url('images/bulletBrown.gif');
	text-align: left;
	line-height:40px;
	margin-left:100px;
	}
#mainContent ul li {
	display:block;
	}
	

#mainContent p {
	text-align: left;
	margin: 0 110px 0 20px;
	}


#copyRight {
	color: #333333;  /* color of words in bottom copyRight section */
	width: 600px;
	font-size:11px;
	text-align:center;
	vertical-align:bottom;
}
#copyRight p {
	text-align: center;
	margin: 0 100px 0 100px;
	}

