/***********************************************/
/* HTML and body tag styles                    */
/***********************************************/
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	line-height: 1.166;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	min-height: 100%;
	background-color:#195480;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
/***********************************************/
/* hyperlink and anchor tag styles             */
/***********************************************/
a:link, a:visited {
	color: #005FA9;
}
a:hover {
	text-decoration: none;
}
/***********************************************/
/* header tag styles                           */
/***********************************************/
h1 {
	font: normal 200% Arial, sans-serif;
	color: #004d9b;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font: bold 150% Arial, sans-serif;
	color: #8c3267;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
h3 {
	font: bold 100% Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h4 {
	font: bold 100% Arial, sans-serif;
	color: #3E719D;
	margin: 0px;
	padding: 0px;
}
h5 {
	font: bold 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h6 {
	font: bold 12px verdana, arial, sans-serif;
	margin: 45px;
	padding: 0px;
	color: #3E719D;
	letter-spacing: .1em;
}
/***********************************************/
/* list tag styles                             */
/***********************************************/
ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}
li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul li a, ul li a:link, ul li a:visited {
	color: #4B629C;
	background-image:none;
}
/***********************************************/
/* form and related tag styles                 */
/***********************************************/
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
label {
	font: bold 1em Arial, sans-serif;
	color: #334d55;
}
input {
	font-family: Arial, sans-serif;
	vertical-align:middle;
}
/***********************************************/
/* Layout styles                               */
/***********************************************/
#pagewrapper {
	position: relative;
	width: 756px! important;
	height:auto 100%;
	min-height:100%;
	margin: 0px auto 0px auto;
}
#pagecellhome {
	position: relative;
	min-height:100%;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 16px 16px 16px 16px;
	float: left;
	width: 724px;
	background-color: #FFFFFF;
	background-image:url(../images/bottomcorners.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#masthead {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	top: 0px;
	height:138px! important;
}
#logo {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:383px;
	height:99px;
	float:left;
}
#logo img {
	border:none;
}
#logoleft {
	position:relative;
	top:0px;
	right:0px;
	margin:0;
	padding:0;
	width:496px;
	height:85px;
	float:right;
}
#contenthome {
	position:relative;
	padding:0px 0px 0px 0px;
	margin:16px 0px 0px 0px;
	line-height: 1.498;
	width: 724px;
	float: left;
}
#contenthome p img {
	margin:0px 0px 5px 0px;
}
#contenthome h4 a {
	font: bold 100% Arial, sans-serif;
	color: #3E719D;
	margin: 0px;
	padding: 0 20px 0 0;
	text-decoration:none;
}
#contenthome h4 a:hover {
	color: #69ABD8;
}
#mainimage{
	margin:0px 0px 25px 0px;
}
/***********************************************/
/* Account styles                              */
/***********************************************/

/***********************************************/
/* Utility styles                              */
/***********************************************/

/***********************************************/
/* Product Navigation styles                   */
/***********************************************/

/***********************************************/
/* Global Navigation styles                    */
/***********************************************/

#gnav {
	position:relative;
	clear:both;
	height:39px;
	min-height:39px;
	margin: 0px 0px 0px 0px;
	line-height:1;
}

#gnav .navcontainer {
	position:relative;
	padding:0px 0px 0px 0px;
}
#gnav .navcontainer ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	color: #ffffff;
}
#gnav .navcontainer li {
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px 0px 0px 0px;
}
#gnav .navcontainer .lasttab {
	margin:0px 0px 0px 0px;
}
#gnav .navcontainer li a {
	display:block;
	float:left;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font: bold 14px arial, helvetica, sans-serif;
	white-space:nowrap;
	padding: 0px 0px 0px 64px;
	background:url(../images/buttons.jpg) left top no-repeat;	
	line-height:1;
}
#gnav .navcontainer li a span {
	padding: 14px 63px 12px 0px;
	display: block;	
	background: url(../images/buttons.jpg) right top no-repeat;
	white-space:nowrap;
}

/*Safari 3 margin fix*/
body:first-of-type #gnav .navcontainer li a {padding: 0px 0px 0px 64px;}
body:first-of-type #gnav .navcontainer .lasttab a {padding: 0px 0px 0px 65px;}
body:first-of-type #gnav .navcontainer li a span{padding: 14px 64px 12px 0px;}
body:first-of-type #gnav .navcontainer .lasttab a span {padding: 14px 65px 12px 0px;}
/*end safari 3 margin fix*/

#gnav .navcontainer li a:hover {
	text-decoration: none;
	color:#ffffff;
	background-position:left -86px;
}
#gnav .navcontainer li a:hover span {
	text-decoration: none;
	color:#ffffff;
	background-position:right -86px;
}
#gnav .navcontainer .selected a {
	background-position:left -43px;
	color:#215880;
}
#gnav .navcontainer .selected a span {
	background-position:right -43px;
}
#gnav .navcontainer .selected a:hover {
	text-decoration: none;
	color:#215880;
	background-position:left -43px;
}
#gnav .navcontainer .selected a:hover span {
	text-decoration: none;
	color:#215880;
	background-position:right -43px;
}

/***********************************************/
/* Story styles                                */
/***********************************************/
.story {
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:100%;
	float: left;
}
.story h1 {
	clear:both;
}
.story h3 {
	font: bold 140% Arial, sans-serif;
	color: #005FA9;
	margin: 0 0 8px 0;
	padding:0 0 0 30px;
}
.story h4 {
	color: #000000;
	font: bold 100% Arial, sans-serif;
	margin:20px 0 0 0;
	padding:0 0 0 0;
}
.story p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}


/***********************************************/
/* Footer styles                               */
/***********************************************/
#footer {
	position:relative;
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
	padding: 25px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align:center;
}
#footer .navcontainer {
	margin:0px 0px 10px 0px;
}
#footer .navcontainer ul {
	padding: 3px 0px 10px 9px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	color: #1A72A2;
	font: 9px Arial, Helvetica, sans-serif;
	line-height: 3;
}
#footer li {
	display: inline;
	list-style:none;
	background-image:none;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer li a, #footer li a:link, #footer li a:visited {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#ffffff;
	padding: 3px 60px 3px 60px;
	background-image:none;
}
#footer li a:hover {
	text-decoration: none;
	color: #67a3ca;
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color:#ffffff;
}
#footer a:hover {
	text-decoration: underline;
}
#footercontent {
	width:756px;
	margin: 0px auto 0px auto;
	position: relative;
}
#footer .copyright {
	margin:10px 0px 0px 0px;
	text-align:center;
	font-size:12px;
	Font-Family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
#footer #base {
	position:relative;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size:12px;
	Font-Family:Arial, Helvetica, sans-serif;
	color: #2a373d;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}
#footer #base p {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}


/***********************************************/
/* Resource Links                              */
/***********************************************/

/********************* end **********************/

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #8c3267;
}

fieldset {
    border: 1px solid #8c3267;
    padding: 10px;
}

legend { 
	color: #8c3267;
    font-size: 150%;
}

xtable { border: 1px solid #cc0000; }
td { vertical-align: top; }

img.right { float: right; margin-left: 10px; }
img.left { float: left; margin-right: 10px; }
.border { border: 1px solid #cccccc; padding: 5px; }

