/***********************************   html tag class         */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F8F7EF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
hr{
	height: 1px;
}
.dottedBorder{
	border: 1px dotted #CCCCCC;
}
hr.dotted{
	height: 1px;
	background-image: url(../images/horizon_spacer_01.gif);
	background-repeat: repeat-x;
	border: 1px dotted #000000;
}
/***********************************   link tag class         */
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	border: #000000;
}

/***********************************   heading tag class         */
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #AC0004;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 15px;
	color: #142175;
	margin-top: 6px;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #CA2F2F;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0B1E59;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
	color: #0B1E59;
}
/***********************************   list tag class         */
ul{
	list-style: square;
}
ul ul{
	list-style: circle;
}
ul ul ul{
	list-style: disc;
}
/***********************************   form tag class         */
form{
	margin: 0px;
}
input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
input:focus {
	background: #FFFFCC;
}
inputClass {
	background: #E7F1FF;
	border: 1px solid #000000;
	padding-right: 2px;
	padding-left: 2px;
}
.inputButton1, .inputButton {
	background-color: #3E538D;
	color: #FFFFFF;
}
fieldset {
	border: 1px double #C7DAE4;
	width: auto;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
fieldset legend{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #0B1E59;
}
/***********************************   table tag class         */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
th{
	font-weight: bold;
	background: #B1C1E3;
}
col.column1{
	background: #E7F1FF;
	padding-left: 3px;
	vertical-align: top;
}
col.column2{
	background: #FFFFFF;
	padding-left: 3px;
}
thead th {
	background: #B1C1E3;
	font-size: 12px;
	font-weight: bold;
}
.displayTable tbody {
	background: #f6f6f6;
}
tfoot td {
	background: #EFF8FC;
}
.alternativeBG{
	background-color: #E7F1FF;
}
/***********************************   user defined tag class         */
div.pageContent {
	background-image: url(../template_images/general/pageContent_bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.homeContent {
	padding: 0px 16px 5px;
	background-repeat: repeat-x;
}
div.sectionTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.newsLink {
	background-color: #F1F7FA;
	padding: 5px 5px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	background-image: url(../template_images/general/bullet01.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
div.dateTxt {
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.placeTxt{
	font-size: 11px;
	font-weight: bold;
	background-color: #f6f6f6;
	padding: 5px;
	color: #666666;
}
div.pageNumbers{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
div#pagePath{
	color: #3F3A30;
	font-size: 11px;
}
div#pagePath a:link, div#pagePath a:visited{
	color: #746C5A;
}
div#pagePath a:hover, div#pagePath a:active{
	color: #3C372F;
}
.error{
	color: #FF0000;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	width: 80%;
	vertical-align: top;
	background-color: #f6f6f6;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.success{
	color: #006600;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px;
	width: 80%;
	vertical-align: top;
	background-color: #f6f6f6;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.info{
	color: #003399;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px;
	width: 80%;
	vertical-align: top;
	background-color: #f6f6f6;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.smallTxt{
	font-size: 11px;
}
.redTxt{
	color: #CC0000;
}
.greenTxt{
	color: #006600;
}
.blueTxt{
	color: #303997;
	font-size: 12px;
	font-weight: bold;
}
.whiteBG {
	background: #FFFFFF;
}
.orangeBG{
	background-color: #F09733;
}
.redBG {
	color: #FFFFFF;
	background-color: #CC0000;
}

.formBG {
	background: #E7F1FF;
}

.padding{
	padding: 10px;
}
.inline {
	display: inline;
	float: left;
}
.whiteDottedLine{
	height: 1px;
	border: 1px dotted #FFFFFF;
}
.blueBG{
	color: #FFFFFF;
	background-color: #055E96;
}
.backButton {
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	
}

/*****layout starts *****/
#pageHeader {
	clear: both;
	padding-left: 12px;
	float: left;
}
#pageHeaderTab {
	width: 300px;
	float: left;
}
#pageConcept {
	clear: both;
	height: 173px;
}
#pageBody {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 800px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#mainNav {
	padding: 7px;
}
#papeContent{
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	background-image: url(../images/pageContent_bg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#pagePadding{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
}
#pageFooter{
	color: #142175;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

#pageFooter a:link, #pageFooter a:visited{
	color: #142175;	
}
#pageFooter a:hover, #pageFooter a:active{
	color: #CC0000;	
}
/*****home text starts *****/
#homeTxt{
	color: #FFFFFF;
	border: 2;
}
#homeTxt h1{
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#homeTxt li{
	list-style-image: url(../images/bullet01.gif);
	list-style-type: none;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	list-style-position: inside;
	padding-right: 0px;
}
