body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #003366;
	font-weight: bold;
}

a:hover {
	color: #666666;
	font-weight: bold;
}

/*Home page links */
.homelink:link, .homelink:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.homelink:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

#bg-top {
	background-repeat: repeat-x;
	height: 184px;
	background-image: url(graphics/bg-top.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#logo-top {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding-left: 10px;
	top: 10px;
	position: relative;
}

#bg-nav-top {
	height: 184px;
	width: 750px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-image: url(graphics/bg-nav-top2.jpg);
	background-repeat: repeat-x;
}
#nav-top {
	top: 128px;
	position: relative;
	color: #FFFFFF;
}

a.navlink, a.navlink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.navlink:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

#page {
	background-image: url(graphics/bg-page.jpg);
}


#body {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
}
#body-left {
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
}
#body-main {
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
}


#page-bottom {
	background-image: url(graphics/bg-bottom.jpg);
	height: 20px;
	border-top-width: 2px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#footer {
	font-size: 8pt;
	background-image: url(graphics/bg-footer.jpg);
	height: 20px;
	width: 750px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.pagetitle {
	background-image: url(graphics/bg-body-left.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCD6DF;
	padding: 5px;
}

#footer-text {
	margin-right: 10px;
	margin-left: 10px;
	color: #666666;
	padding-top: 3px;
}
#footer-text-right {
	margin-right: 10px;
	margin-left: 10px;
	color: #666666;
	padding-top: 3px;
}
a.footerlink, a.footerlink:visited{
	margin: 0px;
	padding: 0px 5px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

a.footerlink:hover{
	text-decoration: none;
	color: #003366;
	font-weight: normal;
}
.img-right {
	float: right;
	margin-left: 5px;
}
.imageborder{
	border: 2px solid #003366;
      }
#flags {
	margin-right: 10px;
}

.button {
	background-color: #003366;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
