@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #1A2C3B;
}
.cls {
	clear: both;
}
#pg {
	width: 950px;
	margin-top: 33px;
	margin-right: auto;
	margin-left: auto;
}
#pg #header {
	background-image: url(../images/header.jpg);
	height: 61px;
	background-repeat: no-repeat;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pg #swoosh {
	background-image: url(../images/swoosh.jpg);
	height: 82px;
	background-repeat: no-repeat;
}
#pg #content #nav {
	width: 319px;
	margin: 0px;
	padding: 0px;
}
#pg #content #nav a {
	display: block;
	margin: 0px;
	padding: 0px;
}

#pg #content #nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#pg #content #nav #subNav {
	background-image: url(../images/subNav.jpg);
	height: 268px;
	width: 319px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#pg #content #nav #subNav .title {
	font-size: 17px;
	color: #ABD1F1;
	padding-top: 18px;
	padding-bottom: 2px;
	padding-left: 24px;
}
#pg #content #nav #subNav hr {
	margin-right: 10px;
	margin-left: 10px;
	color: #728391;
}
#pg #content #nav #subNav .bullet {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 24px 8px;
}
#pg #content #nav #subNav .link {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 24px;
	color: #ABD1F1;
}
#pg #content #nav #subNav .link a {
	color: #ABD1F1;
}

#pg #content #main {
	background-image: url(../images/main.jpg);
	height: 133px;
	width: 611px;
	padding-left: 20px;
	padding-top: 110px;
	color: #385F7F;
	background-color: #FFFFFF;
}
#pg #content #main a {
	color: #385F7F;
}
#pg #content #subMain {
	background-color: #F2F2F2;
	color: #3F3F3F;
}
#pg #content #subMain .title {
	font-size: 17px;
	color: #325572;
	padding-left: 34px;
	padding-top: 18px;
	padding-bottom: 2px;
}
#pg #content #subMain hr {
	color: #AAB1BB;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0px;
	margin-bottom: 30px;
}
#pg #content #subMain .left {
	float: left;
	padding-left: 28px;
	padding-right: 20px;
	height: 256px;
}
#pg #content #subMain .right {
	padding-right: 28px;
}
#pg #content #subMain .right p {
	margin-top: 0px;
}
#pg #footer {
	height: 81px;
	background-color: #D2D2D2;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6A6A6;
	padding-top: 50px;
	text-align: center;
	color: #6D6D6D;
}
#pg #footer a {
	color: #385F7F;
}

