/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}
body {
	background-color: #333333;
	margin: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}
a:hover {
	color: #6699cc;
}
#textBoxHeadingStrip {
	width: 706px;
	border: 1px solid #AAB8C4;
	padding: 0px 0px 3px;
	margin: 10px auto;
}

#textBoxHeadingStrip p {
	text-align: left;
	margin: 1.6em 20px;
}

#mainTextBoxHeading {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
	display: block;
	text-transform: uppercase;
	background-color: #AAB8C4;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top: 1px solid #8B96A0;
	border-right: 0px solid #8B96A0;
	border-bottom: 1px solid #8B96A0;
	border-left: 0px solid #8B96A0;
	color: #4B5156;
}

#textBoxHeadingPadded {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px 0px 3px;
	display: block;
	text-transform: uppercase;
	background-color: #6699cc;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top: 1px solid #8B96A0;
	border-right: 0px solid #8B96A0;
	border-bottom: 1px solid #8B96A0;
	border-left: 0px solid #8B96A0;
	color: #000000;
}

#standardParagraph {
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.GreyBold {
	font-weight: bold;
	color: #2E3235;
}

.copyright {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	background-color: #666666;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAB8C4;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AAB8C4;
	border-bottom-color: #AAB8C4;
	border-left-color: #AAB8C4;
	border-right-width: 0px;
	border-left-width: 0px;
}

ul.nav-main {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #6C757D;
	background: #7D8891;
	overflow: hidden;
}
ul.nav-main li {
	display: inline;
}
ul.nav-main li a {
	color: #fff;
	background: #7D8891;
	display: block;
	float: left;
	border-right: 1px solid #6C757D;
	line-height: 30px;
	padding: 0px 5px;
}
ul.nav-main li a:hover {
	background: #eeeeee;
}

div.content {
}

div.content {
	text-align:left;
	margin:0 80px 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

div.content div.package {
	background-color: #f5f5f5;
	padding: 15px 20px 0px;
	margin-bottom: 20px;
	border: 1px solid #eaeaea;
}

div.content h2,
div.content h3,
div.content h4,
div.content p {
	padding: 0px;
	margin: 0px 0px 0.2em;
}

div.content h2 {
	font-size: 2em;
	color: #FA2D12;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	letter-spacing: -0.04em;
	word-spacing:-0.06em;
}
div.content h3 {
	color: #333;
	font-size: 1.4em;
	letter-spacing: -0.04em;
	word-spacing:-0.06em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 0.3em;
}
div.content h4 {
	font-size: 1em;
	margin-bottom: 0px;
	line-height: 1.6em;
}
div.content p {
	margin-bottom: 1.4em;
	line-height: 1.6em;
	font-size: 1em;
}

div.content  ul {
	margin: 0px 0px 1.4em 0em;
	padding: 0px;
	list-style-type: none;
}
div.content  ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.6em;
}
