body {
	text-align:center;
	margin: 0px 0px 0px 0px;
	background-color:#083554;
}
#pagebackground {
	position:relative;
	margin: 0px 0px 0px 0px;
	min-height:820px;
	_height:820px;
	background:url(images/background.jpg) top repeat-x;
}
#wrapper {
	margin: 0 auto;
	width:719px;
}
#header_ {
	float:left;
	width:716px;
	height:303px;
	/*padding-left:3px;*/
	margin-left:3px;
	background:#ffffff;
}
#shell{
	float:left;
	width:719px;
	min-height:437px;
	_height:437px;
	background:url(images/shell.jpg) top repeat-y;
}
#shellBG{
	float:left;
	width:719px;
	min-height:437px;
	_height:437px;
	background:url(images/shellBG.jpg) top no-repeat;
}
#menu{
	float:left;
	width:719px;
	height:38px;
	color: #FFFFFF;
}
#contentpanel{
	float:left;
	width:507px;
}
#patientlogin{
	float:left;
	width:507px;
	text-align:right;
	height:104px;
	margin-top:2px;
}
#title{
	float:left;
	/*height:30px;*/
	color:#FFFFFF;
	text-align:left;
	width:449px;
	padding-left:25px;
	margin-top:-10px;
}
#content{
	float:left;
	text-align:left;
	color:#FFFFFF;
	width:449px;
	padding-left:22px;
	margin-top:-13px;
}
#content p{
	font:11px Verdana,Arial,Sans-Serif;
	color:#ffffff;
	line-height:1.5;
}
#content a{
	font:11px Verdana,Arial,Sans-Serif;
	color:#A7A9AC;
	line-height:1.5;
}
#content h2,h3,h4,h5{
	font:16px Verdana,Arial,Sans-Serif;
	color:#ffffff;
	line-height:150%;
	font-weight:bold;
}
#content ul{
	font:11px Verdana,Arial,Sans-Serif;
	color:#ffffff;
	line-height:1.5;
}
#content ol{
	font:11px Verdana,Arial,Sans-Serif;
	color:#ffffff;
	line-height:1.5;
}
#contentin{
	float:left;
	text-align:left;
	color:#FFFFFF;
	width:449px;
	padding-left:22px;
	margin-top:-13px;
}
#contentin p{
	font:11px Verdana,Arial,Sans-Serif;
	color:#ffffff;
	line-height:1.5;
}
#contentin a{
	font:11px Verdana,Arial,Sans-Serif;
	color:#A7A9AC;
	line-height:1.5;
}
#contentin h2,h3,h4,h5{
	font:16px Verdana,Arial,Sans-Serif;
	color:#ffffff;
	line-height:150%;
	font-weight:bold;
}
#contentin ul{
	font:11px Verdana,Arial,Sans-Serif;
	color:#ffffff;
	line-height:1.5;
	margin-left:-27px;
}
#contentin ol{
	font:11px Verdana,Arial,Sans-Serif;
	color:#ffffff;
	line-height:1.5;
	margin-left:-20px;
}
#links{
	float:right;
	width:212px;
	margin-top:66px;
}
.imglinks{
	border:none;
	float:right;
}
#footer{
	float:left;
	width:719px;
	height:69px;
	background:url(images/footer.jpg) top no-repeat;
}
#footertxt{
	float:left;
	height:15px;
	width:719px;
	margin-top:55px;
	color:#000000;
	font:10px Verdana,Arial,Sans-Serif;
}
#footertxt a{
	color:#000000;
	font:10px Verdana,Arial,Sans-Serif;
}
#footertxt a:hover{
	text-decoration:underline;
}
/*InnerPages*/
#header_inner{
	float:left;
	width:719px;
	height:303px;
	background:url(images/header_inner.jpg) top no-repeat;
}

/* Menu implementation */
#MainMenu {
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	/*padding:5px 30px;*/
	height:37px;
	width:700px;
	/*border:1px red solid;*/
}

#MainMenu ul {
	margin:0px 0px 0px -10px;
	padding:0px 0px 0px 0px;
	height:37px;
	z-index:997;
}

#MainMenu ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	display:inline;
	height:37px;
	position:relative;
	z-index:998;
}

#MainMenu ul li a {
	font:Bold 14px Verdana,Arial,Sans-Serif;
	/*line-height:20px;*/
	height:37px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 10px 0px;
	color: #ffffff;
	/*border:1px white solid;*/
}
#MainMenu ul li a img{
	padding:0px 20px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}
#MainMenu ul li a:hover {
	text-decoration: none;
	padding:8px 20px 11px 0px;
	margin:0px 0px 5px 0px;
	background:url(images/rolloverstrip.jpg) repeat-x;
}

#MainMenu ul li ul {
	position: absolute;
	height: auto;
	width: 160px;
	margin: 0;
	left:0;
	bottom:26px;	
	background-color: #B3D7EF;
	display: none;
	z-index:999;
	text-align:center;
	padding:10px 0px 5px 0px;
}

#MainMenu ul li ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display: block;
	height:20px;
	width: 160px;
}

#MainMenu ul li ul li a {
	font:11px Verdana,Arial,Sans-Serif;
	color:#005186;
	display:block;
	padding:0px 0px 0px 0px;
	height:auto;
	width: 160px;
}

#MainMenu ul li ul li a:hover {
	padding:0px 0px 0px 0px;
	text-decoration: none;
	color:#012E4C;
	background:none;
	font:Bold 11px Verdana,Arial,Sans-Serif;
	height:auto;
	width: 160px;
/*	letter-spacing:-1px;*/
}

/*sIFR Implementation*/
.sIFR-flash {  
	visibility: visible !important;	
	margin: 0;	
	padding: 0;
}
.sIFR-replaced { 
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0; 
	height: 0; 
	display: block; 
	overflow: hidden;
}
.sIFR-replaced > div { 
	display: none !important;
}
.sIFR-active #title .sIFR {
	visibility: hidden;
	font:normal 30px/100% Arial, Helvetica, sans-serif;
	color:#ffffff;
}