body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	min-width : 750px;
}

#headerstrip {
	background-color: #96AEBE;
	height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #4D485B;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

#headerstrip #homeicon {
	background-image: url(/images/home.jpg);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	width: 30px;
	text-indent: -5000px;
	float: left;
}

#headerstrip #sg7icon {
	background-image: url(/images/sg7.jpg);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	width: 80px;
	text-indent: -5000px;
	float: right;
}

#headerstrip #homeicon, #headerstrip #sg7icon {
    display:-moz-inline-box; /*FireFox Fix*/
    -moz-box-orient: vertical; /*FireFox Fix*/
    -moz-box-align: center;	/*FireFox Fix*/
	zoom: 1; *display: inline; /*IE6 & IE7 Fix*/
}

#headerstrip #homeicon:hover, #headerstrip #sg7icon:hover {
	background-position: right;
}


#menustrip, #menustrip li {
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#menustrip li {
	list-style-type: none;
	display: inline;
}
#menustrip li a {
	color: #4D485B;
	text-decoration: none;
	font-size: 18px;
	background-image: url(/images/menutab.jpg);
	background-repeat: no-repeat;
	width: 110px;
	display: inline-block;
	height: 30px;
	background-position: center 0px;
	text-align: center;

    display:-moz-inline-box; /*FireFox Fix*/
    -moz-box-orient: vertical; /*FireFox Fix*/
    -moz-box-align: center;	/*FireFox Fix*/
	zoom: 1; *display: inline; /*IE6 & IE7 Fix*/
}
#menustrip li a:hover, #menustrip li.true a {
	color: #000000;
	background-position: center -30px;
	background-repeat: no-repeat;
}
#menustrip table {border-collapse:collapse: width:0; height:0; margin:-3px -10px;}
#menustrip ul {
	padding:0;
	position:absolute;
	height:30px;
	width:100%;
	left:-9999px;
	z-index:10;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	top: 60px;
}
#menustrip ul li a {
	background-image:none;
	margin-right: 20px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #96AEBE;
	padding-left: 5px;
}
#menustrip ul li a:hover {
	color: #000000;
	text-decoration: underline;
	background:transparent;}
	
	
	

#menustrip li:hover ul {left:0;}

#menustrip li.true ul {left:0; z-index:1;}

#menustrip li.true ul li.true a {
	color:#98AFBF;
	font-weight: bold;
}
#menustrip li.true ul li.true a {
	text-decoration: none;}







#menustrip ul {width:800px;}


#menustrip :hover ul {left:0;}








	
#mainbody h1 {
	font-size: 160%;
	font-style: italic;
	margin-bottom: 0px;
}

#mainbody h2 {
	font-size: 130%;
	font-style: italic;
	margin-bottom: 0px;
}

#mainbody p {
	text-align: justify;
	margin-top: 5px;
}

#mainbody a {
	font-weight: bold;
	color: #4D485B;
	text-decoration: none;
}
#mainbody a:hover {
	color: #000000;
	text-decoration: underline;
}

#main, #main1, #main2, #main3, #main4, #main5, #main6 {
	background-repeat: no-repeat;
	min-height: 503px;
	margin: 10px;
}

/* IE6 fix and mac IE hide \*/
* html #main, html #main1, html #main2,  html #main3, html #main4, html #main5, html #main6 {
    height:503px
}
/* end hide */

#main {
	background-image: url(/images/SM_97.jpg);
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 310px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main1 {
	background-image: url(/images/SM_45.jpg);
	background-position: left 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 280px;
}

#main2 {
	background-image: url(/images/SM_54.jpg);
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 390px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main3 {
	background-image: url(/images/SM_53.jpg);
	background-position: left 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 310px;
}

#main4 {
	background-image: url(/images/SM_24.jpg);
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 360px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main5 {
	background-image: url(/images/SM_01.jpg);
	background-position: left 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 360px;
}

#main6 {
	background-image: url(/images/SM_35.jpg);
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 450px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#footer {
	height: 100px;
	width: 700px;
	background-color: #DEDEDC;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 15px;
	color: #999999;
}
#submenu a {
	color: #4D485B;
	text-decoration: none;
}
#submenu ul li{
	display: inline;
	margin-right: 20px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #96AEBE;
	padding-left: 5px;
}
#submenu a:hover {
	color: #000000;
	text-decoration: underline;
}
#submenu ul {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
}
