body {margin-top:0px;
margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}



/* #main 
____________________________________________________________*/
#main{ margin:0px auto;
		text-align:left; /** restore text align on left **/
		width:798px;
		height:100%;
		background-color:#FFFFFF;
		
}
/* #banner
____________________________________________________________*/
#banner {width:798px;
		height:200px;
		background-image: url(images/banner.jpg);
		background-repeat: no-repeat;
		}
/* #menu
____________________________________________________________*/
#menu {height:50px;
	background-image:url(images/menuleft.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
/* #menutab
____________________________________________________________*/
#menutab { float:right;
	margin-right:60px;
	

}

#menutab a{ text-decoration:none;
	color:#000000;
	padding-left:25px;
	padding-right:10px;
	border-right:solid 1px #ed1554;
}

#menutab a:hover{ font-weight:bold;
	color:#00a867;
	}

#menutab a.selected {font-weight:bold;
	color: #ed1554;
	}
	
/* #wrapper
____________________________________________________________*/
#wrapper {width:798px;
	height:100%;
	
	}
/* #content
____________________________________________________________*/
#content {padding-left:15px;
		padding-right:15px;
		line-height:18px;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
		}
.style1 {font-weight:bold;
	color: #ed1554;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}
#content a{text-decoration:underline;
	color:  #ed1554;
	}
	
/* #bottom
____________________________________________________________*/
#bottom {background-image:url(images/bottom.jpg);
	width:798px;
	height:181px;
	
	}