@charset "utf-8";
/* CSS Document */

/* --------------------------Main body start ------------------------------------ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccc99;
	margin: 0px;
	text-align: center;
}

#Table_01 {
	margin-right: auto;
	margin-left: auto;
	border-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

#Table_02
 {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/index_03.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}


/* --------------------------Main body end ------------------------------------ */

/* --------------------------Heading start ------------------------------------ */

h1 {
	font-size : 1.2em;
	font-weight: bolder;
	padding: 0px 0px 2px 0px;
	font-style: normal;
	color: #355E4D;
}

h2 {
	font-size : 1.2em;
	color: #3c6a56;
	display: inline;
}


h3 {
	font-size : 1em;
	color: #3c6a56;
	font-weight: bolder;
	display: inline;
	font-style: normal;
}


h4 {
	font-size : 0.8em;
	color: #3c6a56;
	font-weight: normal;
	display: inline;
}


/* --------------------------Heading Ends ------------------------------------ */

/* --------------------------Links start ------------------------------------ */

a:link {
	color: #CE0000;
	text-decoration: underline;
	background-color: transparent;
}

a:visited {
	color: #CE0000;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #333333;
	text-decoration: none;
	background-color: transparent;
}


a:active {
	color: #CE0000;
	text-decoration: none;
	background-color: transparent;
}

/* --------------------------IDlink ------------------------------------ */



#menulink {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	
}

#menulink a:link {
	color: #2B4A9C;
	text-decoration: none;
	background-color: transparent;
}

#menulink a:visited {
	color: #2B4A9C;
	text-decoration: none;
	background-color: transparent;
}

#menulink a:hover {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}


#menulink a:active {
	color: #2B4A9C;
	text-decoration: none;
	background-color: transparent;
}



#footer {
	color: #000000;
	font-size: 0.6em;
	margin: 0px;
	padding: 5px;
	text-align: center;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
	background-color: transparent;
}


#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

ul#leftpanelmenu {
	list-style-type: none;
	color: #00488D;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
ul#leftpanelmenu li { 
	display: inline; 
}
ul#leftpanelmenu li a {
	display: block;
	text-align: center;
	color: #00488D;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #597EA1;
	padding: 4px 2px 4px 2px;
	margin: 0px 5px 5px 5px;
}
ul#leftpanelmenu li a:hover {
	display: block;
	width: 150px;
	background-color: #597EA1;
	color: #FFFFFF;
}
ul#leftpanelmenu li a:active {
	display: block;
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	background-color: #00488D;
	text-decoration: none;
	border: 1px solid #597EA1;
	padding: 4px 2px 4px 2px;
	margin: 5px;
}

/* --------------------------Links Ends ------------------------------------ */


/* -------------------------- Item Attribute start ------------------------------------ */

.boxmenu {
	background-color: #FFFFFF;
	background-image: url(images/index_07.gif);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}

.boxside {
	background-color: #FFFFFF;
	background-image: url(images/index_08.gif);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
}

.boxbottom {
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 5px;
	background-color: #cccc99;
}

.boxfooter {
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
	background-image: url(images/index_12.gif);
}

.imageborder {
	background-color: #FFFFFF;
	padding: 2px;
	margin-right: 2px;
	border-top-width: 1px;
	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: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	margin: 5px;
}

/* --------------------------Item Attribute  Ends ------------------------------------ */



/* -------------------------- Item div container start ------------------------------------ */

.contentmain {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000000;
	text-align: left;
	margin: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

.contentside {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #000000;
	text-align: left;
	margin-right: 18px;
	margin-left: 16px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.contentmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #0066A4;
	text-align: left;
	margin-top: 25px;
	font-weight: bold;
}

.contentbottomright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #000000;
	text-align: right;
}

.contentbottomleft{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #000000;
	text-align: left;
}


.txttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #00488D;
	text-align: right;
	font-weight: bold;
}

.txtbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
/* -------------------------- Item div container Ends ------------------------------------ */


table.tbfooter td {
	border-bottom: 0px dotted #666666;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}

table.tbcontact		
{
	font-weight: normal;
	color: #000000;
	border: 0px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


table.tbcontact	td.tbcontactbottom {
	border-top: 2px solid #CCCCCC;
	text-align: left;
	font-weight: bolder;
	font-size: 0.8em;
	color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
}

table.tbcontact	 td.tbcontactspace {
	border-left-color: #666666;
	background-color: #FAF3D0;
	border-left-width: 1px;
	border-left-style: solid;
	text-align: center;
	font-weight: bolder;
	font-size: 1.2em;
	color: #FF0000;
}


table.tbcontact	td {
	border-bottom: 0px dotted #666666;
	color: #000000;
	padding-left: 5px;
	vertical-align: top;
	font-size: 0.8em;
}

.tbcontactborderleft {
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
}

table.tbbox		
{
	font-weight: normal;
	color: #000000;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


table.tbbox	td.tbboxbottom {
	border-top: 2px solid #CCCCCC;
	text-align: left;
	font-weight: normal;
	font-size: 0.8em;
	color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
}

table.tbbox	 td.tbboxspace {
	border-left-color: #666666;
	background-color: #FAF3D0;
	border-left-width: 1px;
	border-left-style: solid;
	text-align: center;
	font-weight: bolder;
	font-size: 1.2em;
	color: #FF0000;
}


table.tbbox	td {
	border-bottom: 1px solid #000000;
	color: #000000;
	padding-left: 5px;
	vertical-align: top;
	font-size: 0.8em;
	border-right: 1px solid #000000;
}

.tbboxborderleft {
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
}
