@import url(layout.css);
@import url(forms.css);

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  color: #000000;
  background-color: #000000;
}

h3 {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

h3, h2, h1 {
		clear: both;
}

hr {
	height:10px;
	border-width:0;
	background-image:url(/images/hr.png);
	background-repeat: repeat-x;
	color:gray;
	display:list-item;
	list-style:url(/images/hr.png)inside;
	opacity:0.0;
	filter:alpha(opacity=0);/* gets rid of horizontal bar to right of image */ 
	
	
}

div.cleartron {
	clear: both;
	}
div.floatleft {
	vertical-align:middle;
  	float: left;
}
  
div.floatright {
	vertical-align:middle;
  	float: right;
}
    
div.floatright, div.floatleft p {
   text-align: center;
   }
img {
	margin: 1px;
	padding: 1px;
}

img.floatRight {
	float:right;
	margin: 1px;
	border: 1px;
}

div.img_row {
	
} 
ul {
	line-height: 1.5;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
p.small {
	font-size: .60em;
}

#page_content {
}

#callout {
  margin: 0 auto;
  border: 1px;
  border-style:solid;
  border-color: #000;
  background-color: #fff;
}

#container {
  margin: 0 auto;
  width: 700px;
  background-color: #fff;
}
#masthead {
  border-bottom: 2px solid #c0c0c0;
  background: #ffffff none repeat scroll 0%;
  text-align: right;
  width: 700px;
  overflow: auto;
  color: #000000;
  font-style: normal;
  font-family: Verdana;
  font-size: medium;
  font-weight: bold;
  text-decoration: blink;
  border-top-style: solid;
  border-top-width: 2px;
}
#sidebar {
  float: left;
  width: 12em;
  background: #eee;
}

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

#sidebar li {position: relative;}


#sidebar ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

#sidebar a, #sidebar h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#sidebar h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#sidebar a {
color: #000;
background: #000;
text-decoration: none;
}

#sidebar a:hover {
color: #a00;
background: #fff;
}

#sidebar a.pink{
color: #fff;
background: #ff99cc;
text-decoration: none;
}

#sidebar a.pink:hover {
color: #ff99cc;
background: #fff;
}

/*HIDING AND REVEAVLING POP-OUTS BEGIN*/

div#sidebar ul ul,
div#sidebar ul li:hover ul
/*{display: none;}*/

div#sidebar ul li:hover ul,
div#sidebar ul ul li:hover ul
{display: block;}

/*HIDING AND REVEAVLING POP-OUTS END*/


<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
</style>
<![endif]-->


#sidebanner {
  margin-top: 25px;
  float: left;
  width: 125px;
  background-color: #FFFFFF;
  position: relative;
  clear: both;
  display: inline;
  border: 1px;
}


#content {
  margin: 0px;
  padding: 15px;
  
  width: auto;
  overflow: auto;
  background-color: #ffffff;
  position: relative;
}

#footer {
  padding: 0;
  clear: both;
  width: 700px;
  background-color: #ffff00;
  overflow: auto;
  margin-top: 0px;
}
#masthead img {
  float: left;
}
#masthead p {
  margin: 5px 10px 0 0;
  padding: 0;
  background: #ffffff none repeat scroll 0%;
  text-align: right;
  color: #000000;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: block;
  color: #000000;
}
#sidebar li {
  border: 1px solid #ccddff;
  display: block;
}
#sidebar a {
  border-bottom: 1px solid #f9f9f9;
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #ffff00;
  display: block;
}
#sidebar a:hover {
  border-bottom: 1px solid #f9f9f9;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: #ffff00;
}
#footer p {
  margin: 0px;
  padding: 2px;
  font-size: 0.9em;
  text-align: center;
}
#footer a {
  color: #333333;
  text-decoration: underline;
}
#footer a:hover {
  color: #333333;
  text-decoration: none;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
.style_bold {
  font-weight: bold;
}
.style_italic {
  font-style: italic;
}

