/* CSS Document */

BODY {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   position: relative;
   margin: 0px auto 15px auto;
   padding: 0px;
}

A IMG {
	border: none;
}

.titleLink:link	    {color:#000000;text-decoration:none;}
.titleLink:visited	{color:#000000;text-decoration:none;}
.titleLink:active	{color:#2157B7;text-decoration:none;}
.titleLink:hover	{color:#2157B7;;text-decoration:none;}

.greyLink:link	    {color:#333;text-decoration:none;font-weight: bold;}
.greyLink:visited	{color:#333;text-decoration:none;font-weight: bold;}
.greyLink:active	{color:#2157B7;text-decoration:none;font-weight: bold;}
.greyLink:hover	    {color:#2157B7;;text-decoration:none;font-weight: bold;}

.boldLink:link	    {text-decoration:none;font-weight: bold;}
.boldLink:visited	{text-decoration:none;font-weight: bold;}
.boldLink:active	{text-decoration:none;font-weight: bold;}
.boldLink:hover	    {text-decoration:none;font-weight: bold;}

.smallLink:link     {color:#2157B7;text-decoration:none;font-size:11px;}
.smallLink:visited  {color:#2157B7;text-decoration:none;font-size:11px;}
.smallLink:active   {color:#333;;text-decoration:none;font-size:11px;}
.smallLink:hover    {color:#333;;text-decoration:none;font-size:11px;}

/* Top Level Navigation */

#NavTop {
	position: relative;
	margin-top: 9px;
	margin-bottom: 7px;
	text-align: center;
	clear: both;
	width: 100%;
	height: 39px;
	line-height: 39px;
	background: #C5DEFA url(/img/cover/bg_navtop.gif) top left no-repeat;
	font-size: 11px;
}

#NavTop A:link, #NavTop A:visited {
	font-weight:bold;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #2157b7;
	background: #2157b7 url(/img/cover/bg_nav_blue_0.gif) top left repeat-x;
}

#NavTop A:hover, #NavTop A:active {
	background: #2157b7 url(/img/cover/bg_nav_blue_1.gif) top left repeat-x;
}

#NavTop A.BtnGreen:link, #NavTop A.BtnGreen:visited {
	background: #609707 url(/img/cover/bg_nav_green_0.gif) top left repeat-x;
	border: 1px solid #609707;
	color: #FFF;
}

#NavTop A.BtnGreen:hover, #NavTop A.BtnGreen:active {
	background: #609707 url(/img/cover/bg_nav_green_1.gif) top left repeat-x;
}

#NavTop A.BtnOrange:link, #NavTop A.BtnOrange:visited {
	background: #609707 url(/img/cover/bg_nav_orange_0.gif) top left repeat-x;
	border: 1px solid #eb5709;
	color: #FFF;
}

#NavTop A.BtnOrange:hover, #NavTop A.BtnOrange:active {
	background: #609707 url(/img/cover/bg_nav_orange_1.gif) top left repeat-x;
}

/* Main Column Content */

#Large {
    position: relative;
	width: 960px;
	float: left;
}

#Main {
	position: relative;
	width: 641px;
	float: left;
}

#Side {
	position: relative;
	width: 313px;
	float: right;
}

#Main300 {
	position: relative;
	width: 313px;
	float: left;
}

#Side640 {
	position: relative;
	width: 640px;
	float: right;
}

#FeatureBG250 {
	position: relative;
	vertical-align: middle;
	height: 261px;
	margin-bottom: 5px;
    padding: 6px 7px 0px 7px;
	background: #FFF url(/img/cover/bg_featured_250.gif) top left no-repeat;
}

#MainBG323 {
    position: relative;
	vertical-align: middle;
	width:312px;
	height: 360px;
    margin-bottom: 2px;
    padding: 6px 0px 0px 6px;
	background: url(/img/cover/bg_main_314.png) top left no-repeat;
}

#MainBG271 {
    position: relative;
	vertical-align: middle;
	height: 261px;
	width:304px;
    margin-bottom: 5px;
    padding: 6px 6px 0px 6px;
	background: #FFF url(/img/cover/bg_main_271.gif) top left no-repeat;
}

/*
#NutrBG323 {
    position: relative;
	vertical-align: middle;
	height: 350px;
	width:304px;
    margin-bottom: 6px;
    padding: 6px 7px 0px 7px;
	background: #FFF url(/img/cover/bg_nutr_323.gif) top left no-repeat;
}   */

#LeftTopBG318 {
    position: relative;
    width:314px;
	height: 14px;
	background:url(/img/cover/bg_314_top.png) no-repeat;
}

#LeftBodyBG318 {
    position: relative;
	width:314px;
	background:url(/img/cover/bg_314_mid.png) repeat-y;
}

#LeftBottomBG318 {
    position: relative;
	height: 15px;
	width:314px;
	background:url(/img/cover/bg_314_bot.png) no-repeat;
}

#MainTopBG632 {
    position: relative;
    width:635px;
    height:14px;
    background:url(/img/cover/bg_635_top.png) no-repeat;
}

#MainBodyBG632 {
    position: relative;
	width:635px;
	background:url(/img/cover/bg_635_mid.png) repeat-y;
}

#MainBottomBG632 {
    position: relative;
	height: 15px;
	width:635px;
	background:url(/img/cover/bg_635_bot.png) no-repeat;
}

#RightBG632 {
    position: relative;
    float:right;
	vertical-align: middle;
	height: 350px;
	width:626px;
    margin-bottom: 6px;
    padding: 6px 3px 0px 7px;
	background: url(/img/cover/bg_large_632.png) top left no-repeat;
}

#SideBG250 {
    position: relative;
	vertical-align: middle;
	height: 260px;
	margin-bottom: 5px;
    padding: 6px 6px 0px 6px;
	background: url(/img/cover/bg_side_250.png) top left no-repeat;
}

#ContentBG {
	position: relative;
	width: 642px;
	float: left;
}

#ContentContainer {
	width: 642px;
	left: 0px;
	background-color: #FFF;
}

.SectionHeader, .Section {
	position: relative;
	width: 95%;
	margin: 0px auto;
}

.SectionHeader {
	border-bottom: 1px solid #c2c2c2;
	vertical-align: middle;
	padding: 3px 0px;

}

.SectionHeader H1 {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	font-family: "Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.contentBox {
    padding:8px;
    color:#000;
    font-size:12px;
    line-height: 1.5;
}

.contentImage {
    width:218px;
    text-align:center;
    vertical-align:middle;
}

.contentPaging {
    width: 626px;

    padding:8px;
    text-align:center;
}

#rightAd {
    position: absolute;
    z-index: 50;
    left: 965px;
    top: 205px;
}

.SectionHeader H2 {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	display: inline;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: oblique;
	font-weight: normal;
	color: #033333;
}

.fontH3 {
    height: 18px;
    padding-top:5px;
    vertical-align:top;
	font-family: "Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	color: #333;
}

.fontH2 {
    height: 18px;
    text-align: right;
    vertical-align:top;
	font-size: 11px;
	padding-top:5px;
	font-style: oblique;
	font-weight: normal;
	color: #033333;
}

.fontH1 {
    display: inline;
	font-family: "Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.fontH05 {
    display: inline;
	font-family: "Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing:-1px;
	font-weight: bold;
	color: #333;
}

.sectionTitle {
   text-align:left;
   width:100%;
   vertical-align: middle;
   padding: 3px 0px;
}

.fontReg {
    text-align: left;
    vertical-align:top;
	font-size: 12px;
	padding:8px 8px 8px 0px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}

.font12reg {
    text-align: left;
    vertical-align:top;
	font-size: 12px;
	margin-top:6px;
	padding:8px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}

.font12comp {
    text-align: left;
    vertical-align:top;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
}

.font12ital {
	font-size: 12px;
	padding:10px;
	line-height: 18px;
	font-style:italic;
	font-weight: normal;
	color: #000;
}

.font14ital {
	font-size: 14px;
	padding:10px;
	line-height: 18px;
	font-style:italic;
	font-weight: normal;
	color: #000;
}

.font14bold {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}

.font20fancy {
    font-size: 20px;
	padding:8px;
	line-height: 26px;
	font-style:italic;
    font-family: "Bookman Old Style", "Lucida Sans", Helvetica, sans-serif, Verdana;
    font-weight: normal;
	color: #333;
	text-align:center;
	vertical-align:middle;
	margin-top:18px;
}

.font16fancy {
    padding:8px;
    font-size:16px;
    line-height:20px;
    font-family: "Bookman Old Style", "Lucida Sans", Helvetica, sans-serif, Verdana;
    font-weight:normal;
    font-style:italic;
    color:#333;
}

.fontTitleFancy {
    font-size:14px;
    font-weight: bold;
    color:#333;
    line-height:20px;
    font-family: ""Bookman Old Style", Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
}

.font20reg {
    text-align:right;
    vertical-align:top;
	font-size: 20px;
	font-family: "Bookman Old Style", "Lucida Sans", Helvetica, sans-serif, Verdana;
	margin-top:8px;
	padding:8px;
	line-height: 26px;
	font-weight: normal;
	color: #333;
}

.font18fancy {
    font-size: 18px;
	padding:8px;
	line-height: 22px;
	font-style:italic;
    font-family: "Bookman Old Style", "Lucida Sans", Helvetica, sans-serif, Verdana;
    font-weight: normal;
	color: #333;
	text-align:center;
	vertical-align:middle;
	margin-top:18px;
}

.font18reg {
    text-align:right;
    vertical-align:top;
	font-size: 18px;
	font-family: "Bookman Old Style", "Lucida Sans", Helvetica, sans-serif, Verdana;
	margin-top:8px;
	padding:8px;
	line-height: 22px;
	font-weight: normal;
	color: #333;
}

.font12bold {
    text-align: left;
    vertical-align:top;
    font-weight: bold;
	font-size: 12px;
	margin-top:8px;
	padding:8px;
	line-height: 18px;
	color: #333;
}

.ListItem {
	border-bottom: 1px solid #CECECE;
	padding: 6px 1px 6px 6px;
	vertical-align: top;
	height: 54px;

}

.ListTitle {
	font-size: 12px;
	font-weight:bold;
}

.ListText {
   font-size: 11px;
   padding-top:6px;
}

.ListText12 {
   font-size: 12px;
   padding-top:6px;
   line-height:16px;
   font-style:italic;
   color: #333;
}

/* Column */



#ColumnBG {
	width: 100%;
	background-color: #FFF;
}

#FooterBG {
	position: relative;
	margin: 10px auto 0px auto;
	width: 100%;
}

#FooterContainer {
	background-color: #FFF;
	margin: 0px;
	padding: 5px 10px;
}

#Copyright {
	background: transparent url(/img/cover/bg_footer_bot.gif) top left no-repeat;
	height: 30px;
	line-height: 22px;
	width: 100%;
	text-align: center;
}

#FooterNav {
	display: block;
	text-align: center;
	margin: 10px auto;
}

.prBox {
	border: 1px solid #CECECE;
	padding: 4px 6px;
	width:75px !important;
	text-align:center;
	margin-right:5px;
}

.BoxNumber {
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	display:block;
}
.BoxText {
	font-size: 11px;
	display: block;
}

.Clear {
	clear:both;
	padding:0px;
	margin:0px;
	line-height:0px;
	font-size:1px;
}












