/***************************************************************************************/
/* Defualt classes */
/***************************************************************************************/

/* Define all main values for the web site */

BODY
{
	font-family: tahoma;
	font-size: 9pt;
	color: #808080;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	
}

/* Initial properties for common links */

A:link
{
	font-size: 8pt;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}
A:visited
{
	font-size: 8pt;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}
A:hover
{
	color: #808080;
	text-decoration: none;
}


A.Download:link
{
	font-size: 8pt;
	font-weight: normal;
	color: #B5BEC2;
	text-decoration: underline;
}
A.Download:visited
{
	font-size: 8pt;
	font-weight: normal;
	color: #B5BEC2;
	text-decoration: none;
}
A.Download:hover
{
	color: #B5BEC2;
	text-decoration: none;
}


/* Initial properties for all Lists */

UL
{
	padding: 0px 0px 0px 25px; /* the left padding was set to make the bullets appear inside the container */
	margin: 0px 0px 0px 0px;
}
LI
{
	padding: 0px 0px 10px 0px; /* the left padding was set to give the text left padding from the bullet position */
	margin: 0px 0px 0px 0px;
	color: #808080;
}

LI A:link
{
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}
LI A:visited
{
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}
LI A:hover
{
	color: #808080;
	text-decoration: underline;
}

/* Define paragraph text size */

P
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Initial properties for any FORM */

FORM
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* Initial properties for textbox or textarea */

INPUT, TEXTAREA
{
	font-size: 8pt;
	color: #808080;
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #CACACB;
	background-color: #ffffff;
	width: auto;
	height: 15px;
	text-align: left;
}


SELECT
{
	font-size: 8pt;
	color: #808080;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #666666;
	background-color: #ffffff;
	width: auto;
}

/* Initial properties for any img */

IMG
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px #666666 solid;
}

A IMG
{
	border: 0px #666666 solid;
}


/* Initial properties for ruler */

HR
{
	color: #808080;
	height: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Initial properties headings */

H6
{
	font-family: tahoma;
	font-size: 8pt;
	color: #160e08;
	font-weight: bold;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}

/* All Page Sub Titles  */
H5
{
	font-family: tahoma;
	font-size: 8pt;
	color: #00174b;
	font-weight: bold;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
}

/* All Page Titles  */
H4
{
	font-family: tahoma;
	font-size: 13px;
	color: #6f6244;
	font-weight: bold;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
}

H3
{
	font-family: tahoma;
	font-size: 14px;
	color: #ff9900;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}
H2
{
	font-family: tahoma;
	font-size: 14px;
	color: #ff9900;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}
H1
{
	font-family: tahoma;
	font-size: 16px;
	color: #00174b;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}


H4 A:Link
{
	font-family: tahoma;
	font-size: 13px;
	color: #6f6244;
	font-weight: bold;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}
H4 A:Visited
{
	font-family: tahoma;
	font-size: 13px;
	color: #6f6244;
	font-weight: bold;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}
H4 A:Hover
{
	color: #6f6244;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}


/* Defualt classes End*/
/******************************************************************************************************************/



/* General classes */
/******************************************************************************************************************/

/* a div to hold all all fixed design */

.divContainer
{
	width: 778px;
	margin: auto;
	border: #666666 0px solid;
	background-image: none;
	background-repeat: no-repeat;
}

/* top links styles : home-aboutus.... */

.topLinks
{
	font-family: tahoma;
	font-size: 8pt;
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

.topLinks a:link
{
	font-family: tahoma;
	font-size: 8pt;
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}
.topLinks a:visited
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
}

.topLinks a:hover
{
	color: #888888;
	text-decoration: underline;
}

/* Used to highlight any word inside text */

.highlight
{
	font-family: tahoma;
	font-size: 8pt;
	color: #a9b205;
	font-weight: normal;
	text-transform: none;
}

/* Use this Class when you want to style any Button */

.buttonAllSite
{
	font-size: 8pt;
	color: #ffffff;
	height: 15px;
	text-align:center;
	width: auto;
	padding: 0px 7px 0px 7px;
	border: 0px solid #ffffff;
	background-color: #808080;
}

/* Use this Class when you want to style any radio buttons or check boxes */

.radioCheckBoxes
{
	font-size: 8pt;
	color: #808080;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #CACACB;
	background-color: #ffffff;
	width: auto;
	height: 15px;
	text-align: left;
}

/* make the image border */

.imageBorder
{
	border: 1px #988968 solid;
}

/* make the image float left */

.imageLeft
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 0px;
	border: 0px #666666 solid;
}

/* make the image float right */

.imageRight
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 7px;
	border: 0px #666666 solid;
}

.image_left{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 0px;
	border: 0px #666666 solid;
}

/* Set of borders */

.borderNone
{
	border: none;
}
.border1
{
	border: 1px Dotted #c9cacb;
}
.border
{
	border: 1px solid #c9cacb;
}
.borderTop
{
	border-top: 1px solid #c9cacb;
}

.borderRight
{
	border-right: 1px solid #c9cacb;
}

.borderLeft
{
	border-left: 1px solid #c9cacb;
}

.borderBottom
{
	border-bottom: 1px solid #c9cacb;
}

/* Mark any word with bold */

.Bold
{
	font-weight: bold;
}

/* Justify any text */

.justify
{
	text-align: justify;
}

/* Create a horizontal dots separetor */

.horSeparetor
{
	background-image: url(../images/hor_sep.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* Create a vertical dots separetor */

.verSeparetor
{
	background-image: url(images/ver_sep.gif);
	background-repeat: repeat-y;
}

/* Create a scrolled div */

.scrolledDiv
{
	height: 400px;
	width: 720px;
	overflow: scroll;
	margin: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	overflow-x: hidden;
}

/* Classes for footer */

.footer
{
	font-family: tahoma;
	font-size: 8pt;
	color: #a4a4a4;
	font-weight: normal;
	text-decoration: none;
}

.footer A:link
{
	font-family: tahoma;
	font-size: 8pt;
	color: #567eb9;
	font-weight: normal;
	text-decoration: none;
}

.footer A:visited
{
	font-family: tahoma;
	font-size: 8pt;
	color: #567eb9;
	font-weight: normal;
	text-decoration: none;
}
.footer A:hover
{
	color: #567eb9;
	text-decoration: underline;
}

/* Additional text : change  to your requierd color */

.txtBlue
{
	font-size: 8pt;
	color: #808080;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;

	
}
.txtBlue A:link
{
	font-size: 8pt;
	color: #808080;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	

}
.txtBlue A:visited
{
	font-size: 8pt;
	color: #808080;
	font-family: tahoma;
	text-decoration: none;
	font-weight: normal;

}
.txtBlue A:hover
{
		font-size: 8pt;
	color: #808080;
	font-family: tahoma;
	text-decoration: underline;
	font-weight: normal;
}



.txtBlueL
{
	font-size: 8pt;
	color: #808080;
	font-family: tahoma;
	text-decoration: none;
	font-weight: normal;

	
}
.txtBlueL A:link
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
	font-weight: normal;
	

}
.txtBlueL A:visited
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;

}
.txtBlueL A:hover
{
		font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: underline;
	font-weight: bold;
}
a.title2:link
{
	font-family: tahoma;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.title2:visited
{
	font-family: tahoma;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.title2:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.more:link
{
	font-family: tahoma;
	font-size: 8pt;
	color: #00174b;
	font-weight: bold;
	text-decoration: underline;
}
a.more:visited
{
	font-family: tahoma;
	font-size: 8pt;
	color: #00174b;
	font-weight: bold;
	text-decoration: none;
}
a.more:hover
{
	color: #00174b;
	font-weight: bold;
	text-decoration: underline;
}

/* Background for News Ticker or any Ticker */

.bgticker
{
	background-color: #c2b28f;
	color: #686868;
}


/* General classes End*/

/******************************************************************************************************************/

/* padding Classes */

/* Top Padding*/

.tm1
{
	padding-top: 1px;
}

.tm2
{
	padding-top: 2px;
}

.tm3
{
	padding-top: 3px;
}

.tm4
{
	padding-top: 4px;
}

.tm5
{
	padding-top: 5px;
}

.tm6
{
	padding-top: 6px;
}

.tm7
{
	padding-top: 7px;
}

.tm8
{
	padding-top: 8px;
}

.tm9
{
	padding-top: 9px;
}

.tm10
{
	padding-top: 10px;
}

.tm11
{
	padding-top: 11px;
}

.tm12
{
	padding-top: 12px;
}

.tm13
{
	padding-top: 13px;
}

.tm14
{
	padding-top: 14px;
}

.tm15
{
	padding-top: 15px;
}

.tm16
{
	padding-top: 16px;
}

.tm17
{
	padding-top: 17px;
}

.tm18
{
	padding-top: 18px;
}

.tm19
{
	padding-top: 19px;
}

.tm20
{
	padding-top: 20px;
}

.tm22
{
	padding-top: 22px;
}

.tm24
{
	padding-top: 24px;
}

.tm25
{
	padding-top: 25px;
}

.tm27
{
	padding-top: 27px;
}

.tm30
{
	padding-top: 30px;
}

.tm35
{
	padding-top: 35px;
}

.tm40
{
	padding-top: 40px;
}

.tm45
{
	padding-top: 45px;
}

.tm50
{
	padding-top: 50px;
}

.tm55
{
	padding-top: 55px;
}

.tm60
{
	padding-top: 60px;
}

/* Right Padding*/

.rm1
{
	padding-right: 1px;
}

.rm2
{
	padding-right: 2px;
}

.rm3
{
	padding-right: 3px;
}

.rm4
{
	padding-right: 4px;
}

.rm5
{
	padding-right: 5px;
}

.rm6
{
	padding-right: 6px;
}

.rm7
{
	padding-right: 7px;
}

.rm8
{
	padding-right: 8px;
}

.rm9
{
	padding-right: 9px;
}

.rm10
{
	padding-right: 10px;
}

.rm11
{
	padding-right: 11px;
}

.rm12
{
	padding-right: 12px;
}

.rm13
{
	padding-right: 13px;
}

.rm14
{
	padding-right: 14px;
}

.rm15
{
	padding-right: 15px;
}

.rm17
{
	padding-right: 17px;
}

.rm18
{
	padding-right: 18px;
}

.rm19
{
	padding-right: 19px;
}

.rm20
{
	padding-right: 20px;
}

.rm21
{
	padding-right: 21px;
}

.rm22
{
	padding-right: 22px;
}

.rm23
{
	padding-right: 23px;
}

.rm24
{
	padding-right: 24px;
}

.rm25
{
	padding-right: 25px;
}

.rm27
{
	padding-right: 27px;
}

.rm30
{
	padding-right: 30px;
}

.rm35
{
	padding-right: 35px;
}

.rm38
{
	padding-right: 38px;
}

.rm40
{
	padding-right: 40px;
}

.rm45
{
	padding-right: 45px;
}

.rm50
{
	padding-right: 50px;
}

.rm55
{
	padding-right: 55px;
}

.rm60
{
	padding-right: 60px;
}

.rm105
{
	padding-right: 105px;
}

/* buttom Padding*/

.bm1
{
	padding-bottom: 1px;
}

.bm2
{
	padding-bottom: 2px;
}

.bm3
{
	padding-bottom: 3px;
}

.bm4
{
	padding-bottom: 4px;
}

.bm5
{
	padding-bottom: 5px;
}

.bm6
{
	padding-bottom: 6px;
}

.bm7
{
	padding-bottom: 7px;
}

.bm8
{
	padding-bottom: 8px;
}

.bm9
{
	padding-bottom: 9px;
}

.bm10
{
	padding-bottom: 10px;
}

.bm11
{
	padding-bottom: 11px;
}

.bm12
{
	padding-bottom: 12px;
}

.bm13
{
	padding-bottom: 13px;
}

.bm14
{
	padding-bottom: 14px;
}

.bm15
{
	padding-bottom: 15px;
}

.bm16
{
	padding-bottom: 16px;
}

.bm17
{
	padding-bottom: 17px;
}

.bm18
{
	padding-bottom: 18px;
}

.bm19
{
	padding-bottom: 19px;
}

.bm20
{
	padding-bottom: 20px;
}

.bm22
{
	padding-bottom: 22px;
}

.bm25
{
	padding-bottom: 25px;
}

.bm30
{
	padding-bottom: 30px;
}

.bm33
{
	padding-bottom: 33px;
}

.bm35
{
	padding-bottom: 35px;
}

.bm40
{
	padding-bottom: 40px;
}

.bm45
{
	padding-bottom: 45px;
}

.bm50
{
	padding-bottom: 50px;
}

.bm55
{
	padding-bottom: 55px;
}

.bm60
{
	padding-bottom: 60px;
}

/* Left Padding*/

.lm1
{
	padding-left: 1px;
}

.lm2
{
	padding-left: 2px;
}

.lm3
{
	padding-left: 3px;
}

.lm4
{
	padding-left: 4px;
}

.lm5
{
	padding-left: 5px;
}

.lm7
{
	padding-left: 7px;
}

.lm8
{
	padding-left: 8px;
}

.lm9
{
	padding-left: 9px;
}


.lm10
{
	padding-left: 10px;
}

.lm11
{
	padding-left: 11px;
}

.lm12
{
	padding-left: 12px;
}

.lm13
{
	padding-left: 13px;
}

.lm15
{
	padding-left: 15px;
}

.lm17
{
	padding-left: 17px;
}

.lm18
{
	padding-left: 18px;
}

.lm19
{
	padding-left: 19px;
}

.lm20
{
	padding-left: 20px;
}

.lm22
{
	padding-left: 22px;
}

.lm25
{
	padding-left: 25px;
}

.lm30
{
	padding-left: 30px;
}

.lm35
{
	padding-left: 35px;
}

.lm40
{
	padding-left: 40px;
}

.lm45
{
	padding-left: 45px;
}

.lm50
{
	padding-left: 50px;
}

.lm55
{
	padding-left: 55px;
}

.lm60
{
	padding-left: 60px;
}

/* General Padding */

.m1
{
	padding: 1px;
}

.m2
{
	padding: 2px;
}

.m3
{
	padding: 3px;
}

.m4
{
	padding: 4px;
}

.m5
{
	padding: 5px;
}

.m6
{
	padding: 6px;
}

.m7
{
	padding: 7px;
}

.m8
{
	padding: 8px;
}

.m9
{
	padding: 9px;
}

.m10
{
	padding: 10px;
}

.m11
{
	padding: 11px;
}

.m12
{
	padding: 12px;
}

.m13
{
	padding: 13px;
}

.m14
{
	padding: 14px;
}

.m15
{
	padding: 1px;
}

.m16
{
	padding: 16px;
}

.m17
{
	padding: 17px;
}

.m18
{
	padding: 18px;
}

.m19
{
	padding: 19px;
}

.m20
{
	padding: 20px;
}

.m25
{
	padding: 25px;
}

.m30
{
	padding: 30px;
}

.m35
{
	padding: 35px;
}

.m40
{
	padding: 40px;
}

.m45
{
	padding: 45px;
}

.m50
{
	padding: 50px;
}


/*-------------Event Calendar Styles------------------- */

TD.EventsManager_Day
{
	padding: 2px;
	text-align: center;
	border: 3px solid #ffffff;
}

.EventsManager_DayHeader
{
	background-color: #003366;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}

.EventsManager_borderRightCalendar
{
	border-right: solid 1px #235e9f;
	padding: 5px;
}

.EventsManager_calendarBorder
{
	border: solid 1px #003366;
	padding: 0px;
}

/*-------------Event Calendar Styles------------------- */

.searchBG
{
	background-image: url(../images/searchBG.gif);
	background-repeat: no-repeat;
	width: 192px;
	height: 26px;
	text-align: left;
	padding: 3px 0px 0px 0px;
}

.pageTitle
{
	height: 31px;
	background-image: url(../images/title_BG.gif);
	background-repeat: repeat-x;
	background-position:left;
	padding: 0px 0px 0px 15px;
	color: #567EB5;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
}
.title
{
	height: 25px;
	background-image: url(../images/title_BG.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding: 0px 0px 0px 15px;
	color: #567EB5;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
}
.txtWhite
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.txtbred
  {
	
	color: #567EB5;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
  }
.txtbred :link
  {
	
	color: #567EB5;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
  }

.txtbred :hover
  {
	
	color: #567EB5;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
  }
.txtbred :visited
  {
	
	color: #567EB5;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
  }










.border2
{
	border: solid 1px #666666;
}
/* ##################################		Menu Type 1 Styles (Horizontal		######################### */


td.wpm_menu_level1 /*First Level TD*/
{
	/*background-image: url(../images/wpm_topMenuBG.gif);*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	height: 32px;
	text-align: center;
	width: auto;
}
td.wpm_menu_level1_over /*First Level TD over*/
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #446CA8;
	height: 32px;
	text-align: center;
	width: auto;
}
a.wpm_menu_level1 /*First Level Text Link*/
{
	font-family: Arial;
	font-size: 8pt;
	color: #567EB5;
	font-weight: normal;
	text-decoration: none;
}
a.wpm_menu_level1:visited /*First Level Text Link visited*/
{
	font-family: Arial;
	font-size: 8pt;
	color: #567EB5;
	font-weight: normal;
	text-decoration: none;
}
a.wpm_menu_level1:hover /*First Level Text Link hover*/
{
	color: #FFFFFF;
	text-decoration: none;
}
td.wpm_separator /*separetor*/
{
	width: 1px; /*background-image: url(../images/spacer.gif);*/
	background-image: url(../images/topMneu_sep.gif);
	background-repeat: no-repeat;
}


/*Level 2*/

div.wpm_menu_level2_parent
{
	position: relative;
	width: 100%;
}
div.wpm_menu_level2_child
{
	display: none;
	top: 3px;
	left: 0px;
	width: 100%;
	position: absolute;
	padding-top: 5px;
}
td.wpm_arrow /* Menu Arrows*/
{
	padding: 0px 5px 0px 3px;
	margin: 0px 0px 0px 0px;
	font-family: tahoma;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
td.wpm_menu_level2_top_item /* second Level top TD*/
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 22px;
	text-align: left;
	background-color: #767F8C;
}
td.wpm_menu_level2_top_item_over /* second Level top TD hover*/
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 22px;
	text-align: left;
	background-color: #767F8C;
}
td.wpm_menu_level2 /* second Level TD */
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 8pt;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 22px;
	text-align: left;
	background-color: #767F8C;
}
td.wpm_menu_level2_over /* second Level TD hover*/
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 8pt;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 22px;
	text-align: left;
	background-color: #767F8C;
}
a.wpm_menu_level2 /* second Level text link */
{
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.wpm_menu_level2:visited /* second Level text visited */
{
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.wpm_menu_level2:hover /* second Level text hover */
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


/*Level 3*/
div.wpm_menu_level3_parent
{
	position: relative;
	width: 100%;
}
div.wpm_menu_level3_child
{
	display: none;
	top: -19px;
	left: 100%;
	width: 100%;
	position: absolute;
	padding-left: 1px;
}
td.wpm_menu_level3_top_item /* third Level top TD*/
{
	font-family: Arial;
	font-size: 8pt;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 22px;
	padding-left: 3px;
	background-color: #767F8C;
}
td.wpm_menu_level3_top_item_over /* third Level top TD hover*/
{
	font-family: Arial;
	font-size: 8pt;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 22px;
	padding-left: 3px;
	background-color: #767F8C;
}
td.wpm_menu_level3 /* third Level TD */
{
	font-family: Arial;
	font-size: 8pt;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 22px;
	padding-left: 3px;
	background-color: #767F8C;
}
td.wpm_menu_level3_over /* third Level TD hover */
{
	font-family: Arial;
	font-size: 8pt;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 22px;
	padding-left: 3px;
	background-color: #767F8C;
}
a.wpm_menu_level3 /* third Level text link */
{
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.wpm_menu_level3:visited /* third Level text visited */
{
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.wpm_menu_level3:hover /* third Level text hover */
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


/* ########################		Web Page Manager End Menu Styles #####################*/
.ContactUS_title
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
}
.input_text
{
	font-family: tahoma;
	font-size: 8pt;
	color: #567EB5;
	width: 97%;
	border-top: solid 1px #567EB5;
	border-right: solid 1px #567EB5;
	border-bottom: solid 1px #567EB5;
	border-left: solid 1px #567EB5;
	height:13PX;
}
/*########################### Events Manager Styles #############################*/
/*-------------Event Calendar Styles------------------- */
.EventsManager_button
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #567EB5;
	border: solid 1px #ffffff;
	width: 70px;
	text-align: center;
	background: #ffffff;
	cursor: pointer;
}

TD.EventsManager_Day
{
	padding: 2px;
	text-align: center;
	border: 3px solid #567EB5;
	color: #808080;
}
.EventsManager_Date
{
	font-size: 8pt;
	color: #567EB5;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: tahoma;
	font-weight: normal;
}
.EventsManager_DayHeader
{
	background-color: #808080;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}

.EventsManager_borderRightCalendar
{
	border-right: solid 1px #567EB5;
	padding: 5px;
}

.EventsManager_calendarBorder
{
	border: solid 1px #567EB5;
	padding: 0px;
}

.modules_ListItem
{
	background-color: #FFFFFF;
}

.modules_bgSubTitle
{
	background-color: #567EB5;
	border: 1px solid #567EB5;
}
a.module_link_bold
{
	font-family: tahoma;
	font-size: 8pt;
	color: #567EB5;
	font-weight: bold;
	text-decoration: none;
}
a.module_link_bold:hover
{
	text-decoration: underline;
}
.module_subtitle
{
	font-family: tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}

.modules_Error
{
	font-family: tahoma;
	font-size: 8pt;
	color: red;
}
.module_textbox
{
	font-family: tahoma;
	font-size: 8pt;
	color: #567EB5;
	width: 275;
	border-top: solid 1px #567EB5;
	border-right: solid 1px #567EB5;
	border-bottom: solid 1px #567EB5;
	border-left: solid 1px #567EB5;
}
.module_textarea
{
	font-family: tahoma;
	font-size: 8pt;
	color: #567EB5;
	width: 275;
	height: 125;
	border-top: solid 1px #567EB5;
	border-right: solid 1px #567EB5;
	border-bottom: solid 1px #567EB5;
	border-left: solid 1px #567EB5;
}
.module_background_color
{
	background-color: #FFFFFF;
}
TD.EventsManager_Day
{
	padding: 2px;
	text-align: center;
	border: 3px solid #ffffff;
}

/************************************************* Employement **********************/
.Empolyment_title
{
	font-size: 8pt;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.Empolyment_input
{
	border: 1px solid #567EB5;
	font-family: tahoma;
	font-size: 8pt;
	width: 340px;
	height:17px;
}
.Empolyment_button
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #ffffff;
	text-align: center;
	background: #b70000;
	cursor: pointer;
}
.Empolyment_button2
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #ffffff;
	width: 60px;
	background: #b70000;
	cursor: pointer;
}
.bold
{
	font-size: 8pt;
	color: #808080;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.Empolyment_TD_border
{
	font-weight: normal;
	border: 1px solid #567EB5;
}
.Empolyment_productname
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: underline;
}
.Empolyment_productname:hover
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
}
.Empolyment_productprice
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
}
a.Empolyment_Joblink
{
	font-size: 8pt;
	color: #567EB5;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}

a.Empolyment_Joblink:hover
{
	font-size: 8pt;
	color: #567EB5;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: underline;
	font-family: tahoma;
	font-weight: bold;
}

.Empolyment_title1
{
	font-size: 8pt;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #567EB5 solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.Empolyment_table_titles
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #4a9acf;
	border-bottom: 1px solid #4a9acf;
}
.Empolyment_table_content
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #4a9acf;
}
.Empolyment_table_link
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
.Empolyment_table_link:hover
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Empolyment_input
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	background-color: #ffffff;
	border-right: #567EB5 1px solid;
	border-top: #567EB5 1px solid;
	border-left: #567EB5 1px solid;
	border-bottom: #567EB5 1px solid;
}
.Empolyment_button
{
	font-size: 8pt;
	color: #ffffff;
	height: 20px;
	width: auto;
	padding: 0px 7px 0px 7px;
	border: 0px solid #ffffff;
	background-color: #567EB5;
}
.error
{
	font-size: 8pt;
	color: red;
	font-family: Tahoma;
	font-weight: normal;
}
/* ########################		Site Map Styles #####################*/
td.site_map_level1
{
	font-family: tahoma;
	font-size: 8pt;
	height: 22px;
	padding-left: 5px;
	font-weight: bold;
}
a.site_map_level1
{
	font-family: tahoma;
	font-size: 8pt;
	color: #567EB5;
	height: 22px;
	padding-left: 5px;
	font-weight: bold;
}
td.site_map_level2
{
	font-family: tahoma;
	font-size: 8pt;
	height: 22px;
	padding-left: 35px;
}
a.site_map_level2
{
	font-family: tahoma;
	font-size: 8pt;
	color: #567EB5;
	height: 22px;
	padding-left: 5px;
}
td.site_map_level3
{
	font-family: tahoma;
	font-size: 8pt;
	height: 22px;
	padding-left: 70px;
}
a.site_map_level3
{
	font-family: tahoma;
	font-size: 8pt;
	color: #567EB5;
	height: 22px;
	padding-left: 5px;
	font-style: italic;
}
/* ########################		Web Page Manager End Menu Styles #####################*/
/*************************************************************************************************/

/* -------------------------------------------------------Start News STYLE------------------------------------------------------- */

.news_tiker
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.news_tiker2
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.news_tiker:hover
{
	font-size: 8pt;
	font-family: tahoma;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.news_title
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #666666 solid;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.new_body
{
	font-size: 9pt;
	color: #808080;
	font-family: tahoma;
	text-decoration: none;
	text-align: justify;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 3px;
}
a.news_title_WL
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.news_Searchtitle
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.news_image
{
	float: left;
	margin: 0px 10px 5px 5px;
	border: 1px solid #567EB5;
}
.new_latest_title
{
	font-size: 8pt;
	font-family: tahoma;
	text-decoration: none;
	color: #567EB5;
	font-weight: bold;
	background-color: #f7f7f7;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.new_latest_date
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.news_latest_link
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.news_latest_link:hover
{
	font-size: 8pt;
	color: #567EB5;
	font-family: tahoma;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

a.news_more_link
{
	font-size: 8pt;
	color: #567EB5;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: underline;
}
.news_more_link:hover
{
	font-size: 8pt;
	color: #567EB5;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: none;
}
.news_input
{
	border: 1px solid #567EB5;
	font-family: tahoma;
	font-size: 8pt;
}
.news_button
{
	font-size: 8pt;
	color: #ffffff;
	height: 17px;
	width: 30px;
	padding: 0px 7px 0px 7px;
	border: 0px solid #ffffff;
	background-color: #567EB5;
}
.NoNews
{
	color: #ffffff;
	font-family: tahoma;
	font-size: 8pt;
	height: 15px;
	text-align: justify;
	vertical-align: middle;
}
.news_list
{
	border: 1px solid #567EB5;
	font-family: tahoma;
	font-size: 8pt;
	width: 120px;
}
.news_searchtable
{
	background-color: #f7f7f7;
	border: 0px;
}
.news_link
{
	font-size: 8pt;
	color: #567EB5;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: underline;
}

.news_link:hover
{
	font-size: 8pt;
	color: #567EB5;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	font-family: tahoma;
	font-weight: bold;
}
.Modules_subtitles
{
	font-size: 8pt;
	color: #567EB5;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: tahoma;
	font-weight: bold;
	border-bottom: 1px solid #567EB5;
}
.Modules_titles
{
	font-size: 8pt;
	color: #567EB5;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: tahoma;
	font-weight: bold;
}
a.Modules_subtitles_wl
{
	font-size: 8pt;
	color: #567EB5;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: tahoma;
	font-weight: bold;
}

.Modules_white_wl
{
	font-size: 8pt;
	color: #567EB5;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-top: 2px;
	font-family: tahoma;
	font-weight: bold;
}

.INPUT02
{
	font-size: 8pt;
	color: #808080;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #CACACB;
	background-color: #ffffff;
	width: 90%;
	height: 15px;
	text-align: center;
}
