/* CSS Document */


body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin:0;
	padding:0;
	height:100%;
}

html { height:100%; }

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

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

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #003076;
}

.white {
	color: #ffffff;
	text-decoration: none;
}

.white a:link {
	color: #ffffff;
	text-decoration: none;
}

.white a:visited {
	color: #ffffff;
	text-decoration: none;
}

.white a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color:#0D3A7C;
}

#footer {
	background-color:#0D3A7C;
	color: #ffffff;
	text-decoration: none;
	width:100%;
	padding:10px;
	margin-top:100px;
}

#stripe-top {
	background-image: url(../images/stripe_top.gif);
	background-position:center;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	width:100%;
	height:24px;
}

#stripe-mid {
	background-image: url(../images/stripe_mid.jpg);
	background-position:center;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	width:100%;
	height:22px;
}

#stripe-bottom {
	background-image: url(../images/stripe_bottom.jpg);
	background-position:center;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	width:100%;
	height:22px;
}

.italk1 {
	color:#0066FF;
	font-style:italic;
	font-weight:bold;
}

.italk2 {
	color:#000066;
	font-style:italic;
	font-weight:bold;
}

.italk1b {
	color:#0066FF;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}

.italk2b {
	color:#000066;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}

.bigblue {
	color:#000066;
	font-weight:bold;
	font-size:14px;
}

.bigblack {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

.newsheader {
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	background-image: url(../images/news-header-bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color:#0D3A7D;
	text-align:left;
}

.newsheader2 {
	color: #ffffff;
	font-size:11px;
	background-image: url(../images/news-header-bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color:#0D3A7D;
	text-align:left;
}

.whiteheader {
	color: #ffffff;
	font-size:10px;
	font-weight:bold;
	background-image: url(../images/news-header-bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color:#0D3A7D;
	text-align:left;
}

.greybox { background-color:#EFEFEF; }


.greybox2 { 
background-color:#EFEFEF;
padding:10px;
margin:5px;
}


.pad { padding:10px; }

.pad2 { padding:5px; }

.padleft {padding-left:25px;}


.cell_over { BACKGROUND-COLOR: #ffffff;}
.cell_out { BACKGROUND-COLOR: #EFEFEF;}



.greybox-bold {
	background-color:#EFEFEF;
	font-weight: bold;
}

h1 {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-family: sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-family: sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

h5 {
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

.red { color: #CC0000 }
;

.forms {
	border:thin;
	border-style:solid;
	background-color:#efefef;
	border-color:#CCCCCC;
}

/* NAV CODE START ///////////////////////////////////////////////////////////////////////////////////////////////////*/

/*

#navcontainer {
margin: 0;
padding: 0;
border:none;

}

#navlist ul
{
margin: 0;
padding: 0;

}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a { padding:0; margin:0; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #fff;
text-decoration: none;
}

*/

/* NAV CODE END ///////////////////////////////////////////////////////////////////////////////////////////////////*/




/* DROP DOWN MENU CODE START ///////////////////////////////////////////////////////////////////////////////////////////////////*/



#dropmenudiv {
	color:#FFFFFF;
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	color:#FFFFFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/ background-color: #3F90E2; }

/* DROP DOWN MENU CODE END ///////////////////////////////////////////////////////////////////////////////////////////////////*/



/* FORMS CODE START ///////////////////////////////////////////////////////////////////////////////////////////////////*/



form.cmxform fieldset { margin-bottom: 10px; }

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}

form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.cmxform label { width: 120px; /* Width of labels */ }

form.cmxform fieldset fieldset label { margin-left: 123px; /* Width plus 3 (html space) */ }

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform legend { display: inline-block; }

/* IE Mac legend fix */



/* FORMS CODE END ///////////////////////////////////////////////////////////////////////////////////////////////////*/


/* ROUND BOXES START ///////////////////////////////////////////////////////////////////////////////////////////////////*/


.roundbox { display:block }

.roundbox * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#ECECEC
}

.roundbox1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f6f6f6;
	border-right:1px solid #f6f6f6;
	background:#f0f0f0
}

.roundbox2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fdfdfd;
	border-right:1px solid #fdfdfd;
	background:#efefef
}

.roundbox3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
}

.roundbox4 {
	border-left:1px solid #f6f6f6;
	border-right:1px solid #f6f6f6
}

.roundbox5 {
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0
}

.roundboxfg {
	background:#ECECEC;
	padding:10px;
}

.roundboxtop { display:block }

.roundboxtop * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#0D3A7C
}

.roundboxtop1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #96aac6;
	border-right:1px solid #96aac6;
	background:#496b9c
}

.roundboxtop2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #e6ebf1;
	border-right:1px solid #e6ebf1;
	background:#3a5f94
}

.roundboxtop3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #3a5f94;
	border-right:1px solid #3a5f94;
}

.roundboxtop4 {
	border-left:1px solid #96aac6;
	border-right:1px solid #96aac6
}

.roundboxtop5 {
	border-left:1px solid #496b9c;
	border-right:1px solid #496b9c
}

.roundboxtopfg {
	background:#0D3A7C;
	padding:1px;
	color:#FFFFFF;
}

/*** CORNER STYLES ***/
 
 
.top-blue ul {
	background: url(../images/box-blue.gif) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}

.top-blue ul li {
	float: right;
	background: url(../images/box-blue.gif) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
}

.bottom-blue ul {
	background: url(../images/box-blue.gif) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}

.bottom-blue ul li {
	float: right;
	background: url(../images/box-blue.gif) 0px 0px no-repeat;
	width: 15px;
	line-height: 15px;
}

.roundedDiv-blue {
	width: 350px;
	background: #0D3A7C;
	color: #FFF;
}

#content {
	padding: 0 15px;
	display: block;
}

/* ROUND BOXES END ///////////////////////////////////////////////////////////////////////////////////////////////////*/



div.iframe { text-align:center; }

iframe#ifrm { width:80% }

.formlabels2 {
	background-color: #efefef;
	margin: 5px;
	padding: 5px;
}

.formlabels {
	font-weight: bold;
	background-color: #efefef;
	margin: 5px;
	padding: 5px;
	text-align: right;
}

.tiles { list-style-image: url(../images/bullet.png); }

red1 {
	font-weight: bold;
	color: #CC0000;
}

dt {
	font-size: 12px;
	font-weight: bold;
}




 .hlt td {
                background-color:#0D3A7C;
                color: #ffffff;
            }
