﻿a
{
	color : #333333;
	text-decoration : none;
}

a:link
{
	color : #333333;
	text-decoration : none;
}

a:visited
{
	color : #333333;
	text-decoration : none;
}

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

a:active
{
	color : #333333;
	text-decoration : none;
}

body{
	margin: 0px;	
	font : 70% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #000000;
	line-height: 150%;
	text-align:left;
	background-color: #272a8f;
	background-image:url(img/bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}

p, tr, td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 	
	color : #000000;
	line-height: 150%;
	text-align:left;
}
h1#head {
	font-size:9px;
	color:#999;
	text-align:center;
	padding:2px;
	margin:0;
	font-weight:normal;
	display:block;
	border:none;
}
.error {
	color:#FF0000;
}
.message {
	color:#0000FF;
}
#loga {
	background-image:url(img/topbkg.jpg);
	background-repeat:no-repeat;
}
#content {
	margin: 30px 60px 20px 150px;
}
#contentprod {
	margin: 50px 60px 20px 200px;
	/*float:right; */
}
#footer {
	font: 10px normal Arial, Helvetica, sans-serif;
	margin: 5px;
	text-align:right;
	color:#999999;
}
#footer a {
	font: 10px normal Arial, Helvetica, sans-serif;
	margin: 5px;
	text-align:right;
	color:#999999;
}
#navdiv {
	/*background-color:#99FF99;*/
	margin:31px 0px 0px 0px;
	width: 360px;
	float:right; 
	text-align:right;
}
div#footnav {text-align:center;}
h1 {
	color:#292b90;
	font: 18px bold Arial, Helvetica, sans-serif;
	display:block;
	border-bottom:2px dotted #ec0285;
	margin: 20px 0 15px 0;
}
h2 {
	color:#292b90;
	font: 18px bold Arial, Helvetica, sans-serif;
	display:block;
	border-bottom:0px dotted #ec0285;
	margin: 20px 0 15px 0;
}
h2.title {
	color:#000066;
	font-size:14px;
	font-weight:bold;
	margin:15px 0 0 0;
}
h3.ad {color:#000066;
	font: 18px bold Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.title {margin:15px 0 0 0}
.followon {margin: 0;}

/* CCS 75 */
#navsite p {
	display: none;
}
#navsite {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: none;
	width: 150px;
	border-right: 0px solid #039;
	padding: 0;
	margin: 50px 0 0 15px;
	/*background-color: #f00; */	
	float:left;
}

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

#navsite ul li {
	margin: 0;
	border-bottom: 1px dotted #ec0285;	
}

#navsite ul li a {
	display: block;
	padding: 2px 2px 2px 0px;
	border-left: 0px solid #8F2CID;
	border-right: 0px solid #69c;
	border-bottom: 0px dotted #ff0;	
	color: #292b90;
	text-decoration: none;
	width: 100%;
}
html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	border-left: 0px solid #8F2CID;
	border-right: 0px solid #;
	border-bottom: 0px dotted #FFF;
	color: #ec0285;
	background-color:#eee;
}



/* horizontal nav from 10mins  */
ul#navigation {
	margin:0;
	padding:0;
	list-style-type: none;
	/*float:left; */
	width:100%;
	height: 15px;
	
	
}
ul#navigation li {
	display:inline;	
	
}
ul#navigation a {
	display:block;
	float:left;
	font-family:Arial, verdana, Helvetica, sans-serif;
	padding: 0em 1em;
	text-decoration:none;
	color:white;
	border-right:1px solid #fff;
	font-weight:bold;
}

ul#navigation a:hover {
	text-decoration:underline;	
	color:#ec0285; 
}

/* tan hack
div
{
  border: 10px;
  padding: 10px solid;
  width: 100px;
}

* html div
{
  width: 140px;
  w\idth: 100px;
}


*/


#subnav1
{
display:none;
padding-left: 10px;
font-size: .9em;
color:#292b90;
}
#subnav1  ul li a:link, #subnav1 ul li a:visited {
color:#292b90;
border-bottom: 0px dotted #ccc;
}
#subnav1  ul li a:hover{
color:#ec0285;
border-bottom: 0px dotted #ccc;
}

#subnav2
{
display:none;
padding-left: 10px;
font-size: .9em;
color:#292b90;
}

#subnav2  ul li a:link, #subnav2 ul li a:visited {
color:#292b90;
border-bottom: 0px dotted #ccc;
}
#subnav2  ul li a:hover{
color:#ec0285;
border-bottom: 0px dotted #ccc;
}
a#quik {color:#292b90;}
a#quik:hover {text-decoration:underline;}
/* form */
div#formid {width:420px; margin-left:auto;margin-right:auto; margin-bottom:15px;border:0px solid #CCC;}


legend {
	font-size: 1.2em;
	padding:0 10px;
	margin: 0 0 20px 10px;
	font-weight: bold;
	
}
label {
	float:left;
	width:10em;
	margin-right:1em;
	text-align:right;
	font-weight:bold;
	
}
fieldset {
	/*border:none; */
	float:left;
	clear:left;
	width:100%;
	margin: 0em 0 0 0;
	padding:0;
	border-style:dotted;
	background-image:url(img/blu2.jpg);background-repeat:repeat-x; background-position:bottom; 
}
fieldset ol {
	margin: 15px 0 15px 0;
	list-style:none;
	padding: 0em 1em 0 1em
}
fieldset li {
	padding-bottom:1em;
	float:left;
	clear:left;
	width:100%;
}
/*fieldset.submit {
	border-style:none;
	float:none;
	width:auto;
	border: 0 none #fff;
	padding-left: 12em;
} */
div#sep {
	margin: 0;
	padding:15px 0px;
	border: 0px solid #999;	
	clear:both;
}