body {
	text-align: center; /* Center - IE */
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
	background-color: RGB(0,0,0);
}

body .heading {
	width: 900px;
	height: 120px;
	text-align: left;
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
	background: url(images/background_heading.gif) no-repeat;
}

body .heading .left {
	width: 450px;
	height: 120px;
	text-align: left;
	float: left;
}

body .heading .right {
	width: 450px;
	height: 120px;
	text-align: right;
	float: left;
}

body .headingPadding {
	width: 900px;
	height: 40px;
	text-align: left;
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
}

body .divider {
	width: 900px;
	height: 1px;
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
	background-color: RGB(153,153,153);
}

body .menu {
	width: 900px;
	height: 30px;
	text-align: left;
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
}

body .menu .item {
	height: 30px;
	float: left;
}

body .menu .spacer {
	width: 50px;
	height: 30px;
	float: left;
}

.menuitem {
	color: RGB(153,153,153);
	text-decoration: none; 
	font: 9pt Arial; 
	text-align: left;
	line-height: 2.5;
}

.menuitem:visited {
	text-decoration: none; 
	color: RGB(153,153,153);
           }

.menuitem:hover {
	color: RGB(246,146,30);
}

.greylink {
	color: RGB(153,153,153);
	text-decoration: none; 
	font: 9pt Arial; 
	text-align: left;
	line-height: 2.5;
}

.greylink:visited {
	text-decoration: none; 
	color: RGB(153,153,153);
           }

.greylink:hover {
	color: RGB(0,0,0);
}

body .content {
	width: 900px;
	height: 350px;
	text-align: center; /* Center - IE */
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
	background-color: RGB(255,255,255);
}

body .copyright {
	width: 900px;
	height: 100px;
	text-align: center; /* Center - IE */
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
}

body .copyright .left {
	width: 900px;
	height: 100px;
	float: left;
	text-align: left;
}


body .copyright .right {
	width: 900px;
	height: 20px;
	float: left;
	text-align: right;
}


h2 {
	color: #352F13;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	}
h3 { 
	color: #000000;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-align:left;
	}
h4 { 
	text-align: left;
	font-size: 10px;
    font-family: Arial;
	}


body .banner {
	
	width: 800px;
	text-align:center;
	background-color:#FFFFFF;
	position: inherit;
}
	
body .main .tabbehind {
	width: 800px;
	padding: 5px;
	padding-right: 0px;
	background-color:#E7E3CB;	
	font-size: 12px;
	}
	

.tabbehind .tabselect {
	padding-right: 10px;
	padding-left: 10px;
	background-color:#D1CA9C;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	}

.tabbehind .tabother {
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial;
	color: black;
}

.tabbehind .tabother:hover {
	background-color:#D1CA9C;
	text-decoration: underline; 
	color: black;
	}
	
body .main .tabbehindright {
	width: 800px;
	padding: 5px;
	padding-right: 0px;
	background-color:#E7E3CB;
	text-align: right;
	font-size: 12px;
}

	
.tabbehindright .tabselectright {
	padding-right: 10px;
	padding-left: 10px;
	background-color:#D1CA9C;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	}
	

.tabbehindright .tabotherright {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial;
	color: black;
}

.tabbehindright .tabotherright:hover {
	background-color: #D1CA9C;
	text-decoration: none; 
	color: black;
	}

.main .content {
	background-color: #D1CA9C;
	padding: 40px;
	text-align:left;
	overflow:inherit;
	
	}
	
.content .box {
	border:1px solid #FFFFFF;
	text-align:center;
 	padding:10px;
	width:400px;
	}

.content .center 
	{
	text-align:center;
    }
	
.content .left
	{
	text-align:left;
    }
img {
	border: 0px;
}
