* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	background: #fff url(../images/bg_body1.gif) center top repeat-x;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #32393d;
}

p {line-height: 1.4em;margin: 0 0 15px 0;}

a {color: #196297;text-decoration: underline;}

a:hover {color: #fe4819;}

h1 {font-size: 1.7em;color: #fe4819;
	margin: 5px 0 10px 0;font-weight: normal;}

h2 {font-size: 1.4em;color: #1e292b;margin: 5px 0 10px 0;font-weight: normal;}

h3 {font-size: 1.1em;color: #1e292b;margin: 5px 0 10px 0;}

h4 {font-size: 1.1em;
	color: #1e292b;
	margin: 5px 0 0px 0;}


.red {color: #fe4819;}

img, img a {border: 0;}

ul, ol {margin: 10px 0 10px 25px;padding: 0;}


hr {border: 0;
	border-top: 1px solid #DCEAF6;
	height: 1px;
	margin: 0 0 5px 0;
}

/* Page Containers */
#Container {
	position: relative;
	margin: 0 auto;
	width: 995px;
}

#ContainerBottom {
	clear: both;
	position: relative;
	width: 100%;
	height: 100px;
	background: #fff url(../images/bg_container_bottom.gif) 0 0 repeat-x;
}

/* Pages Menu */
#Menu {
	position: relative;
	clear: both;
	float: left;
	width: 995px;
	height: 31px;
	display: inline;
	z-index: 10;
	background: url(../images/bg_navi_sublist.gif) -5000px 0 no-repeat; /* Preloads dropdown bg */
}

#Menu ul { /* Top level list */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 995px;
}

#Menu li { /* Top level list item */
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/btn_navi_right.gif) 100% 0 no-repeat;
}

#Menu li.HasSubMenu { /* Top level list item with sub nav */
	background: url(../images/btn_navi_right_arrow.gif) 100% 0 no-repeat;
}

#Menu li a { /* List item link */
	display: block;
	height: 24px;
	color: #fff;
	color: #ffecc1;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 15px 0 15px;
	background: url(../images/btn_navi_left.gif) 0 0 no-repeat;
}

#Menu li.HasSubMenu a { /* List item link with sub nav */
	padding: 6px 23px 0 18px;
}

#Menu li.First a {
	background: url(../images/btn_navi_left_first.gif) 0 0 no-repeat;
}

#Menu li ul { /* Sub list */
	float: left;
	position: absolute;
	left: 0;
	top: 30px;
	width: 175px;
	display: none;
	text-align: left;
	background: url(../images/bg_navi_sublist.gif) 0 100% no-repeat;
	padding: 0 0 10px 0;
	z-index: 10;
}

#Menu li ul li { /* Sub list item */
	clear: both;
	color: white;
	text-align: left;
	background-image: none;
}

#Menu li ul li a { /* Sub list item link - Same width as li ul */
	color: #394852;
	color: #07699a;
	padding: 2px 10px 0 10px;
	width: 160px;
	height: auto;
	font-weight: normal;
	font-size: 0.9em;
	background-image: none;
	font-size: 0.85em;
	font-weight: bold;
}

#Menu li ul li a:hover {
	text-decoration: underline;
}

#Menu li:hover { /* List item rollover */
	background-position: 100% -100px;
}

#Menu li:hover a, #Menu li.over a{ /* List item link rollover */
	background-position: 0 -100px;
	color: #394852;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}
/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */
* html #Menu li:hover , * html #Menu li.over { /* List item link rollover */
	background-position: 100% -100px;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
}

#Wrapper {
	clear: both;
	float: left;
	width: 995px;
	display: inline;
}

/* Header */
#Header {
	width: 995px;
	height: 90px;
}

/* Logo */
#Logo {
	float: left;
	width: 165px;
	height: 60px;
	margin: 10px 0 10px 0px;
	display: inline;
}

/* Logo */
#rss {margin-top:30px;
	float: right;
	width: 18px;
	clear:both;
}

/* Top Search Form */
#SearchForm {
	float: right;
	width: 230px;
	height: 84px;
	background: transparent;
	overflow: hidden;
}

#SearchForm form {
	clear: both;
	padding: 6px 0 0 0;
	margin: 0 0 0 20px;
}

#SearchForm label {
	display: none;
}

#SearchForm input {
	width: 120px;
	height: 16px;
	font-size: 0.9em;
	border: 1px solid #d7d7d7;
	padding: 2px 2px 2px 2px;
	margin: 5px 0 5px 0;
}

#SearchForm .Button {
	width: 92px;
	width: 75px;
	height: 24px;
	border: 0;
	padding: 0;
	margin-left: 2px;
	vertical-align: top;
}


/* Left & Right Content Area */
.Left {
	float: left;
	width: 190px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 0;
}

.Right {
	float: right;
	width: 190px;
	padding: 20px 0 20px 0;
}

.SideBox {
	list-style: none;
	background: url(../images/bg_side_box.gif) 0 100% no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.SideBoxTop {
	margin: 0 0 10px 0;
	padding: 0;
	height: 5px;
	font-size: 0;
	background: url(../images/bg_side_h2.gif) 0 0 no-repeat;
}

/* Primary Content Area */
.Content {
	float: left;
	width: 769px;
	min-height: 500px;
	padding: 0px 0 10px 0;
}

.Content.Wide {
	width: 995px;
	margin: 0;
	padding: 0 0 5px 0;
}

/* Page Footer */
#Footer {
	width: 995px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}

#Footer p{
	/*width: 820px;*/
	font-size: 0.85em;
	color: #fe4819;
	line-height: 1.8em;
	margin-left: 20px;
}

#Footer .Small {
	font-size: 0.7em;
	color: #757575;
	text-align: center;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	text-decoration: none;
	color: #1E292B;
	margin: 0;
}

#Footer a:hover {
	color: #fe4819;
}

#FooterLogos {
	background: url(../images/bg_footer_logos.gif) 0 100% no-repeat;
	padding: 0 0 20px 20px;
	margin: 0 0 10px 0;
}

#FooterLogos img {
	margin: 0 15px 0 0;
}

/* Miscellaneous Definitions */
.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.Clear {
	clear: both;
}

.Small {
	font-size: 0.75em;
}

.ImgFloatLeft {
	float: left;
	padding: 0 20px 10px 0;
}

.ImgFloatRight {
	float: right;
	padding: 0 0 10px 20px;
}

/* Tab nav */
.tabnav {
	clear: both;
	float: left;
	width: 770px;
	margin: 0 0 10px 0;
	background: url(../images/bg_tabnav.gif) 100% 0 no-repeat;
}

.tabnav ul {
	margin: 0 0 0 10px;
	padding: 0;
	width: 760px;
	list-style: none;
}

.tabnav li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	background: url(../images/btn_panel_off_left.gif) 0 0 no-repeat;
}

.tabnav li.active {
	background: url(../images/btn_tabnav_on_left.gif) 0 0 no-repeat;
}

.tabnav a:link, .tabnav a:visited {
	display: block;
	float: left;
	color: #757575;
	text-decoration: none;
	padding: 4px 20px 6px 15px;
	margin: 0 0 0 5px;
	background: url(../images/btn_panel_off_right.gif) 100% 0 no-repeat;
	display: inline;
}

.tabnav li.active a:link, .tabnav li.active a:visited {
	display: block;
	float: left;
	color: #1E292B;
	text-decoration: none;
	padding: 4px 20px 6px 15px;
	margin: 0 0 0 5px;
	background: url(../images/btn_tabnav_on_right.gif) 100% 0 no-repeat;
	display: inline;
}

.tabnav a:hover {
	color: #fe4819;
}


ul.calc li {
	display: block;
	font-size: 11px;
	background: url(/images/green.gif) 0 2px no-repeat;
	padding: 0 0 8px 18px;
	color: #1a4189;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
ul.calc li a {font-weight:normal;color:#0099ff; text-decoration:none;font-size: 12px;line-height:1.2em;}
ul.calc li a:hover {text-decoration:underline;}

table.cat 
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #CC0000;
	width: 200px;
	background-color: #FFFFFF;
	border: 0px;
	border-style:none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 1px;
	}

table.cat td 
{background-color: #FFFFFF;
color: #CC0000;
padding: 2px;
text-align: left;
border-bottom: 1px #cccccc solid;
}

table.cat tr 
{padding: 0px;
}

table.data {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	width: 500px;
	background-color: #666;
	border: 0px;
	border-style:none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 1px;
	}

table.data td 
{background-color: #666;
color: #ffffff;
padding: 5px;
text-align: left;
border-bottom: 0px #cccccc solid;
}

table.data tr 
{padding: 2px;
}



.articleheader {width:600px;}
.readmore {width:400px;padding:0px;margin:0px;}
.readmore .a {width:400px;padding:0px;margin:0px;}
.readmoreHome {width:170px;}

#lifeEvents {font-family: Arial, Tahoma, Helvetica, sans-serif;
			  font-size: 0.9em;
			  width:210px;
			  color: #595959; 
			  padding:3px 0px 2px 0px;
			  line-height:1.15em;}

#icons {
	float: left;
	width:98%;
	clear:both;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	padding-top:5px;
	border-top: 1px #cccccc solid;
}

#icons ul {display:inline;background:none;list-style:none;}
#icons ul li.li1 {background:url(/images/icon_Rss.png) no-repeat 0 0; display: inline;padding:2px 0 5px 25px;list-style-type:none;}
#icons ul li.li1 a {text-decoration:underline;}
#icons ul li.li1 a:hover {text-decoration:none;}

#icons ul li.li2 {background:url(/images/printer.jpg) no-repeat 0 0; display: inline;padding:2px 0 5px 29px;list-style-type:none;}
#icons ul li.li2 a {text-decoration:underline;}
#icons ul li.li2 a:hover {text-decoration:none;}

#icons ul li.li3 {background:url(/images/favorite.jpg) no-repeat 0 0; display: inline;padding:2px 0 5px 28px;list-style-type:none;}
#icons ul li.li3 a {text-decoration:underline;}
#icons ul li.li3 a:hover {text-decoration:none;}

#icons ul li.li4 {background:url(/images/share.jpg) no-repeat 0 0; display: inline;padding:2px 0 5px 26px;list-style-type:none;}
#icons ul li.li4 a {text-decoration:underline;}
#icons ul li.li4 a:hover {text-decoration:none;}
