body {
	margin: 0px;
	padding: 0px;
		} 	
div#main {
	position: relative;
	height: 749px;
	width: 900px;
	margin: auto;
	border: 1px solid #3a9db2;
	background-color: #FFFFFF;
}
/* commented backslash hack cannot be seen on Mac \*/
div#main {
	margin-left: -450px;
	position: absolute;
	left: 50%;
	height: 749px;
	width: 900px;
	background-color: #FFFFFF;
}
/* end of hack*/
/* Styling the Divs */
div#top {
	margin: 0px;
	padding: 0px;
	height: 181px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/div_top.png);
	background-repeat: no-repeat;
}
div#menu {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 181px;
	background-image: url(../images/div_menu.png);
	background-repeat: no-repeat;
}
div#title {
	height: 29px;
	z-index: 1;
	width: 200px;
	left: 50px;
	top: 181px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D01E6C;
	line-height: 25px;
	font-weight: bold;
}
div #nav {
	/*height: 385px;*/
	height: 420px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 210px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	z-index: auto;
}
div #text {
	height: 385px;
	width: 650px;
	position: absolute;
	left: 250px;
	top: 210px;
	margin: 0px;
	background-image: none;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 50px;
}
div #holder {
	height: 435px;
	width: 650px;
	position: absolute;
	left: 250px;
	top: 210px;
	margin: 0px;
	background-image: none;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div #home1 {
	height: 385px;
	width: 400px;
	position: absolute;
	margin: 0px;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* top: 50px; make a bit more room at the top of the page */
	top: 10px;

}
div #home2 {
	height: 464px;
	width: 250px;
	position: absolute;
	margin: 0px;
	left: 400px;
	visibility: visible;
	z-index: 1000;
	padding: 0px;
	overflow: hidden;
}
div #footer {
	height: 104px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 645px;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	z-index: 1;
	background-image: url(../images/div_footer.gif);
}
/* Styling the Text */
div #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	line-height: 104px;
	font-weight: bold;
}
#main #footer .alignleft {
	float: left;
}
#main #footer .alignright {
	float: right;
}


div #text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3A9DB2;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}
div #home1 p {
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #3B9EB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
div #home1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3A9DB2;
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
div #home1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #42A0B5;
	line-height: normal;
}


div #text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #379EB2;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}

/* Styling the Main Menu */
ul#menu, ul#menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	left: 0px;
	text-decoration: none;
	font-size: 14px;
	color: #3a9db2;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
	top: 0px;
	font-weight: bolder;
}
ul#menu li a, ul#menu li a:hover, ul#menu li a:active {
	text-decoration: none;
	text-align: left;
	display: block;
	width: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	color: #3a9db2;
	padding-right: 20px;
}
ul#menu li a:hover, ul#menu li a:active {
	color: #d01e6d;
}
a.a1 {
	background-image: url(../images/home_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a1:hover{
	background-image: url(../images/home_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a2 {
	background-image: url(../images/about_us_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a2:hover{
	background-image: url(../images/about_us_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a3 {
	background-image: url(../images/activities_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a3:hover{
	background-image: url(../images/activities_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a4 {
	background-image: url(../images/events_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a4:hover{
	background-image: url(../images/events_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a5 {
	background-image: url(../images/publications_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a5:hover{
	background-image: url(../images/publications_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a6 {
	background-image: url(../images/contact_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a6:hover{
	background-image: url(../images/contact_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a7 {
	background-image: url(../images/affiliates_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a7:hover{
	background-image: url(../images/affiliates_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a8 {
	background-image: url(../images/newsflash_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a8:hover{
	background-image: url(../images/newsflash_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a9 {
	background-image: url(../images/join_us_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.a9:hover{
	background-image: url(../images/join_us_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* Styling the Staff Menu */
ul#staff li {
	list-style-type: none;
	left: 0px;
	text-decoration: none;
	margin: 0px;
	top: 0px;
	font-weight: bolder;
	height: 25px;
	float: left;
	display: block;
	visibility: visible;
	z-index: auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
ul#staff {
	padding-left: 250px;
	margin: 0px;
	line-height: 25px;
}
ul#staff li a, ul#staff li a:hover, ul#staff li a:active {
	text-decoration: underline;
	text-align: left;
	display: block;
	width: auto;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#staff li a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color: #42A0B5;
	/* font-style: italic; */
}
a:visited {
	color: #D01F92;
	/* font-style: italic;*/
}

