/*  RULES AFFECTING ENTIRE PAGE AND STRUCTURAL REGIONS  */
body, img, div, form, table, tbody, tr, td, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	list-style-type: none;
}
h1  {
color:#003366;
}

h2  {
	color:990000;
	font-style: normal;
	font-size: 14;
	border-bottom: 2;
}

h5  {
	color:0033FF;
	font-style: normal;
	font-size: 85%;
}

.clearme {
	clear:both;
}

body {
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Tahoma, "Myriad Pro", Helvetica, Sans-serif;
	font-size: 90%;
	background-color: #90A9D1;
	color: #000033;
	background-image:   url("images/BGtop.jpg");
	background-repeat: repeat-x;
}

#pagewrapper {
	position: relative;
	width: 100%;
	min-height:450px;
	top: 0px;
	left: 0px;
	
	background-image:   url("images/BGflashside.jpg");
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
/*\*/
* html #pagewrapper {
	height:450px;
}
/**/
#innerwrapper {
	position: relative;
	width:auto;
	min-height:450px;
	left: 0px;
	top: 0px;
	z-index: 2;
	margin-left: 72px;
	background-color: #FFFFFF;
}
/*  RULES FOR UTILITY REGION AND LINKS  */
#utilitybox {
	position: absolute;
	width: 300px;
	top: 0px;
	right: 5px;
	text-align: right;
	z-index: 60;
	font-size: 90%;
}
#utilitybox a {
	color: #FFFFFF;
	text-decoration: none;
}

#utilitybox a:hover {
	color: #660000;
	text-decoration: underline;
}

/*  RULES FOR BRANDING AREA, INCLUDING LOGO AND TAGLINE  */
#masthead {
	position: relative;
	width:100%;
	height: 64px;
	left: 0px;
	top: 0px;
	background-image:   url("images/masthead-building.jpg");
	background-repeat: no-repeat;
}
#logobox {
	position: absolute;
	z-index: 70;
	left: 5px;
	top: 5px;
}


#flashside {
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 78px;
}

/*  RULES FOR FLOATING INNER BOX  */

#sidebar {
	position:relative;
	float: right;
	width: 236px;
	min-height:200px;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	background-color: #FFF6B7;
	font-size: 90%;
	margin-left: 20px;
	padding: 5px 0px;
}
/*\*/
* html #sidebar {
	height:200px;
}
/**/

#sidebar h3 {
	font-size: 100%;
	margin-top: 1em;

}
#sidebar p {
	margin-left: 10px;

}

#sidebar form {

}
#sidebar form label {
	display: block;
	text-align: right;
	width: 200px;
	margin-top: 5px;
}

/*  RULES FOR BLOCK AND INLINE STYLING OF PAGE CONTENT  */

#innerwrapper h1, 
#innerwrapper h2, 
#innerwrapper h3, 
#innerwrapper h4, 
#innerwrapper p, 
#innerwrapper table {
	padding-right: 40px;
	padding-left: 20px;
	text-align: left;
}

#innerwrapper h1 {
	padding-top: 1em;
}


#innerwrapper h1 {
	font-size:32px;
	margin-bottom: 1em;
	color:  #003366;
}
#innerwrapper h2 {
	font-size:110%;
	margin-top: 1em;
	font-style: normal;
}


/* STYLES FOR FOOTER */
#footer {
	position: relative;
	top: 1px;
	font-size: 90%;
	color: #003399;
	padding-top: 0.5em;
	margin-left: 76px;
	width: auto;
	text-decoration: none;
}
#footer p {
	text-decoration: none;
}
#footer a:link {
	text-decoration: none;
	color: #003399;
	font-weight:500;
}
#footer a:visited {
	text-decoration: none;
	color: #003399;
}
#footer a:hover {	
	color: #660000;
	text-decoration:underline;
}


/* RULES FOR MAIN CONTENT BLOCKS IN #INNERWRAPPER */


#pagetitle {
	padding-top: 1em;
	font-style: normal;
	color: #660033;
}
#featured {
	margin-left: 20px;
	margin-top: 1em;
	text-align: center;
	position: relative;
}
#featured td {
	vertical-align: top;
	padding: 5px;
	width: 160px;
	color: #333333;
	text-align: left;
}
#featured td p {
	margin: 0px 5px 0.5em 0px;
	padding: 0px;
	font-size: 90%;
}
#featured td p.more {
	text-align:right;
}

p.more a {
	font-weight: bold;
	text-decoration: none;
}
#featured td img {
	display: block;
	margin-bottom: 5px;
}
#featured table {
	margin-right: auto;
	margin-left: auto;
}

.logos img {
	margin-right: 10px;
}
.logos {
	text-align: center;
}
.leftside { /*USED FOR IMAGES IN PARAGRAPHS ONLY */
	position:relative;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.rightside { /*USED FOR IMAGES IN PARAGRAPHS ONLY */
	position: relative;
	float: right;
	color: white;
	background-color: #FFFFFF;
	margin-left: 5px;
}

.rightside a {
	color: white;
}

.rightside img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.leftside { /*USED FOR IMAGES IN PARAGRAPHS ONLY */
	position: relative;
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.functionlist {
	position:relative;
	width:75%;
	margin-left:25px;
	font-size: 90%;
}

.featuretable {
	font-family: ariel, helvetica, sans-serif;
	color:#003399;
	font-size: 90%;
	border-color:#3333CC;
	border-style:outset;
	border:1px;
	padding-left: 6px;
	padding-top: 6px;
	
}


.maroonlist-nobullet {
	color: #660000;
	list-style-type: none;
}

li {
	margin-left:10%;
	margin-right:10%;
	list-style-type: square;
}

#softwaremenu {
	position:relative;
	width:90%;
	margin-left:25px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #C5D5FC;
	font-size: 101%;
}
#softwaremenu a {
	color:#660000;
	font-size:.75em;
	text-decoration:none;
}
/* RULES AFFECTING IFRAME DISPLAY */

.frameholder {
	width:90%;
	margin-left:20px;
}
* html .frameholder {
	width:90%;
}


iframe {
	height:30em;
	width:100%;
	border:0px none!important;
}
.dateReference {
	position: relative;
	float: right;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 150px;
}
.txtQual {
	color: #003399;
	font-size: 90%;
	font-style: normal;
	margin-top: -20px;
}
.more {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	display: inline;
}
.more a {
	font-weight: bold;
	text-decoration: none;
}
#ec {
	text-decoration: underline;
	margin: 0px;
	float: right;
	padding-top: 2px;
	padding-right: 8px;
}
#ec a:link {
	font-size: 92%;
	color: #003399;
	font-weight:500;
}
#ec a:visited {{
	font-size: 92%;
	color: #003399;
}
#ec a:hover {
	font-size: 92%;
	color: #660000;
	text-decoration:underline;
}
H7 {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #660000;
}
heading7 {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	color: #6633CC;
}
