/* body styles */
body {
	margin: 10px;
	background-image: url(../images/mainUI/stripe_bkg.gif);
	background-repeat: repeat;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #0000FF;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
}

a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

ul {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.mainTable {
	border: 1px solid #999999;
}

.contentTable {
	background-image: url(../images/mainUI/nursePhoto.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #FFFFFF;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	left: -1px;
}

#sectionLinks a:link{
	padding: 4px 0px 4px 10px;
	border-top: 1px solid #CCCCCC;
	width: auto;
	width: auto;
}

#sectionLinks a:visited{
	padding: 4px 0px 4px 10px;
	border-top: 1px solid #CCCCCC;
}

#sectionLinks a:hover{
	border-top: 1px solid #CCCCCC;
	background-color: #33CC66;
	padding: 4px 0px 4px 10px;
}

#navBar{
	margin: 0;
	padding: 0px;
	background-color: #BDBDBD;
	border-bottom: 1px solid #ccc;
	position: relative;
	left: 1px;
	right: 1px;
	width: 167px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #333333;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
.sidebar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.footerText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

