
body {
	margin: 0;
	background-color: #F0F0F0;
	font-family : verdana, helvetica, tahoma, sans-serif, arial;
}

span.title {
	font-size: 3em;
	font-weight: 700;
	color: #9498bc;
	padding-left: 50px;
}


#header {
	padding: 0;
	margin-bottom: 0;
	background-color: #330099;
}

#container {
	background-color: #F0F0F0;
	width: 100%;
}


#line {
	padding: 0;
	margin-bottom: 0;
	text-align: right;
	color: #FFFFFF;
	background-color: #000066;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	padding-right: 0.5em;
	font-size: 90%;
}

#line a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 800;
}

.imageleft{
float: left;
margin: 8px 10px 0 0;
}
	
	


.footline {
	clear: both;
	margin-top: 0;
	color: #000000;
	background-color: #330099;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	text-align: right;
	vertical-align: bottom;
	padding-right: 0.3em;
	font-weight: bold;
	font-size: 75%;
}

#content {
	padding: 20px;
	margin-left: 160px;
	margin-right: 160px;
	background-color: #FFFFFF;
	border: 1px dashed #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

#left {
	float: left;
	width: 149px;
	vertical-align: top;
	font-size: 90%;
	padding-left: 5px;
	padding-top: 15px;
}

#left ul {
	list-style: none;
	padding: 0;
}
#left li {
	padding: 0;
}

#right {
	float: right;
	width: 149px;
	vertical-align: top;
	font-size: 80%;
	padding-right: 5px;
	padding-top: 15px;
}

#footer {
	clear: both;
	color: #000000;
	background-color: #CCCCCC;
	vertical-align: top;
	padding: 0.3em;
	font-size: 85%;
	line-height: 1.25em;
	text-align: right;
}

.fl {
	float : left;
	text-align: left;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #000066;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px dashed #000066;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000066;
}

h4,h5,h6 {
	color: #000066;
}


.navhead {
	font-weight: bold;
	color: #000000;
}

.nav {
	color: #000000;
	font-weight: bold;
	margin-top: 25px;
}

a:link, a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000033;
}

#content p {
	font-size: 95%;
	padding-left: 20px;
}
acronym,abbr {
	border-bottom: 1px dashed 000000;
	cursor: help;
}

li {
	font-size: 90%;
	list-style: disc;
}



table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: #9498bc;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #9498bc;
	-moz-border-radius: 0px;
	font-color: white;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px;
	text-align: center;
	
}



#popup{
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 480px;
  background: #dedede;
  border: 1px solid #cccccc;
  padding:10px;
  filter:alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
  z-index: 101;
}
 
#black_overlay{
  display:none;
  background-color: #000000;
  height: 100%;
  left: 0px;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}