body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 85% verdana, arial, sans-serif;
	color:#000;
        min-width:860px;}

#container { width:100%; /* If you don't want the site to take up the entire window width, 
                             specify the width here */
			
			margin:0;
background: #fff; }

p, 
.p {
	color:#000; 
	margin:5px 0 0 20px;
	line-height:120%;}

a:link, 
a:visited {
	color: #544422;} /* Link color */

a:hover, 
a:active, 
a:focus {
	color: #544422;} /* Link HOVER color */

.clearthis {
	clear: both;
	font-size: 2px;
	float: none;
	color: #fff; }



#header { 
		background: url(../assets/md5images/fc8a2f044a4da38ae23406b7b44b989c.gif) top left repeat-x #4E8AC0;
		width:100%; /* Set header width */
                margin:0px;
		padding: 0;
		height:132px; 
        	border:0; 
              
                }

#leftheader {         position: absolute;
        	/*padding-right:400px;*/
                top:0; 
		left:0;
        	width:190px;
		margin-right:80px;
        	height:132px; }

#headerright { 
			position:absolute;
                        width:570px;
                        padding:0;
                        top:0; 
		        left:191;
			height:132px;
                        }





/* If you want HORIZONTAL Navigation, say, under the header, you can create a list inside a division called mainnav
This is not being used right now, so it's commented out.  Uncomment the code below to use it for horizontal navigation
/* MAIN NAVIGATION */

/* #mainnav {
	height: 23px;
	margin: 0;
	padding-left: 250px;
	background: #333;
	border-bottom: 2px solid #ccc; }

#mainnav ul, 
#mainnav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none; }
	
#mainnav a:link, 
#mainnav a:visited, 
#mainnav a:active {
	float: right;
	font-size: .8em;
	text-transform:uppercase;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 10px 4px;
	text-decoration: none;
	color: #fff;
	margin-left: 0; }

#mainnav a:hover {
	background: #c00;
	color:#000; 
	height:14px;}

#titlebar {
	background:#e5e5e5;
	height: 25px; } */
	

/* LEFT SIDEBAR */

#left {
	float: left;
	width: 180px;		
	\width: 180px;
	w\idth: 180px;
	margin:0;
	padding: 2px 5px 20px 5px;
    background:#E6E6E6;}
		

#left ul {
 	position: relative;
  	margin: 0;
 	padding: 0; }

#left ul li {
 	margin: 0;
 	display: block;
 	padding:5px 0;
  	border-bottom:1px solid #999999;
        font-size: .8em;
  	}

#left ul li a:link,
#left ul li a:visited {
        font-family: verdana, sans-serif;
        font-size:1.2em;
		color:#1E569F; /* Sidebar Link color */
		font-weight:bold;
                font-style:italic;
 		text-decoration: none; }

#left ul li a:hover {
		color:#000; /* Sidebar Link HOVER color */
 		text-decoration: none; }


/* MENU SEARCH BOX */

#left fieldset {
	width: 165px;
	padding: 5px;
	border: 1px solid #544422; /* Sidebar Search Box Border color */
	margin-top:15px;
}

#left fieldset legend { 
	color:#000; 
	font-weight:bold;
	font-size:.8em;}

#left fieldset label { 
	color:#544422; /* Sidebar Search Box LABEL color */
	padding-bottom:2px;
	font-size:.75em;}

#left fieldset .textarea { 
	width: 160px;
	background: #fff;
	font: 11px verdana, sans-serif;
	font-weight:bold;
	color:#544422; /* Sidebar Search Box Color of text that the user inputs */
	padding: 0;
	border:1px solid #544422; /* Sidebar Search Box Textfield Border color */
	height:20px;}

#left p.advanced a:link,
#left p.advanced a:visited{
        font-size:.8em;
		color:#1E569F;
		font-weight:bold;
 		text-decoration: none; }
#left p.advanced a:active,
#left p.advanced a:hover { 
	margin-bottom:5px;
	text-decoration:none;
	font-size:.8em;}

.button { 
		color:#544422; /* Button Text Color */
		border: 1px solid #544422; /* Button Border Color */
		background-color: #fff;
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
		font-size:11px; 
		text-transform: uppercase;
		margin: 2px 5px 5px 0px;
		padding: 2px 7px;
		text-decoration:none;}


/* CONTENT */

#content {
	line-height: 140%;
	color: #000;
	margin: 5px 10% 0 200px;
	padding:0 10px;
	font-family: arial, helvetica, sans-serif;	
	position: relative; }

#content h1,
.h1 {
	color: #003366; /* Content H1 color */
	border-bottom: 1px solid #003366; /* Content H1 bottom border.  Set to "0" if you don't want any borders */
	font-family: verdana, arial, sans-serif;
	font-size:1.4em;
	margin:0 0 20px 20px;
	padding: 0;
	text-align:left;
	
        width:80%; }

#content h2,
.h2 {
	color: #544422; /* Content H2 color */
	border-bottom: 1px dotted #000; /* Content H2 bottom border.  Set to "0" if you don't want any borders */
	font-family: verdana, arial, sans-serif;
	font-size:.95em;
	padding-top: 10px;
	text-align:left;

text-transform:uppercase; }
	
#content h3,
.h3 { 
	color: #544422; /* Content H3 color */
	font-size:.9em;
	margin-left:20px;
	padding-top:5px; 
	text-transform:uppercase;}

#content h3 a:link, 
#content h3 a:visited {
	color: #544422; /* Content H3 LINK color */
	text-decoration: none; }

#content h3 a:hover {
	color: #544422; /* Content H3 LINK HOVER color */
	text-decoration: none; }

#content p, #content li {
	font-family: verdana, arial, sans-serif;
	color: #000;
	text-align: left;
	line-height:normal;
	font-size: .85em; }

#content p { 
	padding:5px 0;}

#submit p { 
	padding: 5px 0; 
	margin:0 50px 3px 0;
	font-size: .8em; }

#content p a:link, 
#content li a:link, 
#content p a:visited {
	color: #544422;  } /* Content paragraph and list LINK color */

#content p a:hover,
#content p a:active,
#content li a:hover {
	color: #000; } /* Content paragraph and list LINK HOVER color */

#content ul {
	font-family: verdana, arial, sans-serif;
	color: #000;
	text-align: left;
	margin-left: 20px;
	padding: 0; 
list-style: square;}

#content ol { font-family: verdana, arial, sans-serif;
	color: #000;
	text-align: left;
	padding-left: 30px;
        width:80%;
	 }


#content ol li { padding:5px 0; }

#content ol li a:link { 
	color:#544422; /* Content ORDERED list LINK color */
	text-decoration:none;
	font-weight:600; }

#content ol li a:hover { 
	text-decoration:underline; } /* Content ORDERED list LINK HOVER */


/*#content ul li { list-style-type: circle; }*/




#content form {
	font-family: verdana, arial, sans-serif;
	color: #000;
	margin: 0 0 35px 0;
	padding: 3px 8px 3px 8px;
	line-height: 1.5em; }

#content img {
	border: 0;
	margin-left: 10px; }

#leftmain {
	float: left;
	width: 46%;
        padding:0 1%;
	}

#rightmain {
	float: right;
	width: 52%;
	}

/*FOOTER*/

#footer {	
		background:transparent; /* Footer Background Color*/
		clear: both;
		padding: 0;
		margin-top: 0;
		height:70px;
		}
		
#footer img { position:absolute;
	bottom:0;
	left:0;
	border:none; }
#footer p {
	font-size:.8em;
        color:#000;
        text-align:center;
        margin-left:200px;
        margin-top:20px;}

	
#leftcol {
	float: left;
	width: 46%;
        padding:0 1%;
border-right: 1px dotted #666;
	}

#rightcol {
	
	padding: 0 2%;
	float: right;
	width: 42%;
	}
	

.space { height:30px; margin:5px 0 0 0;
clear:both; }



/* Journal Specific Areas */

#content #preamble { 
	margin:0 auto 20px auto;
	text-align:center;
	padding:10px; }

#content #preamble p {font-size:.8em;
            line-height:1.2em;
            margin:0 auto;
			text-align:center;
			font-weight:bold;}

#content #preamble h1 {
		font-size:1em;
        margin:0 auto;
		text-transform:uppercase;
		letter-spacing:1px;
		border:0;
		text-align:center; }
            

/* EXTRA STUFF */

/*
.bealert h2 {
background: url(../assets/bealert_plain.gif) bottom left no-repeat;
border:0;
height:15px;
padding-left:75px; }
*/

#logobar { 
background:#fff;
width:100%;
clear:both;
text-align:center;
font-size:.8em;
padding:0 20px 0 180px; }


 .floatleft
{
float: left;
width: 200px;
margin: 0 0 10px 20px;
background-color: #fff;
padding: 10px;
}

#editcol
{
float: left;
width: 25%;
margin: 0 0 10px 20px;
background-color: #fff;
padding: 10px;
}

#infobox { width:220px;
padding:5px;
	border:2px solid #069;
float:right; margin:20px;
background:#f9f9f9;}

#infobox dd
{ margin: 2px 0;
 	display: block;
font-size: .8em;
  	ddne-height:1.4em; 
        padding-left: 15px;
        font-weight:normal;}
#infobox dd a { font-weight:bold; }

dd.download  {
 	background-image: url(../assets/md5images/41451be6782cb3a9c459901e615a0791.gif);
        background-repeat: no-repeat;
        background-position: 0 .15em;}

dd.send  {
 	background-image: url(../assets/md5images/b26622e8f04e21a4022591c03f756d5e.gif);
        background-repeat: no-repeat;
        background-position: 0 .15em;}

dd.related  {
 	background-image: url(../assets/md5images/5db96d90d015e43486511093f443c4c4.gif);
        background-repeat: no-repeat;
        background-position: 0 .15em;}
 
dd.print  {
 	background-image: url(../assets/md5images/5db96d90d015e43486511093f443c4c4.gif);
        background-repeat: no-repeat;
        background-position: 0 .15em;}