/***********************************************************
reset.css   from ../stylesheets/resetae6a.css
**********************************************************/

/*  master reset 
**********************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html { height: 100%; }

body {
	height: 100%;
	/*background: #e8ebef;   original grey*/  
	background: #000066;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, georgia, verdana, helvetica, sans-serif;
	/*font-size: 62.5%;*/
	font-size: 10px;
	margin: 0;
	padding: 0;
	/*font-family: arial, verdana, helvetica, georgia, 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', 'Arial Black', 'Courier New', 'Times New Roman', 'Times', sans-serif;*/
}




#container {
	height: auto !important; /* modern browsers */
	height: 100%; /* IE6: treated as min-height */
	min-height: 100%; /* modern browsers */	
	/*background: #fff;*/
	background-color: #FFFFCC;
	width: 95.5em;
	margin: 0 auto;
	position: relative;
	border: 1px solid #fff;
	
}


#container #wrapper {
	padding: 0 2.9em;
	background-color: #CCFFCC;
	
}


/*  Pictures
**********************************************************/	

.picbox1 {
border: 1px solid #dadada;
}

.flashbox1 {
border: 1px solid #FFF;
}		


/*  headers
**********************************************************/
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	font-size: 1.0em;
}

/*  anchors
**********************************************************/
a { cursor: pointer; }



/*  lists
**********************************************************/
ul, ol { list-style: none; }
li { 
	font-size: 1.0em;
	line-height: 1.0em;
}

/*  objects / embeds
**********************************************************/
object, embed { display: block; }

/*  forms
**********************************************************/
form, fieldset { border: 0; }
fieldset { position: relative; }
legend { display: none; }
label { cursor: default; }
button { cursor: pointer; }	

/*  tables
*********************************************************
table {
	*border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
td, th, caption {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}*/

/*  images
**********************************************************/
img { display: block; }

/*  address
**********************************************************/
address { font-style: normal; }

/*  clear fix
**********************************************************/
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/*  png apacity fix for ie7
**********************************************************/
.pngfix {
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

/*  iframe fix for <select> bleed-through on kick-outs in ie6
**********************************************************/
.iframeMe {
	position: absolute;
	z-index: 100000;/*any value*/
	overflow: hidden;/*must have*/
	width: 100%;/*must have for any value*/;
}
.iframeMe iframe {
	display: none;/*sorry for IE5*/
	display/**/: block;/*sorry for IE5*/
	position: absolute;/*must have*/
	top: 0;/*must have*/
	left: 0;/*must have*/
	z-index: -1;/*must have*/
	filter: mask();/*must have*/
	width: 3000px;/*must have for any big value*/
	height: 3000px/*must have for any big value*/;
}
/* Print override
************************/
.yesP {
	display: none;
	border: 0;
}


/* Other Text
************************/
.txt_title1 { 
font-weight: bold;
font-style: normal;
#2f920b
}

.txt_title1_green { 
font-weight: bold;
font-style: normal;
color: #2f920b;
}


/*  paragraphs
**********************************************************/
p {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, georgia, verdana, helvetica, sans-serif;
	color: #777;
	font-size: 1.1em;
}
#main #colA p,
#main #contentBtm .colA p,
#main #leftColumn p,
#main #disclaimer p {
	color: #2e5882;
	line-height: 2.2em;
	margin: 0 0 1.0em 0;
}

/*  anchors
**********************************************************/
a:link, a:visited {
	text-decoration: none;
	color: #13669b;
}
a:hover {
	color: #124464;
}
a:active {
	color: #0c4265; 
} 