
/*colors
blue: #00246F
red: #B72839
gray: #999999
gray2: #CCCCCC
blue2: #224A88
blue3: #ABB9D1
blue4: #7A92B8
bluelight: #E6EBF1
*/




body { 
	background-color: #FAFBFC;
	margin: 0px 0px 0px 0px;	
	font: normal 11px/14px "lucida sans", arial, sans-serif;
}

table, tr, td	{ 	
	font: normal 11px/14px "lucida sans", arial, sans-serif;
	/* font-family: "arial"; font-size: 9pt */ 
}
a:link, a:active, a:visited  { color: #5977A6 }
a:hover      { color: #999999 }

form {
	margin: 0px;
	padding: 0px
}
div#container {
 	background-color: #ffffff;
	width: 820px;
	border-right: 1px solid #D5DCE8;
	border-left: 1px solid #D5DCE8;
	border-bottom: 1px solid #D5DCE8;
}
div#holder {
	width: 800px;
}
input.search        {
	font: normal 9px/11px "lucida sans", arial, sans-serif;
	padding: 2px 0px 0px 2px;
	margin: 0px;
	border: solid 1px #ABB9D1;
	color: #7A92B8;
	background-color: #FAFBFC;
}
input, select, textarea        {
	font: normal 10px/15px "lucida sans", arial, sans-serif;
	margin-left: 5px;
	margin-right: 2px;
	border: solid 1px #ABB9D1;
	background-color: #FAFBFC;
	color: #224A88;
}
input.radio       {
	border: solid 0px #ffffff;
	background-color: #ffffff;
}
.sm {
	font: normal 9px/14px "lucida sans", arial, sans-serif;
	color: #7A92B8
}
.smB {
	font: normal 9px/14px "lucida sans", arial, sans-serif;
	color: #224A88;
	font-weight: bold
}
.smR {
	font: normal 9px/14px "lucida sans", arial, sans-serif;
	color: #B72839;
	text-align: right;
}

.newsDate{
	font: normal 9px/14px "lucida sans", arial, sans-serif;
	color: #B72839;
	text-align: right;
	padding-top: 10px
}

.blue {
	color: #224A88;
	font-weight: bold;
}

/* top menu style */
.button a { 
	color: #FFFFFF;
	background-color: #B72839; 
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid white;
}

.button a:hover { 
	color: #FFFFFF;
	background-color: #999999; 
	color: #FFFFFF; 
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.buttonon a{ 
	background-color: #CCCCCC; 
	color: #999999; 
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

/*quick links */
.link a {
font: normal 10px/11px "lucida sans", arial, sans-serif;
	background-color: #E6EBF1;
	color: #5977A6;
	padding: 4px;
	width: 100%;
}
.link a:hover {
	background-color: #CED6E4;
	color: #224A88;
}






/*testing mouseovers */

.linkbox {
   width: 225px;
	background-color: #E6EBF1;
	border: 1px solid #CED6E4;
}

.qlink a {
	font: normal 10px/11px "lucida sans", arial, sans-serif;
	background-color: #E6EBF1;
	padding: 4px;
}

.qlink a:hover {
	background-color: #CED6E4;
	color: #224A88;
}





/*pdf links */
.linkP a {
	font: normal 9px/14px "lucida sans", arial, sans-serif;
	background-color: #E6EBF1;
	padding: 5px;
	width: 90px;
	color: #5977A6;
	border: 1px solid #D5DCE8;
}

.linkP a:hover {
	background-color: #CED6E4;
	width: 90px;
	color: #5977A6;
	border: 1px solid #D5DCE8;
}


a.subN {
	color: #5977A6;
	font: normal 10px/15px "lucida sans", arial, sans-serif;
	padding: 15px 0px 0px 0px;
	text-decoration: none;
	 display: block;
}

.events {
	font: normal 10px/15px "lucida sans", arial, sans-serif;
	padding: 15px 0px 0px 0px;
	text-decoration: none;
	display: block;
}


/* for 21 day challenge section */
a.week:link, a.week:active, a.week:visited {
		background-color: #f5f7f9; 
	   border: 1px solid #f5f7f9;
}
a.week:hover, img.weekon {
     background-color: #E6EBF1; 
	  border: 1px solid #ABB9D1;
}

a.weekbut:link, a.weekbut:active,  a.weekbut:visited{
	   border: 1px solid #fff;
		background-color: #fff; 
		padding: 10px;
}
a.weekbut:hover, a.weekbutOn {
		background-color: #E6EBF1; 
	   border: 1px solid #ABB9D1;
		padding: 10px;
		color: #224A88
}
a.weekbutred:link, a.weekbutred:visited, a.weekbutred:active{
		background-color: #F1F3F7; 
	   border: 1px solid #ABB9D1;
		padding: 10px;
		color: #B72839;
}





.col {
	border-bottom: 1px solid #ABB9D1;
	border-right: 1px solid #ABB9D1;
	padding: 10px;
}
div#main {
	padding: 15px;
	width: 99%;
}
table.content
{
	margin-bottom: 20px;
}
.header {
	color: #B72839;
	font: normal 18px/21px "lucida sans", arial, sans-serif;
	padding-bottom: 10px;
	/*font-weight: bold;*/
}
.headerpad {
	color: #B72839;
	font: normal 18px/21px "lucida sans", arial, sans-serif;
}
.fill {
	background-color: #F1F3F7;
	padding: 5px;
	color: #224A88;
}
.boxW{
	background-color: white;
	margin-bottom: 5px;
	border: 1px solid #D5DCE8;
	padding: 5px;
}

.box {
	background-color: white;
	margin-bottom: 5px;
	border-top: 1px solid #D5DCE8;
	border-bottom: 1px solid #D5DCE8;
	border-left: 1px solid #D5DCE8;
	padding: 5px;
}

.box td{
	border-right: 1px solid #D5DCE8;
}
.sub {
	color: #00246F;
	font: normal 14px/15px "lucida sans", arial, sans-serif;
	padding: 15px 0px 0px 0px;
}


.sub2 {
	color: #00246F;
	font: normal 14px/15px "lucida sans", arial, sans-serif;
}

.num {
	background-color: #E6EBF1;
	margin: 0px;
	border: 1px solid #ABB9D1;
	padding: 4px;
	color: #5276bf;
	font: normal 14px/15px "lucida sans", arial, sans-serif;
	text-align: center;
}

.quote {
	background-color: #E6EBF1;
	margin: 0px;
	border: 1px solid #ABB9D1;
	padding: 7px;
	color: #224A88;
}

.subR {
	color: #B72839;
	font: normal 12px/15px "lucida sans", arial, sans-serif;
}

ul{
	/*margin: 0px 15px 0px 35px*/
	margin-bottom: 0px
}

li.arrow {
   list-style-image: url(../images/arrows.gif);
	padding-bottom: 2px;
}


li.pdf {
	 background: transparent url(/images/iconpdf.gif) 0px 0px no-repeat;
	 padding-left:20px !important;
	 list-style: none;
	 margin-left: -30px;
	 text-decoration: none;
	 padding-bottom: 15px;
	 color: #5977A6;
}
ul.pdf li {
	 background: transparent url(/images/iconpdf.gif) 0px 0px no-repeat;
	 padding-left:20px !important;
	 list-style: none;
	 margin-left: -30px;
	 text-decoration: none;
	padding-bottom: 15px;
	color: #5977A6
}

li.web {
	 background: transparent url(/images/iconweb.gif) 0px 0px no-repeat;
	 padding-left:20px !important;
	 list-style: none;
	 margin-left: -30px;
	 text-decoration: none;
	 padding-bottom: 15px;
	 color: #5977A6
}

li.word {
	 background: transparent url(/images/iconword.gif) 0px 0px no-repeat;
	 padding-left:20px !important;
	 list-style: none;
	 margin-left: -30px;
	 text-decoration: none;
	 padding-bottom: 15px;
	 color: #5977A6
}


li {
	padding-bottom: 5px;
}


ol.circle  {
	margin: 10px 0px 0px 10px;
   padding-left:30px; padding-top: 4px; !important;
   background:transparent url(/images/bullet_numberbkgd.gif) 0px 0px no-repeat; 
}

ol.circle10  {
	margin: 10px 0px 0px 10px;
   padding-left:32px; padding-top: 4px; !important;
   background:transparent url(/images/bullet_numberbkgd.gif) 0px 0px no-repeat; 
}


blockquote {
	margin-left: 20px;
	margin-right: 60px;
}

.sublink {
	color: #7A92B8;
	padding: 10px;
	text-align: center;
}

hr {
	height: 1px;
	color: #D5DCE8;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px dotted #D5DCE8;  
}

.divider {
	border-left: 1px solid #D5DCE8 dotted;
	border-left-width: thin;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
}

.line, span.line {
	padding-bottom: 10px;
	border-bottom: 1px solid #D5DCE8 dotted;
	border-bottom-width: thin;
	height: 1px;  
}

/*gray links*/

.linkG a {
font: normal 10px/11px "lucida sans", arial, sans-serif;
	background-color: #EDECEC;
	padding: 4px;
	width: 100%;
	color: #5977A6;
}
.linkG a:hover{
	background-color: #CED6E4;
	color: #224A88;
	width: 100%;
}