@charset "utf-8";
body {
	background-color: #6699CC;
	background-position: left;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
}
#Container {
	width: 970px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005596;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005596;
}
#LeftColumn {
	width: 252px;
	margin-right: 4px;
	float: left;
}
#LftSidebarHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #FDB53C;
	text-align: right;
	height: 24px;
	width: 232px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
}
#LftSidebarPhoto {
	background-color: #FFFFFF;
	background-image: url(images/p_lft_sidebar_01.jpg);
	background-position: bottom;
	width: 252px;
	margin-right: 4px;
	height: 95px;
	background-repeat: no-repeat;
	padding-top: 4px;
}
#TopNavBar {
	height: 28px;
	width: 710px;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
}

#HeaderPhotoSm {
	background-color: #AEC3E2;
	background-image: url(images/p_header_sm_01.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 193px;
	float: left;
}
#RightColumn {
	width: 714px;
	margin-left: 256px;
}
#HeaderPhotoLg {
	background-image: url(images/p_header_lg_01.jpg);
	height: 125px;
	width: 517px;
	margin-left: 193px;
	text-align: right;
	padding-right: 4px;
}
#LftSidebarHome a {
	Text-Decoration:none;
	color: #FFFFFF;
}
#LftSidebarHome a:hover {
	Text-Decoration:underline;
	color: #FFFFFF;
}
#LftSidebarNavs {
	width: 251px;
	text-align: right;
	padding-right: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#SearchBar {
	background-image: url(images/search_bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	width: 710px;
	float: left;
	text-align: right;
	padding-top: 3px;
	padding-right: 4px;
}
form {
	margin: 0px;
	padding: 0px;
}

#BreadCrums {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: left;
	float: left;
	height: 10px;
	width: 705px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#BreadCrums a {
	color: #666666;
	text-decoration:none;
}
#BreadCrums a:hover {
	color: #666666;
	text-decoration:underline;
	background-color: #FFDDB3;
}
#Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	float: left;
	width: 664px;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#Content a {
	color:#006699;
	text-decoration:underline;
}
#Content a:hover {
	color:#000000;
	text-decoration:underline;
	background-color: #FFDDB3;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #006699;
	font-weight: normal;
}
h2 {
	font-weight: bold;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#Footer {
	background-color: #FDB53C;
	text-align: center;
	padding: 15px;
	width: 684px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
#Footer a {
	color: #333333;
	text-decoration:none;
}
#Footer a:hover {
	color: #006699;
	text-decoration:underline;
}
.Highlight {
	font-weight: bold;
	color: #006699;
}
.Highlight2 {
	font-weight: bold;
	color: #006699;
	font-size: x-small;
}
.ContentWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.ContentWhite a {
	color:#FFFFFF;
	text-decoration:none;
}
.ContentWhite a:hover {
	color:#333333;
	text-decoration:none;
	background-color: #FFDDB3;
}
.Leading {
	line-height: 20px;
}
.Leading2 {
	line-height: 15px;
}.TableBorder {
	border: 1px solid #FDB53C;
}

