html, body {
padding: 0;
margin: 0;
border: none;
}

HTML 
{
	background-color: #e2e3e6;
	
}

BODY 
{
	
	text-align: center;
	background-image: url(../images/bg.jpg) !important;
	background-repeat: repeat !important;
	background-position: top !important;
	padding-bottom: 70px;
}

body, td
{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2d2d2d;
}

td
{
	vertical-align: top;
}

a:link, a:visited
{
	color: #0a99dc;
	text-decoration: none;
}

a:hover
{
	color: #0a99dc;
	text-decoration: underline;
}

H1, H2, H3, H4
{
	padding: 0px;
	margin: 0px;
	color: #292929;
	font-weight: normal;
}

H1, h2.contentheading
{
	font-size: 24pt;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 10px;
	color: #0a99dc;
}


H2
{
	font-size: 18pt;
}

H3
{
	font-size: 14pt;
}

img { border:0; }

#wrapper
{
	border-top-color: #0a99dc;
	border-top-style: solid;
	border-top-width: 10px;
	width: 926px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 20px 40px;
	text-align: left;
}
#logo {
	padding:20px 0;
	margin-left:50px;
}

#leftcol, #rightcol
{
	width: 110px;
}

#leftcol
{
	float: left;

}

#rightcol {
	position:relative;
	float: right;
	z-index:1000;
}

#rightcol img:hover {
	-moz-box-shadow:0 0 10px #ffffff;
}

#worldmap
{
	/* width: 700px; */
	position:relative;
	height: 349px;
	background-image: url(../images/worldmap.png);
	background-repeat: no-repeat;
	background-position: center;
}

.headpict
{
	text-align: center;
}

.headpict img
{
	margin-bottom: 13px;
}

#content
{
	margin-left: 113px;
	margin-right: 113px;
	margin-top: 10px;
	font-size: 11pt;
}

#content p
{
	padding-left: 25px;
	padding-right: 25px;
}

#menu
{
	background-color: #9499a3;
	background-image: url(../images/bg_menu.png);
	font-family: "Century Gothic", "MS Sans Serif", Geneva, sans-serif;
	/*font-weight: bold;*/
	font-size: 16px;
	overflow: auto;
	color: White;
	margin-bottom: 30px;
	letter-spacing:-1px;
}

#menu ul {
	list-style-type:none;
	margin:0;
}
#menu ul li {
	float:left;
	padding:15px;
}

#menu ul li:hover {
	background-color: #0a99dc;
}

#menu a:link, #menu a:visited, #menu a:hover
{
	color: White;
	text-decoration: none;
}

* html #menu
{
	width: 100%;
}





.pict, .picts img
{
	border: 1px solid #737a87;
	background-image: url(../images/bg_menu.png);
}

.picts img
{
	margin-bottom: 10px;
	margin-right: 10px;
}

.pleft, .pright
{
	margin-bottom: 20px;
	margin-top: 20px;
}

.pleft
{
	margin-right: 20px;
}

.pright
{
	margin-left: 20px;
}






#footer
{
	padding-top: 30px;
	font-size: 9pt;
	overflow: auto;
	border-top: 3px solid #9499a3;
	margin-top: 70px;
}

* html #footer
{
	padding-bottom: 10px;
}



#copyright
{
	float: left;

}

#design
{
	float: right;
}







form
{
	padding: 0;
	margin: 0;
	border: none;
}

input.fld, textarea
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	font-size: 10pt;
	color: #000000;
	border: 1px solid Silver;
}

textarea
{
	overflow: auto;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.btn, button.btn
{

	background-color: #0a99dc;
	border-top: 2px solid #24b9ff;
	border-left: 2px solid #24b9ff;
	border-bottom: 2px solid #006ebb;
	border-right: 2px solid #006ebb;
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
	text-align: center;
	background-image: url(../images/bg_btn.html);
	background-repeat: repeat-x;
}

#breadcrumbs { font-size:10px; }

#footer ul { font-size:10px; list-style-type: none; }
#footer li { float:left; margin-right:10px; }

#system-message dd ul {
	color:#2D2D2D;
}

#system-message dd.message ul {
	background:none;
}

#system-message dd ul {
	border-bottom:3px solid #cccccc;
}

#slideShow span {
	position:absolute;
	top:300px;
	left:38%;
	color:#0A99DC;
}

#slideShow span.show {
	left:35%;
}