/*************************************************
                     Globals
*************************************************/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#FFF;
	margin: 0;
	padding:0;
}

.noncss {
	display:none;
}

form {
	margin:0;
}

/*************************************************
                     Header
*************************************************/
#preheader {
	background-color:#1580D8;
	color:#FFF;
	font-size: 10pt;
	text-align:right;
	padding: 3px;
	border-bottom:1px solid #FFF;
}
#preheader a, #header a {
	color:#FFF;
}

#header {
	background:#012E8B url("images/title_bg.jpg") repeat-x;
}
#header h1 {
	color:#FFF;
	margin: 0 0 0 16px;
	padding: 16px 0 0;
	font-size: 20px;
	height:auto !important;
	height: 1px;
}
#header h1 img {
	float:left;
}
#header img {
	float:right;
	margin: 9px;
}
.bluetitle {
	font-weight: bold;
	color: #03c;
}
#header h5 {
	color:#FFF;
	margin: 0 0 0 16px;
	padding: 16px 0 0;
	font-size: 20px;
	height:auto !important;
	height: 1px;
}
/*************************************************
                     Navigation
*************************************************/

#nav {
	clear:both;
	list-style:none;
	border-top:1px solid #FFF;
	padding: 0;
	margin: 3px;
		xfont-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 150%;
	background-color: #03328E;
}

#nav li {
	display:inline;
	margin: 13px; 
}

#nav a {
	text-decoration:none;
	padding: 3px;
	background-color: transparent;
}

#nav a:hover {
	color:#062673;
	background-color:#A1CAF2;

}
#nav li.true {
		xbackground-color:#EAF4F7;
}

/*************************************************
                     Tools
*************************************************/

#tools {
	float:right;
	width:250px;

}

#tools .panel {
	background-color: #EAF4F7;
	margin-bottom: 6px;
	padding: 3px 6px;
}
	
.banner{float:left;margin:5px;margin-left:15px;}

/*************************************************
                     Content
*************************************************/


#content_wrapper {
	padding: 20px;
}
p {
	font-size: 10pt;
	text-align: left;
}
a {
	color:#03c;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:x-large;
	padding: 0px;
	text-align: left;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
h2 {
	color:#000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding: 0 0 0 5px;
	font-size: x-large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
h3 em {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 3px;
	font-style: normal;
	margin: 0px;
}

h3 strong {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AEB2B1;
	border-bottom-color: #AEB2B1;
	width: 300px;
	margin: 0px;
	font-weight: normal;

}

h3	{
	margin:0;
	color: #36C;
	font-size: large;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #36C;
	padding-left: 5px;
}
h4 {
	font-size: large;
	padding: 0 0 0 15px;
	color: #555;
}
h5 {
	color:#FFF;
	margin: 0 0 0 16px;
	padding: 16px 0 0;
	font-size: 20px;
	height:auto !important;
	height: 1px;
}
.bullet {
	list-style-image: url(images/common_img/li_head.gif);
}
.bullet li {
	padding-bottom: 3px;
}
.bulletdown {
	list-style-image: url(images/common_img/ar_down.gif);
}
.buttontext { color: #000000; font: 9pt/10pt Arial, Helvetica, sans-serif }

table {
	font-size: 10pt;
}

.bulletblue {
	list-style-image: url(images/page_images/bulletpoint-blue.jpg);	
}
.leftbullet {
	padding-left: 20px;
	margin-right: -20px;

}
/*************************************************
                     Footer
*************************************************/

#footer {
	font-size:10pt;
	text-align:center;
	border-top: 3px solid #1580D8;
	padding: 19px 0 0 0;

    clear:both;
    height:1px;
    margin: 10px 0 0 0;
}
/*************************************************
                     funky
*************************************************/

.padLeft {
	padding: 0 0 10px 15px;
	float:right;
}.red {
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.new {
	font-size: small;
	color: #F0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topPageNew {
	color: #FF0000;
}

