body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0 0 0 10px; 
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* =LAYOUT
-----------------------------------------------------------------------------*/

#container {
	width: 960px;
	background: #FFFFFF;
	 /*margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 

#header {
	background: #FFFFFF;
	height: 240px; 
	padding: 2px 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	border-bottom: 1px solid;
	border-color: #e9e9e9;
	width: 960px;
} 

#issueCover {float: right; width: 150px; text-align: center; margin-top: 5px; margin-right: 10px;}
#logo {position: relative; top: 2px; left: 0px; width: 750px; margin: 105px 0px 8px 0px;}
#message {position: absolute; left: 599px; top: 56px; font:12px/18px "Trebuchet MS", verdana, Arial, sans-serif; 		font-weight:bold; color:#931a25;}

#sidebar1 {
	float: left; 
	width: 200px; 
	background: #FFFFFF; 
	padding: 0px 0 0 0; 
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #e9e9e9;
	margin: 0px 10px 0px 0px;
	height: 725px;
}

#searchBox {width:190px; padding: 8px 5px 20px 5px; background:#e1dbcb; margin: 0px;}


#mainContent {
    margin: 10px 0px 0px 10px; 
    padding: 0px;
}

#footer {	
	margin-top: 15px;
	padding: 10px 10px 0 20px; 
	background:#FFFFFF;
	text-align:center;
	border-top: 1px solid;
	border-color: #DDDDDD;
	width: 930px;
} 

#footer A	{font: 11px/18px Arial, sans-serif; text-decoration: none; color: black;}
.footerLink {font: 11px/18px Arial, sans-serif; text-decoration: none;color: black;}
#footer a:visited {color:Black; }
#footer a:hover {color:#931a25; }


.clearfloat {clear:both;  height:0; font-size: 1px; line-height: 0px;}

/*********************************************************************************/
/*********************LEFT NAVIGATION CONTROLS**************************/
/*********************************************************************************/

.specialtyNav { 
	float: left;
	padding:10px 0px 0px 10px;  
	z-index: 100;
	width: 190px; 
	background-color:#f6f3e9; 
	width: 190px;
 } 
 .specialtyNavBottom {float: left;	padding:10px 0px 0px 0px; z-index: 0; width: 190px;}
 
.specialtyNav ul, .specialtyNavBottom ul  { 
	list-style:none; 
	padding-left: 0px;
	margin-left: 10px;  
	z-index: 100;
}

.specialtyNav ul li, .specialtyNavBottom ul li { 
	padding-left: 10px; 
	background:url(http://192.168.175.30/images/layout/navArrow.gif) 0px 5px no-repeat; 
	padding-bottom: 7px; 
}

.specialtyNav ul li a, .specialtyNavBottom ul li a { 
	font: 12px/18px Arial, helvetica, sans-serif; 
	color: #000; 
	font-weight: bold; 
	text-decoration: none;
} 

.specialtyNav ul li a:hover, .specialtyNavBottom ul li a:hover { 
	color:#931a25; text-decoration:underline;
	background:url(http://192.168.175.30/images/layout/subspBg.jpg) 0px 0px no-repeat; 
}

.specialtyNav ul li a.selected, .specialtyNavBottom ul li a.selected{ 
	font:12px/18px Arial, helvetica, sans-serif; color:#931a25; 
	font-weight:bold; text-decoration: underline; 
	 z-index: 100;
}

.specialtyNav ul.subspecialtyList { 
	padding-top:5px; list-style:none; 
	background:url(http://192.168.175.30/images/layout/subspBg.jpg) 0px 0px no-repeat;
	padding-right:0; margin-right:0; padding-left:10px; 
	list-style-type: none;
	 z-index: 100;
}

.specialtyNav ul.subspecialtyList li{
	padding-left:10px;
	list-style:none;
	list-style-type: none;
	background-color:Transparent;	
	border-bottom:1px dotted #cc9166; 
	z-index: 100;
}

.specialtyNav ul.subspecialtyList li a { font:11px/18px Arial, helvetica, sans-serif; color:#000; font-weight:normal;  z-index: 100;}
.specialtyNav ul.subspecialtyList li.last{ border-bottom:0; }
.menu { position: relative; font-size: 90%; z-index: 100;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul { padding:0; margin:0; width:158px; position:relative; list-style-type: none;  z-index: 100;}
.menu li { background:transparent;  z-index: 100;}
.menu a, .menu a:visited, .menu2 a, .menu2 a:visited { display:block;  width:158px; color:#000; background:transparent;  z-index: 100; }
.menu :hover > a { background:url(http://192.168.175.30/images/layout/subspBg.jpg) 0px 0px no-repeat;  z-index: 100;}
.menu ul ul { 	visibility:hidden; position:absolute; top:-1px; left:110px; width:170px;  z-index: 100;}
.menu ul li:hover ul, .menu ul a:hover ul { visibility:visible; z-index: 100; font: 11px Arial bold;}

/*****CONTROLS THE HEIGHT OF THE HOVER MENUS*****/
.menu ul.cat1 {top:8px; z-index: 100;}
.menu ul.cat2 {top:50px;z-index: 100;}
.menu ul.cat3 {top:76px; z-index: 100;}
.menu ul.cat4 {top:101px; z-index: 100;}
.menu ul.cat5 {top:130px; z-index: 100;}
.menu ul.cat6 {top:160px; z-index: 100;}
/*********************************************************************************/
/*****************END OF LEFT NAVIGATION CONTROLS*********************/
/*********************************************************************************/




/* =MISC
-----------------------------------------------------------------------------*/

.current {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding-top:10px;
	padding-bottom:5px;
	color:#931a25;
}

.issue {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	font-style:italic;
	border-top:1px solid #f0f0f0;
	padding-top:3px;
	color:#000;
}

p, td, .g {margin: 0px 0px 10px 0px; font-size: 12px; font-family: Arial,sans-serif; color: #000000;}
a {font-family: Arial, helvetica, sans-serif; color: #931a25; text-decoration: none;}
a:hover {text-decoration: underline;}



<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 0px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->