/* CSS Document *//* Elements */BODY {margin:0;padding:0;background-color:#6c6f70;color:#565a5c;font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 11px;line-height:16px;text-align:center;}/* div that contains entire page, sets width and centers */.container {margin: 0 auto;width: 800px;}/* div that surrounds header (masthead) */.header {background-color:#eeeeee;width:800px;margin-top:0px;height:85px;display:block;text-align:left;border-bottom:1px solid #6c6f70;} .bodyareacontainer {background-image:url(images/background_01_02.gif);background-repeat:repeat-x;width:800px;height:auto;overflow:auto;}  .contentcontainer {background-color:transparent;width:599px;margin:0px;display:inline;float:left;overflow:hidden;text-align:center;height:auto;}   .content {background-color:transparent;margin:25px;display:inline;float:left;overflow:hidden;text-align:left;width:549px;}       .rightcolumncontainer {width:200px;margin:0px;display:inline;float:left;overflow:hidden;text-align:left;height:auto;}  .rightcolumncontent {padding:25px 20px 0px 20px;display:block;}   .footercontainer {background-color:#eeeeee;width:800px;margin-top:0px;height:85px;display:block;text-align:left;border-top:1px solid #6c6f70;} .copyright {margin-top:0px;height:85px;display:block;text-align:center;color:#eeeeee;} H1{font-size:14px;line-height:20px;color:#002c77;padding-top:2px;margin-top:2px;margin-bottom:2px;padding-bottom:2px;}H2 {font-size:12px;line-height:18px;color:#565a5c;padding:5px 0px 1px 0px;margin:5px 0px 1px 0px;}p {margin-top:2px;margin-bottom:8px;}/* link styles */a:link {	color: #002c77;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	text-decoration: underline;	line-height:18px;}a:visited {	color: #002c77;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	text-decoration: underline;	line-height:18px;}/*rightarrow_large link style */a.rightarrow_large:link, a.rightarrow_large:visited {	color: #002c77;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	text-decoration:underline;	background-image:url(images/bluearrow_right.gif);	background-position:right;	background-repeat:no-repeat;	padding-right:16px;}a.rightarrow_large:hover, a.rightarrow_large:active {	color: #002c77;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	text-decoration:underline;	background-image:url(images/bluearrow_right_over.gif);	background-position:right;	background-repeat:no-repeat;}/*right arrow small (11pt) link style */a.rightarrow:link, a.rightarrow:visited {	color: #002c77;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	text-decoration:underline;	background-image:url(images/arrow_right_textsize.gif);	background-position:right;	background-repeat:no-repeat;	padding-right:12px;}a.rightarrow:hover, a.rightarrow:active {	color: #002c77;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	text-decoration:underline;	background-image:url(images/arrow_right_textsize_over.gif);	background-position:right;	background-repeat:no-repeat;}/*top arrow  11pt link style */a.toparrow:link, a.toparrow:visited {	color: #002c77;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	text-decoration:underline;	background-image:url(images/arrow_top_textsize.gif);	background-position:right;	background-repeat:no-repeat;	padding-right:14px;}a.toparrow:hover, a.toparrow:active {	color: #002c77;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	text-decoration:underline;	background-image:url(images/arrow_top_textsize_over.gif);	background-position:right;	background-repeat:no-repeat;	padding-right:14px;}/*lines */.dottedline{border-bottom: 1px dotted  #6c6f70;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;height:1px;overflow:hidden;width:98%;}/*form styles *//*text area with white background */textarea.formtextarea_white {background-color:#ffffff !important;border:1px solid #6c6f70;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}/*form field with white background */input.formfield_white {background-color:#ffffff !important;border:1px solid #6c6f70;padding:2px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}/*drop down with white background */select.dropdownmenu_white {background-color:#ffffff !important;border:1px solid #6c6f70;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#565a5c;}input.formButton {font-size:12px;color:#002c77;background: #cccccc url(../images/buttonbackground.jpg) repeat-x;border-top: 1px solid #b5b6b3;border-bottom: 1px solid #6c6f70;border-right: 1px solid #6c6f70;border-left:1px solid #b5b6b3;margin:0 6px 0px 0px;padding:2px 2px 2px 2px;}input.formButton:hover {background: #eeeeee url(../images/blueback.gif);}input.formButton:active {background: #eeeeee url(../images/blueback.gif);}.grayback {background-color:#eeeeee;margin:0px;padding:1px 6px 1px 6px;}