/*style sheet for yellow and blue webpage layout*/

BODY {
	font-family: "Times, Serif";
	font-size: 12px;
	font-weight: normal
}

.graphic {
	position: absolute;
	left: -10px;
	top: -20px;
	z-index: 0;
	opacity: .5;
	filter: alpha(opacity=50);
	
}


.head1 {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 30px;
	color: blue;
	font-weight: 600;
	font-style: italic;
	z-index: 2;
	//font-family: garamond, times, serif
}


.head11 {
	position: absolute;
	left: 17px;
	top: 12px;
	font-size: 30px;
	z-index: 1;
	color: white;
	font-weight: 600;
	font-style: italic;
	//font-family: garamond, times, serif
}


.head2 {
	position: absolute;
	left: 40px;
	top: 30px;
	font-size: 30px;
	color: green;
	font-weight: 600;
	font-variant: small-caps;
	font-style: italic;
	z-index: 2;
	//font-family: garamond, times, serif
}


.head22 {
	position: absolute;
	left: 42px;
	top: 32px;
	font-size: 30px;
	z-index: 1;
	color: white;
	font-weight: 600;
	font-variant: small-caps;
	font-style: italic;
	//font-family: garamond, times, serif
}


.head3 { position: absolute; left: 110px; top: 15px; font-size: 30px; z-index: 0; color: grey; font-style: italic; font-family: garamond, times, serif }

table#body {
	position: relative;
	top: 1px;
	margin-top: 40px;
}

.banner {
	position: absolute;
	left: 300;
	top : 10;
	}

.searchbox {
	position: absolute;
	left: 350px;
	top: 10px;
	/*width : 600px;*/
	height: 25px;
	/*background: red;*/
	}

a:link {
text-decoration: none;
color: #0066FF;
}

a:visited {
color: #0066FF;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.menu {
	font-size: 12px;
}

a.menu:link {
text-decoration: none;
color: #0011AA;
}

a.menu:visited {
color: #0066FF;
text-decoration: none;
}

a.menu:hover {
text-decoration: underline;
}

h1 {
	color: #0066FF;
	font-size: 25px;
	margin-top: 0px;
}

h2 {
	color: #0066FF;
	font-size: 20px;
	font-style: italic;
	line-height: 1.0em;
	margin-bottom: 0px;
}

h3 {
	color: #0066FF;
	font-size: 15px;
	font-style: italic;
	line-height: 1.0em;
	margin-bottom: 0px;
}

.imgcaption {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

table.img {
	margin-left: 15px;
	margin-right: 10px;
}
	
table.parts {
	border: 1px #000000 solid;
	border-collapse: collapse;
	margin-top: 10px;
	padding: 5px;
	background: #EEEEEE;
	font-size: 12px;
}

table.parts td {
	border: 1px #000000 solid;
	padding: 3px;
}
	
.note {
	border: 1px #000000 solid;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	padding: 5px;
	background: #EEEEEE;
	text-align: left;
}

.code {
	border: 1px #000000 solid;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	padding: 5px;
	background: #EEEEEE;
	text-align: left;
	font-family: courier new, courier;
	font-size: 10px;
}

.toplinks {
	margin-top: 5px;
	//font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-bottom: 3px;
}

.small {
	font-size: 10px;
	font-style: italic;
	line-height: 1.0em;
	margin-bottom: 0px;
}