/* My Style Sheet*/

body {
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #999999;
	text-align: center;
	margin: 0px;
}

html { min-height: 100%; margin-bottom: 1px; }

a {color:#013799; text-decoration: underline;}
a:hover {color: black; background-color: #ccffff; text-decoration: underline; }
a:visited {color: #0066cc; text-decoration: underline;}

#container {
	margin: auto;
	width: 600px;
	height: 500px;
	text-align: left;
}

#header {
	z-index: -1
	margin-top: 20px;
	background-image:url(images/ej_tmasthead.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 500px;
}

#content {
	width: 480px;
	margin: -310 60 10 60;
}

#footer {
	clear: both;
	height: 80px;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}

/* Your site menu is set up as a list; the declarations below take off the bullets, leaving you just text to work with. NOTE: If you add an item to your menu, it won;t look like the other buttons until you make it a link. */
ul.menu {
	/*font-size: 14pt;*/
	font-family: arial, sans-serif;
	list-style-type: none;
	margin:0px;
	padding:0px;
	/*background-color:#006699;background-color:#339999;*/
	background-color:#448AAA;
	line-height: 1em;
}

/* The "a" sections below control how links look in your menu sidebar. */
#sidebar a, #sidebar a:visited {
  text-decoration:none;
  text-align:right;
  font-weight: bold;
  color:#fff;
  display:block; 
  padding:0.4em;
  border-bottom: 1px solid #BFD5EB;
  }

#sidebar a:hover {
  background-color:#3399cc;
  border-left: 8px solid #80A448;
  border-bottom: 1px solid #80A448;
}

.float {
	float:right;
	margin:0 0 0 5px;	
}

.float2 {
	float:right;
	margin:0 0 -5px 5px;	
}
img.float:hover {
	float:right;
	margin:0 0 0 5px;
	background:#0066cc;
}

li.current {
  background-color:#3399cc;
}

/* Styles for the various levels of headings in your site*/
h1, h2, h3, h4 {text-align:left;
	margin-bottom: -15px;
	font-size: 12pt;
}

h1 {margin-top: -5px;
	margin-bottom: 20px;
	font-size: 16pt;
	color: #960
}

h2 {font-size: 14pt;
	color:black;
}

h3 {color: #006699;
	text-decoration: underline;
}

h4 {margin: 0;
	padding: 0;
	color: #003366;
	text-align:center;
}

h5{font: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #333333;
}

.style2 {color: #013799}

.smalltext {font-size: 10pt;
	color: black;

}