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

body {
	background-color: #04109C;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.frame-header {
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
	height: 130px;
}
.frame-content {
	background-image: url(images/bg-middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 80px;
	padding-left: 80px;
	font-size: 12px;
}
.frame-content2 {
	wdith: 800px;
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 80px;
	padding-left: 80px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	height: 15px;
}
.watermark {
	background-color: #E3EDF6;
	background-image: url(images/worldmap.jpg);
	background-repeat: no-repeat;
	background-position: top;

}
.watermark2 {
	background-color: #E3EDF6;
	background-image: url(images/worldmap-HOME.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.border-dashed {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.border-dashed-form {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.frame-footer {
	height: 155px;
}
.frame-footer2 {
	background-image: url(images/bg-bottom.jpg);
	background-repeat: repeat-x;
	height: 155px;
}
.frame-footer-sub {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 135px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 80px;
	padding-left: 100px;
	padding-top: 20px;
}
a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #142678;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a.orange:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.orange:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.orange:hover {
	text-decoration: none;
	color: #FF9933;
}

a.orange:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.orange2:link {
	color: #FF9933;
	text-decoration: none;
}
a.orange2:visited {
	text-decoration: none;
	color: #FF9933;
}
a.orange2:hover {
	text-decoration: none;
	color: #FF9933;
}

a.orang2e:active {
	text-decoration: none;
	color: #FF9933;
}


#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #142678;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCCCCC;
	color: #142678;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.title {
	font-size: 18px;
	color: #142678;
}
.quote {
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
	padding: 5px;
	border: 1px solid #000066;
}
.subtitle {
	font-weight: bold;
	color: #142678;
	font-size: 12px;
}
.text-spread {
	line-height: 17px;
}
.form-text {
	width: 250px;
	border: 1px solid #142776;
	font-size: 14px;
	color: #142776;
	padding: 5px;
}
.linksborder {
	width:155px;

	padding: 3px;
}
.linksborder2 {
	width:155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #142678;
	padding: 3px;
}
.titleborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #142678;
}.borderblue {
	border: 1px solid #142678;
}
