/*text styles*/
.text1 {font-size: 12px;}
/*text styles*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
}

html, body {
	background-color: #fff;
	text-align: center;
}

a {
	color: #3E3A99;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

p, li {
	color: #333333;
	font-size: 0.72em;
	line-height: 135%;
	text-align: justify;
}

p, ul {
	margin-bottom: 1em;
}

table {
	border-collapse: collapse;
}

ul {
	margin-left: 10px;
}

img {
	border: 0;
}

td, th {
	vertical-align: top;
}

h1 {
 margin-bottom: 10px;
}

h2 {
 margin-bottom: 5px;
}

/* SUBNAV STYLES*/

td.snav_cell {
	border-right: 1px solid #EDEDED;
	width: 166px;
}

ul.subnav {
	margin-bottom: 20px;
	margin-left: 15px;
}

ul.subnav li {
	list-style-type: none;
	padding: 0px 0px;
	line-height: 120%;
	margin-bottom: 5px;
text-align: left;
}

ul.subnav li a {
	color: #626365;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	padding-left: 17px;
	background-image:  url(images/arr.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	display: list-item;
}

ul.subnav li a:hover {
	color: #000000;
	background-color: #fff;
}

ul.subnav li a.active {
	color: #15608A;
	background-image:  url(images/arr_on.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	display: list-item;
}

ul.subnav li a.active:hover {
	color: #000000;
	background-color: #fff;
}

ul.subsub {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 15px;
}

ul.subsub li {
	list-style-type: none;
	padding: 0px 0px;
	line-height: 140%;
	margin-bottom: 5px;
}

ul.subsub li a {
	color: #15608A;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 17px;
	background-image:  url(images/sq_on.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	display: list-item;
}

ul.subsub li a:hover {
	color: #000000;
	background-color: #fff;
}

ul.subsub li a.active {
	color: #626365;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 17px;
	background-image:  url(images/sq.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	display: list-item;
}

ul.subsub li a.active:hover {color: #000000; background-color: #fff;}
/*sub sub sidenav*/

/* SUBNAV STYLES*/

/*LAYOUT STYLES*/
div#wrapper {
	margin: 0px auto;
	width: 775px;
	text-align: left;
}

div#head {/*utility nav and search boxes*/
	height: 126px;
	width: 775px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
div.util {
	height: 7px;
	width: 775px;
	background-color: #F0F2F1;
}
div.nav {/*main nav links bar*/
	background-color: #184B6D;
	border-bottom: 1px solid #fff;
}
div.pnav {/*products nav links bar*/
	background-color: #EEEEEE;

}
div#pnav_s {/*products nav links bar on sybpage*/
background-color: #EEEEEE;
/*height: 59px;*/
width: 100%;
border-bottom: 1px solid #fff;
}
div#htext {
width: 773px;
border: 1px solid #EDEDED;
margin: 0px;
padding: 0px;
}


.title1 {
	font-size: 16px; 
	font-weight: bold; 
	color: #626365; 
	background-color: #fff;
}

div.home_column p, div.home_column li  {
	color: #333;
	font-weight: normal;
	font-size: 0.72em;
	line-height: 130%;
}

div.home_column a  {
	color: #025D8E;
	font-weight: bold;
	text-decoration: none;
}

div.home_column a:hover  {
	color: #333;
}
table.home {
	margin-bottom: 20px;
}
td.hc2 {
	background-color: #F5F5F5;
	padding: 15px 30px 30px;
}
div.home_column2 p, div.home_column2 li {
	color: #333;
	font-weight: normal;
	font-size: 0.67em;
	line-height: 130%;
	
}
div.home_column2 table td {
	color: #333;
	font-weight: normal;
	font-size: 0.67em;
	line-height: 130%;
	vertical-align: middle;
	text-align: left;

}
div.home_column2 a  {
	color: #025D8E;
	font-weight: bold;
	text-decoration: none;
}

div.home_column2 a:hover  {
	color: #333;
}
/*
div#h1 {width: 100%;}
div#h1 p { color: #333; font-weight: normal; font-size: 0.67em; line-height: 130%; background-color: #fff;}
div#h1 a {color: #3E3A99; font-weight: bold; text-decoration: none; background-color: #fff;}
div#h1 a:hover {color: #333; background-color: #fff;}

div#h2 {width: 100%;}
div#h2 p { color: #333; font-weight: normal; font-size: 0.67em; line-height: 130%; background-color: #fff;}
div#h2 a {color: #3E3A99; font-weight: bold; text-decoration: none; background-color: #fff;}
div#h2 a:hover {color: #333; background-color: #fff;}*/


div#btm {width: 775px; height: 20px; border-top: 1px solid #fff; background-color: #DFDFDF;}
div#credit {width: 775px; height: 25px; padding-top: 10px; text-align: right;}
div#credit a { font-size: 10px; color: #999999; text-decoration: none; padding-right: 20px; background-color: #fff;}
div#credit a:hover {color: #000000; text-decoration: none; background-color: #fff;}


div#breadcrumb {width: 775px; height: 23px; border-bottom: 1px solid #fff; background-color: #A1A1A1;}
div#bc {padding-left: 20px;}

a.breadcrumb { font-size: 10px; color: #fff; text-decoration: none; font-weight: bold; background-color: transparent;}
a.breadcrumb:hover {color: #000; text-decoration: none; background-color: transparent;}



div#content {
width: 774px;
border: 1px solid #EDEDED;
margin: 0px;
padding: 0px 0px 0px 0px;
}
td.content_cell
{
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 80px;
	padding-bottom: 10px;
}
td.content_cell2
{
	padding-top: 22px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
}
table.sitemap {
	font-size: 11px; 
	font-family: arial;
}
table.sitemap td {
	padding: 2px;
}
table.sitemap td a:hover {
	background-color: #fff;
}


/*countries map page*/
td.map
{
	padding-top: 22px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: verdana;}
td.map2{
	padding-top: 22px;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: verdana;}
	
div#maptitle {
	position: absolute; 
	left: 0px; 
	top: 0px;
}
/*countries map page*/

/*LAYOUT STYLES*/


/*FORM FIELD STYLES*/
select.co {
	border: 1px solid #9C9C9C; 
	font-size: 0.65em; 
	background-color: #fff; 
	width: 129px; 
}

input.search {
	border: 1px solid #9C9C9C;
	font-size: 10px;
	width: 127px;
	height: 17px;
	padding: 2px;
}
html>body input.search {
	width: 123px;
	height: 13px;
}
/*FORM FIELD STYLES*/

/*discussion forum styles*/
td.content_cell_wide
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/*content table style*/
table.standard {
		font-size: 0.7em;
		margin: 0;
}
table.standard td {
			padding: 1px 3px 1px 3px;
}
table.standard2 {
		font-size: 0.72em;
		margin: 0;
}
table.standard2 td {
			padding: 1px 3px 1px 3px;
}

.cepis_blue	{color: #004165;}