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

body {
	font-family: arial, tahoma, serif;
	color: #fffff;
	background-image: url(images/s-bar.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #E3FFFF;
}

/* Define major divisions */

/* Center the Web page */
#center-page {
width: 1000px;
margin: 0 auto 0 auto
}

#heading {
	width: 1000px;
	height: 100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}

#nav {
width: 1000px;
height: 30px;
background-image : URL(images/right.jpg); 
background-repeat : repeat;
float: left
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
	background: #bdf url(images/tabs.jpg);
	color: Black;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
	float: left;
	margin: 0 3px 0 0;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(images/tabs.jpg) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
	 
}

#main {
width: 1000px;
background-image : URL(images/bg2.jpg); 
background-repeat : repeat;
float:left
}

#left {
width: 192px;
padding: 4px 4px 4px 44px;
float: left;
}


#middle {
width: 720px;
padding: 0 10px 0px 10px;
float: left
}


#right {
width: 20px;
padding: 0px 0px 0px 0px;
float: right;
}


#footer {
width: 1000px;
height: 30px;
background-image : URL(images/footer.jpg); 
background-repeat : repeat;
float: left
}

/* Define page elements */


#heading h1 {
	font-family: arial, tahoma, serif;
	font-size: 26pt;
	float: left;
	padding: 30px 0 0 20px;
	color: White;
	background-color: transparent;
}



#heading p {
font-family: arial, tahoma, serif;
font-size: 14pt;
float: left;
padding: 4px 0 0 5px;
color: #000000;
background-color: transparent;
}

#left h2, #right h2{
font-family: arial, tahoma, serif;
font-size: 12pt;
text-align: center;
padding: 5px 0 5px 0;
color: #1B1F79;
background-color: transparent;
}
#left h3 {
font-family: arial, tahoma, serif;
font-size: 12pt;
text-align: center;
padding: 5px 0 5px 0;
color: #DC143C;
background-color: transparent;
}

#left p , #right p {
	font-family: arial, tahoma, serif;
	font-size: 12pt;
	text-align: center;
	text-indent: 0px;
	padding: 2px 0 2px 0;
	color: White;
	background-color: transparent;
}

#left a {
color: #ffffff;
background-color: transparent;
font-weight: 600;
text-decoration: none
}

#left a:hover {
	color: Blue;
	font-weight: 600;
	text-decoration: underline;
	
}


#middle h1 {
font-family: arial, tahoma, serif;
font-size: 16pt;
text-align: center;
padding: 5px 0 5px 0;
color: #1B1F79;
background-color: transparent;
}


#middle h2 {
	font-family: arial, tahoma, serif;
	font-size: 14pt;
	text-align: center;
	padding: 5px 0 5px 0;
	color: Black;
	background-color: transparent;
}

#middle p {
font-family: arial, tahoma, serif;
font-size: 12pt;
text-align: left;
text-indent: 1em;
padding: 5px 20px 5px 20px;
color: #0e0e0e;
background-color: transparent;
}
#middle img {
	padding-right: 20px;
	
	}


#footer p {
font-family: arial, tahoma, serif;
font-size: 9pt;
text-align: center;
padding: 5px 0 0 0;
color: #ffffff;
background-color: transparent
}
#footer a {
color: #ffffff;
background-color: transparent;
font-weight: 600;
text-decoration: none
}

#footer a:hover {
	color: Blue;
	font-weight: 600;
	text-decoration: underline;
}

