/* CSS Document */
* {
	padding: 0;
	margin: 0;
/*	border: 0; */
	}

body {
	background-image:url(../images/PageBG.gif);
	background-repeat:repeat-y;
	background-position: center;
	background-color: #F0F0F0;
	}

#ContainerDiv {
	width: 950px;
	margin: 0 auto 0 auto;
	background-image: url(../images/LeftNavBG.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	}

#HeaderDiv {
	padding-top: 5px;
	background-color: #FFF;
	background-image: url(../images/TopNav-BG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#TagLineDiv {
	float: right;
	width: 710px;
	text-align: left;
	font-size: 1.2em;
	color: #000099;
	margin-top: 8px;
	}

#TopNavDiv {
	padding-left: 230px;
	margin-top: 40px;
	padding-bottom: 23px;
	}

.TopNavTD1 {
	background-image: url(../images/T1Mid.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
.TopNavTD2 {
	background-image: url(../images/T2Mid.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}

#LeftNavDiv {
	float: left;
	width: 220px;
	padding-bottom: 5px;
	}

.PrimaryLink {
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	background-image: url(../images/Nav1.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 8px;
	color: #FFF;
	width: 200px;
	}

.SecondaryLink {
	display: block;
	margin-left: 40px;
	padding-right: 10px;
	text-indent: -15px;
	}

#ContentDiv {
	padding-right: 10px;
	margin-left: 230px;
	padding-top: 10px;
	}

#ContentDiv p {
	text-indent: 12px;
	margin-bottom: 10px;
	}

#ContentDiv h1 {
	text-align: center;
	margin-bottom: 15px;
	}

#ContentDiv ol {
	margin-bottom: 30px;
	margin-left: 20px;
	}

#ContentDiv ul {
	margin-bottom: 30px;
	margin-left: 20px;
	}

#ContentDiv li {
	margin-left: 20px;
	margin-bottom: 10px;
	}

.ContactErrorSpan {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
	}

#FooterDiv {
	clear: both;
	background-image:url(../images/Footer-HR.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 2px;
	background-color: #FFF;
	}

#FooterNavP {
	padding-left: 90px;
	padding-right: 90px;
	}


.ContactForm {
	margin-left: 0px;
	}

.ContactForm input, select, textarea {
	margin-bottom: 10px;
	}

#CopyRightP {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 14px;
	}

#ArticleH1 { /* A modified style for the H1 tags in various article pages */
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 50%;
	margin-top: 10px;
	}

#ArticleTaglineP { /* A custom style for the paragraphs containing tagliness in various article pages */
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	margin-bottom: 10px;
	text-indent: 0px;
	}

#CustomDiv1 { /* This style is used on /ini-online/index.php */
	padding-right: 30px;
	}

#CustomDiv1 li { /* This style is used on /ini-online/index.php */
	margin-left: 10px;
	}

#CustomDiv1 p {
	margin-left: 20px;
	text-indent: 12px;
	margin-bottom: 10px;
	}

.CustomDiv2 { /* This style is used on /ContactUs.php */
	margin-bottom: 20px;
	margin-left: 50px;
	}

.CustomDiv2>p {
	margin-bottom: 10px;
	}

#ArticlePDF-P { /* This style is used in several Article pagess */
	text-align: right;
	}

#CustomDiv3 { /* This style is used on /articles/index.php */
	margin-left: 30px;
	margin-right: 50px;
	}

#CustomDiv3>p {
	text-indent: 12px;
	margin-bottom: 10px;
	}