	/* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
    }
	
	a {
    	color:#006600;
		text-decoration:none;
	}
	a:hover {
	color:#006600;
	text-decoration:underline;
	}
	
    h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    margin:0px 0 15px 0;
    padding:0;
	font-size:20px;
	}
		
	h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#336633;
    margin:0px 0 5px 0;
    padding:0;		
	font-size:16px;
	}	
	
	h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#336633;
	margin: 10px 0 5px 0;
    padding:0;
	font-size:12px;
	}
	
    p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    margin: 0px 0 10px 0;
    padding:0px;
	line-height: 16px;
    }
	
	.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	margin: 0px 10px 20px -15px;
}

	
	img {
		margin:10px 10px 5px 5px;
		border:none;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	
	#header p,
	#header h1,
	#header h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:20px;
		padding: 10px 0px 10px 12px;
        margin:0;

	}
	
	
	#topBanner{
	width:100%;
	margin:0 auto;
	text-align:center;
	}
	
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
	
	* html .holygrail .colmid {
        float:left;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        background:#fff;    	/* Centre column background colour */
    }
	
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#cccccc;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
	*html .holygrail .col1 {
        margin:0 ;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
	    overflow:hidden;
	}
		
	
	.contentPadding {
	padding: 15px 0 0 0;
	}
	
	*html .holygrail .contentPadding {
	padding: 15px 220px 0 220px;
	}
		
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
	
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	
	/* sidebar style for column 2 */
	
	.sidebar {
	width: 167px;
	background-color:#FFFFFF;
	border: 1px;
	border-color: #000000;
	border-style:solid;
	margin: 10px 0px 10px 5px;
	padding: 3px;
	float:left;
		}
	
	
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
    }
    #footer p {
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:10px;
    margin:0;
	line-height: 16px;
    }	
		/* Top and bottom navbar styles */

	
#navbar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-image: url(../images/navbar/navbar_BG.gif);
	list-style: none;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 30px;
	text-indent: -5000px;
	background-image: url(../images/navbar/id_navbar.jpg);
	background-repeat: no-repeat;
}
#navbar #home, #navbar #home2 {
	background-position: 0px 0px;
	width: 69px;
}
#navbar #home:hover, #navbar #home2:hover {
	background-position: 0px -30px;
}
#navbar #journals, #navbar #journals2 {
	background-position: -69px 0px;
	width: 88px;
}
#navbar #journals:hover, #navbar #journals2:hover {
	background-position: -69px -30px;
}
		/* #navbar #books {
			background-position: -157px 0px;
			width: 76px;
		}
		#navbar #books:hover {
			background-position: -157px -30px;
		}
		
		*/

#navbar #updates, #navbar #updates2 {
	background-position: -233px 0px;
	width: 128px;
}
#navbar #updates:hover, #navbar #updates2:hover {
	background-position: -233px -30px;
}
#navbar #contact, #navbar #contact2 {
	background-position: -361px 0px;
	width: 105px;
}
#navbar #contact:hover, #navbar #contact2:hover {
	background-position: -361px -30px;
}
	
	
	#sidebarNav {
	width: 157px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#sidebarNav li {
	float:left;
	display: block;
}

#sidebarNav a {
	font-weight:normal;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	width: 157px;
	height: 14px;
	background-color:#999999;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style:solid;
	color: #FFFFFF;
}
#sidebarNav a:hover {
	background-color:#666666;
}

#sidebarNav #journal {
	font-weight:bold;
	background-color:#666666;
}
#sidebarNav #journal:hover {
	background-color:#333333;
	color: #FFFFFF;
}
#sidebarNav #journal {
	font-weight:bold;
	background-color:#666666;
}
#sidebarNav #journal:hover {
	background-color:#333333;
	color: #FFFFFF;
}
#sidebarNav #anaerobe {
}

#sidebarNav #antiviral {
}

#sidebarNav #cmn {
	}

#sidebarNav #cimid {
	height: 37px;
	}

#sidebarNav #dmid {
	height: 25px;
	}

#sidebarNav #ijaa {
	height: 25px;
	}

#sidebarNav #ijid {
	height: 25px;
	}
#sidebarNav #inhe {
	}
#sidebarNav #jaci {
	height: 25px;
	}

#sidebarNav #jcv {
	}

#sidebarNav #jhi {
	}
#sidebarNav #ji {
	}
#sidebarNav #jiph {
	height: 25px;
	}

#sidebarNav #mifec {
	}

#sidebarNav #mipa {
	}

#sidebarNav #puhe {
	}

#sidebarNav #tlid {
	height: 25px;
	}

#sidebarNav #tmaid {
	height: 25px;
	}

#sidebarNav #trstmh {
	height: 37px;
	}

#sidebarNav #tube {
	}

#sidebarNav #vaccine {
	}

#sidebarNav #vm {
	}

#sidebarNav #vii {
	height: 25px;
	}

#sidebarNav #virusr {
	}



#surveyButton {
	margin: 0px;
	padding: 0px;
	height: 60px;
	list-style: none;
	width: 100%;
	}

#surveyButton li {
	float: left;
	width: 180px;
}

#surveyButton a {
	text-decoration: none;
	display: block;
	height: 60px;
	text-indent: -5000px;
	background-image: url(../images/buttons/surveyButton.gif);
	background-repeat: no-repeat;
}
#surveyButton #participate {
	background-position: 0px 0px;
	width: 180px;
}
#surveyButton #participate:hover {
	background-position: 0px -60px;
}

/* HOMEPAGE TABLE STYLE */

.contentPadding table.holder {
	background:url(../images/mosquito-shot.jpg) #FFF no-repeat;
	height: 375px;
}
