﻿body 
{
	background-color: #C1CFD5;
	margin: 0;
	font-family: Verdana;
	color: #111112;
	font-size: 12px;
}

img
{
	border: none;
}

li
{
	padding-bottom: 10px;
}

h1
{
	font-size: 24px;
	color: #00253D;
	font-weight: normal;
	line-height: 30px;
}

#BlueBar
{
	height: 219px;
	width: 100%;
	background-color: #00253D;
}

#Wrapper
{
	width: 976px /*960px*/;
	margin: -219px auto 0 auto;
	/*background-color: #FFFFFF;*/
	background-image: url(../images/shadow_bg.png);
	background-repeat: repeat-y;
}

		#Header
		{
			background-image: url(../images/header_bg.gif);
			background-repeat: no-repeat;
			height: 219px;
			width: 960px;
			margin: 0 auto;
		}
				#Logo
				{
					float: left;
					width: 329px;
					height: 67px;
					margin: 43px 0 0 0;
					padding-left: 62px;
					visibility: visible;
				}
				#LogoPrint
				{
					display: none;
					width: 0px;
					height: 0px;
				}
				#EasyRead
				{
					float: right;
					margin: 15px 27px 0 0;
				}
				
		#NavigationHolder
		{
			background-image: url(../images/nav_bg.gif);
			background-repeat: no-repeat;
			height: 112px;
			width: 960px;
			margin: -68px auto 0 auto;
		}
				#Navigation
				{
					height: 45px;
					margin-left: 11px;
					margin-top: 11px;
				}
						.btnNav
						{
							background-image: url(../images/btnNav.gif);
							background-repeat: no-repeat;
							width: 146px;
							height: 26px;
							margin-top: 10px;
							padding-top: 10px;
							float: left;
							text-align: center;
							cursor: hand;
						}
						.btnNavSelected
						{
							background-image: url(../images/btnNavSelected.gif);
							background-repeat: no-repeat;
							width: 146px;
							height: 29px;
							padding-top: 16px;
							float: left;
							text-align: center;
							cursor: hand;
							font-weight: bold;
						}
						#Navigation a
						{
							color: #FFFFFF;
							text-decoration: none;
							font-size: 11px;
						}
								#Navigation a:hover
								{
								}
				#NavBar
				{
					width: 100%;
					height: 12px;
					background-image: url(../images/nav_bar.gif);
					background-repeat: repeat-x;
				}
				#CookieCrumb
				{
					margin: 14px 0 0 67px;
					font-size: 12px;
					color: #FFFFFF;
				}
						#CookieCrumb a
						{
							font-size: 12px;
							color: #FFFFFF;
							text-decoration: none;
						}
						
			#ContentHolder
			{
				width: 960px;
				margin: 0 auto 0 auto;
				/*border: 1px solid red;*/
			}
					#LeftCol
					{
						float: left;
						width: 570px;
						margin-top: 45px;
						padding-left: 67px;
						padding-bottom: 20px;
						line-height: 18px;
					}
							#LeftCol a
							{
								font-weight: bold;
								color: #0033CC; /*#111112*/
								text-decoration: none;
							}
									#LeftCol a:hover
									{
										text-decoration: underline;
									}
							.SmallItalics
							{
								font-size: 12px;
								font-style: italic;
								line-height: 12px;
							}
					#RightCol
					{
						float: right;
						/*border: 1px solid red;*/
						width: 246px;
						padding-top: 45px;
						padding-right: 25px;
						padding-bottom: 20px;
					}
							.DownloadsBox
							{
								/* hack to set min height in IE 6 */
								height: auto !important;
								height: 300px;
								min-height: 300px;
								border-left: 1px solid #8AB4C5;
								padding-left: 20px;
								padding-top: 25px;
								margin-top: -45px;
								margin-bottom: -20px;
							}
									.DownloadsBox a
									{
										color: #00253D;
										text-decoration: none;
										font-weight: bold;
									}
											.DownloadsBox a:hover
											{
												text-decoration: underline;
											}
					
		#Footer
		{
			border-top: 1px solid #8AB4C5;
			width: 920px;
			margin: 0 auto 0 auto;
			padding: 20px;
		}
				#FooterLeft
				{
					color: #5E7680;
					font-size: 11px;
					float: left;
				}
						#FooterLeft a
						{
							color: #5E7680;
							text-decoration: none;
						}
								#FooterLeft a:hover
								{
									text-decoration: underline;
								}
				#FooterCenter
				{
					float: left;
					margin-left: 160px;
					font-size: 11px;
					color: #000000;
				}
						#FooterCenter a
						{
							color: #000000;
							text-decoration: none;
						}
						#FooterCenter a:hover
						{
							text-decoration: underline;
						}
				#FooterRight
				{
					float: right;
					font-size: 11px;
					color: #5E7680;
				}
