/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .7;
	filter: alpha(opacity=70);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	/*background-color:transparent !important;*/
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	/*background-image: url("maskBG.png") !important;*/ /* For browsers Moz, Opera, etc.*/
	background-image:none;
	background-repeat: repeat;
	display:none;
	
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;

}

#popupInner {
	border: 0px solid #000000;
	background-color: #FFFFFF;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
background-color: #333; 
 
background-repeat:repeat-x; 
	color: #ffffff;
	font-weight: bold;
	height:2em;
	padding: 5px;
	border-bottom: 0px solid #000000;
	border-top:none;
	border-left:none;
	border-right:none;
	position: relative;
	z-index: 203;
}

#popupControls a {
  color:#fff;
}


#popupTitle
{
float:left;
font-size:20px;
width:auto;
text-align:left;
color:#DDD;
margin:8px 0 0 8px;
font-family:Arial, Helvetica, sans-serif;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#popupTitleBar #popupControls table {
	border:0;
	width:165px;
	float:right;
}

#subm .spacer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:4px;
	margin:0;
	padding:0;
}

#subm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin:0 10px 8px 30px;
	color: #0a264d;
	padding:0 0 0 0;
}

#subm h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 10px 0 10px;
	padding:0 0 0 0;
	color: #ffc055;
	background-color:transparent;
}


#subm h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 10px 0 30px;
	padding:0 0 0 0;
	color: white;
	background-color:transparent;
}
#subm h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 0 10px 0 10px;
	padding:0 0 0 0;
	color: #0a264d;
	background-color:transparent;
	/*text-align: center;*/
}

#subm h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	color: #0a264d;
	background-color:transparent;
	/*text-align: center;*/
}

#subm .opening {
	font-size: 1em; 
	margin:0px 10px 8px 10px;
	color:white;
}

#subm a {
	font-size: .8em;
	font-style: italic;
	padding:0 0 0 5px;
}

#subm a:visited{
	text-decoration:none;
	font-weight:normal;
}

#subm a:active{
	text-decoration:underline;
}

#subm ul.ItalicsSmallWhite {
	font-size:.8em;
	font-style: italic;
	color: #FFFFFF;
	margin:0 10px 0 30px;
	padding:0 0 0 0;
}

#subm .LgBlue {
	font-size:1.3em;
	color: #003366;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
}
/*
#subm .Boomerang{
	font-size: .9em;
	color: #003366;
	margin:0 0 0 0;
	padding:0 0 0 39px;
	background:transparent url(/portals/content/img/Boomerang.png) no-repeat left center;
	text-align:left;
}
*/
#subm li{
	font-size: 1em;
	font-style: normal;
	color: #FFc055;
	list-style-type: square;
	margin:0 30px 0 30px;
	list-style-position: inside;
	font-weight: bold;
}

#subm .White1emItalic {
	font-size: .8em;
	font-style: italic;
	color: #FFFFFF;
}

#subm .CenteredWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	/*text-align: center;*/
	margin:0;
	padding:0;
}

#subm img{
	float: right;
	height: 69px;
	width: 138px;
}

#subm h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #ffc055;
	/*text-align: center;*/
}
#subm #LinkBox img {
	display:block;
	padding-left:0px;
	height: 24px;
	width: 24px;
	float:none;	
}

#subm #LinkBox h6 {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	/*text-align: center;*/
	margin:5px 0 0 0;
	padding:0;
	color:#244679
 }

#subm #LinkBox span {
	float:left;
	width:70px;
}

#subm #LinkBox {
	height: 45px;
	width: 350px;
}

#subm .italics {
	font-style: italic;
}#subm .mybold {
	font-weight: bold;
}

#form1 input
{
	 vertical-align: top;
	}
