<!-- CSS for neurojet.com -->



/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
}

p {width: 80%;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
} 

/************************* ID's *************************/

#banner {
	position: absolute;
	top: 0px;
	z-index: 1;
	height: 112px;
	font-weight: normal;
#        background-color:#3360f4;
}

#navigation_tabs {
	position: absolute;
	top: 115px;
	z-index: 20;
	height: 40px;
}

/***************Sidebar*************/

#navigation_menu {
	font-weight: bold;
	font-color: #000066;
	position: absolute;
	top: 165px;
	z-index: 19;
	width: 210px;
	margin: 0;
	margin-top: 10px;
	font-weight: normal;
}

#navigation_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;  
}

#navigation_menu li {
	text-decoration: none;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
}

#navigation_menu li:hover {
	display: block;
	color: #000022;

	border-width: 2px;
	border-style: solid;
	border-color: #333366;
}

#navigation_menu li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/******************Content Area****************/

#centerDoc {
	position: absolute;
	top: 185px;
	left: 250px;
	z-index: 15;
	margin-top: 10px;
}


