@charset "utf-8";

/* sj_specific.css */
/* Containing colors and items specific to the Surgeon Pages */

body {
	background-image: url(images/background_skull_blue_full.jpg);
}
.sidebar1 {
	background-image: url(images/background_skull_blue_full_sidebar.jpg);
}


/* links */
a:link, a:visited {
	color: #06F;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #06F;
}

/* titles */
h2 {
	color: #06F;
}
h3 {
	color: #06F;
}
h4 {
	color: #06F;
}

/* graphics */
.ctr_graphic {
	color: #06F;
	text-align: center;
}

img {
	border: thin solid #03F;
}

hr {
	color: #06F;
}
.ol_pic_left {
	margin-left: 305px;
}


/* menus */
.text_submenu {
	color: #06F;
}
.bg_line_sep {
	color: #000;
}
