/* CSS Document */

body{
	margin:0px;
	background-color:#f4ce84;
}

td, p, div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; font-weight:normal;
	color:#333333;
}

h1{
	font-family:"Trebuchet MS"; font-size:25px;
	font-weight:bold; color:#006473;
	margin:0px; padding:0px;
}


a:link{
	color:#336633; text-decoration:none;
}
a:visited{
	color:#336633; text-decoration:none;
}
a:hover{
	color:#336633; text-decoration:underline;
}



.masterTable{
	background:#FFFFFF;
	padding:5px;
}

/*HEADER START*/
.title{
	font-family:Arial, Helvetica, sans-serif; font-size:18px;
	font-weight:normal; color:#ff8c0c;
	margin:0px; padding-left:50px;
}
/*HEADER END*/

/*TOP MENU START*/
#menu{
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	display:block; height:30px;
	line-height:29px;
	padding:0 10px 0 35px;
	color:#FFFFFF;
}
#menu a:link{
	padding:2px 5px 2px 5px;
	margin:0 5px 0 5px;
	font-size:12px; font-weight:bold;
	color:#FFFFFF; text-decoration:none;
}
#menu a:visited{
	padding:2px 5px 2px 5px;
	margin:0 5px 0 5px;
	font-size:12px; font-weight:bold;
	color:#FFFFFF; text-decoration:none;
}
#menu a:hover{
	padding:2px 5px 2px 5px;
	margin:0 5px 0 5px;
	font-size:12px; font-weight:bold;
	background-color:#FFFFFF; color:#006473;
	text-decoration:none;
}
/*TOP MENU END*/


/*LEFT COL START*/
.leftBar{
	padding-right:5px;
	border-right:solid #74A6AE 1px;
}
#country{
	display:block;
	height:25px; line-height:24px;
	text-align:left; color:#006473;
	font-weight:bold; font-size:14px;
	letter-spacing:4px;
	margin-bottom:8px; padding-left:8px;
	border-bottom:dashed #EAEAEA 1px;
}
a.lnkLeft:link{
	display:block;
	height:23px; line-height:22px;
	text-align:left;
	padding:0 3px 0 10px;
	color:#006473; text-decoration:none;
	border-bottom:solid 1px  #FF9900;
	font-size:12px;
}
a.lnkLeft:visited{
	display:block;
	height:23px; line-height:22px;
	text-align:left;
	padding:0 3px 0 10px;
	color:#006473; text-decoration:none;
	border-bottom:solid 1px  #FF9900;
	font-size:12px;
}
a.lnkLeft:hover{
	display:block;
	height:23px; line-height:22px;
	text-align:left;
	padding:0 3px 0 10px;
	color:#006473; text-decoration:underline;
	border-bottom:solid 1px  #FF9900;
	font-size:12px;
}

/*LEFT COL END*/

/*START OF CONTENT*/
.padLeftRight{
	padding:0 5px 0 5px;
}
.welcome{
	background-color:#f7a608;
	height:28px; line-height:25px;
	text-align:left;
	padding:0 0 0 8px;
	color:#FFFFFF; font-weight:bold;
	font-size:13px;
	margin-bottom:5px;
}

a.lnkTitle:link{
	font-size:14px; font-weight:bold;
	display:block;
	border-bottom: solid 1px #EAEAEA;
	margin-bottom:8px;
	color:#666633; text-decoration:none;
}

a.lnkTitle:visited{
	font-size:14px; font-weight:bold;
	display:block;
	border-bottom: solid 1px #EAEAEA;
	margin-bottom:8px;
	color:#666633; text-decoration:none;
}

a.lnkTitle:hover{
	font-size:14px; font-weight:bold;
	display:block;
	border-bottom: solid 1px #EAEAEA;
	margin-bottom:8px;
	color:#666633; text-decoration:underline;
}


/*END OF CONTENT*/



/*START OF RIGHT COL*/
.rightCol{
	background-image:url(../images/bg_rightCol.gif);
	background-repeat:repeat-x;
	background-color:#FDF7ED;
}
#info{
	display:block;
	height:25px; line-height:24px;
	text-align:left; color:#649b45;
	font-weight:bold; font-size:14px;
	letter-spacing:2px;
	margin-bottom:8px; padding-left:8px;
	border-bottom:dashed #B48A44 1px;
}
a.lnkRight:link{
	display:block;
	height:23px; line-height:22px;
	text-align:left;
	padding:0 3px 0 10px;
	color:#006473; text-decoration:none;
	font-size:12px;
}
a.lnkRight:visited{
	display:block;
	height:23px; line-height:22px;
	text-align:left;
	padding:0 3px 0 10px;
	color:#006473; text-decoration:none;
	font-size:12px;
}
a.lnkRight:hover{
	display:block;
	height:23px; line-height:22px;
	text-align:left;
	padding:0 3px 0 10px;
	color:#006473; text-decoration:underline;
	font-size:12px;
}
/*END OF RIGHT COL*/



/*START OF FOOTER*/
.footer{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
}

.footer td{
	color:#FFFFFF;
}
.footer a:link{
	color:#FFFFFF; text-decoration:none;	
	font-weight:bold;
}
.footer a:visited{
	color:#FFFFFF; text-decoration:none;
	font-weight:bold;
}
.footer a:hover{
	color:#FFFFFF; text-decoration:underline;
	font-weight:bold;
}
/*END OF FOOTER*/
