@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1E2E4F;
	background-image: url(images/body-back.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;	
}

#Header {
	position: relative;
	height: 139px;
	width: 1000px;
}
#IntHeader {
	position: relative;
	height: 87px;
	width: 1000px;
}
#Logo {
	height: 139px;
	width: 150px;
}
#IntLogo {
	height: 87px;
	width: 150px;
}
#HeaderRight {
	height: 139px;
	width: 850px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#HeaderRight #DateText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	position: absolute;
	top: 5px;
	right: 5px;
}
#BodyArea {
	width: 850px;
	background-image: url(images/center-back.jpg);
	background-repeat: repeat-x;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}
#CoverText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 180%;
	width: 250px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 260px;
}
#BodyArea #CoverPhoto {
	background-color: #1E2E4F;
	height: 350px;
	width: 225px;
	position: absolute;
	left: 30px;
	top: 30px;
}

#BodyArea #RSS {
	height: 350px;
	width: 250px;
	position: absolute;
	top: 30px;
	right: 30px;
	background-color: #1E2E4F;
}

#IntTextArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 180%;
	width: 780px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	position: relative;
}
#Nav {
	position: absolute;
	left: 0px;
	top: 155px;
	width: 150px;
}
#IntNav {
	position: absolute;
	left: 0px;
	top: 103px;
	width: 150px;
}
.SubNav {
	border-top-style: solid;
	border-top-color: #333333;
	border-top-width: 2px;
	overflow: hidden;
}

a:link.NavLnk, a:active.NavLnk, a:visited.NavLnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3C4664;
	display: block;
	width: 150px;
	text-decoration: none;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6475A2;
	border-bottom-color: #414E6D;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	background-image: url(images/navtab-off.jpg);
	background-repeat: repeat-y;
}
a:hover.NavLnk {
	background-color: #3E4866;
	background-image: url(images/navtab-on.jpg);
	background-repeat: repeat-y;
}
a:link.NavSecRTLnk, a:active.NavSecRTLnk, a:visited.NavSecRTLnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3C4664;
	display: block;
	width: 150px;
	text-decoration: none;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6475A2;
	border-bottom-color: #414E6D;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	background-image: url(images/navwptab-offrt.jpg);
	background-repeat: repeat-y;
}
a:hover.NavSecRTLnk {
	background-color: #3E4866;
	background-image: url(images/navwptab-onrt.jpg);
	background-repeat: repeat-y;
}
a:link.NavSecDNLnk, a:active.NavSecDNLnk, a:visited.NavSecDNLnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3C4664;
	display: block;
	width: 150px;
	text-decoration: none;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6475A2;
	border-bottom-color: #414E6D;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	background-image: url(images/navwptab-offdn.jpg);
	background-repeat: repeat-y;
}
a:hover.NavSecDNLnk {
	background-color: #3E4866;
	background-image: url(images/navwptab-ondn.jpg);
	background-repeat: repeat-y;
}
a:link.SubNavLnk, a:active.SubNavLnk, a:visited.SubNavLnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3E4866;
	display: block;
	width: 150px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #475678;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	background-image: url(images/subtabnavoff.jpg);
	background-repeat: repeat-y;
}
a:hover.SubNavLnk {
	background-color: #333333;
	background-image: url(images/subtabnavon.jpg);
	background-repeat: repeat-y;
}
#navwparrow {
	background-image: url(images/navarrowrt.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 1px;
	height: 23px;
	width: 20px;
}
#WebProgNav {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}


#Keyboardoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	cursor: pointer;
	width: 130px;
}
#Keyboardon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #2B3342;
	border: 1px solid #666666;
	width: 300px;
	position: relative;
	margin-bottom: 30px;
}
#KBClose {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 20px;
	text-align: center;
}
#Keyboardon h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#Keyboardon ul {
	margin-top: 0px;
}
#CoverText h3 {
	margin: 0px;
	padding: 0px;
}
#WebDevContainer {
	width: 750px;
	position: relative;
}
#WebDevContent {
	background-color: #1E2E4F;
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 15px;
	height: 460px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6F7E9F;
	border-right-color: #6F7E9F;
	border-bottom-color: #6F7E9F;
	border-left-color: #6F7E9F;
}
#WebDevNav {
	width: 150px;
	position: absolute;
	top: 0px;
	right: 0px;
}

a:link.WebDevNavLnk, a:active.WebDevNavLnk, a:visited.WebDevNavLnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3C4664;
	display: block;
	width: 142px;
	text-decoration: none;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6475A2;
	line-height: 120%;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
a:hover.WebDevNavLnk {
	background-color: #6F7E9F;
}

a:link.WebDevNavLnkOn, a:active.WebDevNavLnkOn, a:visited.WebDevNavLnkOn, a:hover.WebDevNavLnkOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6F7E9F;
	display: block;
	width: 142px;
	text-decoration: none;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6475A2;
	line-height: 120%;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#WebDevCont0 ul {
	padding: 0px;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#WebDevCont0 li {
	line-height: 120%;
	margin-bottom: 20px;
}
#SculptNavArea {
	position: absolute;
	width: 224px;
	top: 40px;
	right: 10px;
	background-color: #1E2E4F;
	text-align: center;
	padding: 4px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5B698A;
	border-right-color: #5B698A;
	border-bottom-color: #5B698A;
	border-left-color: #5B698A;
}
#NormLinkArea {
	width: 100px;
	position: absolute;
	top: 100px;
	left: -200px;
}
.uploaddisp {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
