/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 1.166;
	font-size: small;
	margin-top: 5px;
	background-position: bottom left;
	background-repeat: no-repeat;
	left: 3%;
	clear: none;
	background-attachment: fixed;
}

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: medium;
}

h2{
 font-size: x-large;
 color: #333333;
}

h3{
 font-size: medium;
 color: #666666;
}

h4{
 font-size: large;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: disc;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	width: 73%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	left: 145px;
	position: absolute;
	border-right-color: #0000FF;
	border-right-style: solid;
	border-right-width: thin;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	color: #0000FF;
	font-size: 90%;
	padding: 4px 8px 4px 8px;
	font-weight: normal;
	background-color: #F0F0F0;
	border-left-color: #0000FF;
	border-left-style: solid;
	border-left-width: thin;
}



#mainmenu {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	position:absolute;
	width:100%;
	height:20px;
	z-index:1;
	left: 3%;
	top: 60px;
	background-color: #CAF2FF;
}
#logo {
	padding-left: 2%;
	height: 58px;
	width: 1024px;
	border-width: 0;
}
#siteName {
	display: none;
	height: 0px;
}
#body1 {
	position: absolute;
	width:75%;
	height:auto;
	z-index:5;
	left: 145px;
	top: 120px;
	padding: 5px 5px 5px 5px;
	overflow: visible;
}
#leftbar {
	position: absolute;
	width:115px;
	height:40%;
	z-index:3;
	top: 120px;
	left: 3%;
	}
#footer	{
	clear: both;
	font-size: xx-small;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #CCCCCC;
	border-top-style: none;
	border-top-width: thin;
	position:absolute;
	width: 100%;
	height:42px;
	z-index:4;
	left: 3%;
	top: 85%;
	overflow: auto;
}
li {
	padding-bottom: 8px;
}
p {
	vertical-align: top;
	padding-top: -1.1;
}
#body1 img {
	padding: 15px;
}
#globalNav a:hover {
	background-color: #00FFFF;
}
#promos {
	border: none;
	position:absolute;
	width:50px;
	height:100px;
	z-index:2;
	top: 70%;
	left: 43px;
; 	overflow: hidden;
}
#promos img {
	border: none;
}
code {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
