/* CSS Document */

.content{font:12px/normal Arial, Helvetica, sans-serif; color:#333333
}body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CCCCCC;
}
#container {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 48px;
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#containershadow {
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	margin-top: 13px;
	background-attachment: fixed;
}
#footer {
	background-color: #FFFFFF;
	height: auto;
	width: 850px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	margin-bottom: 4px;
}
.footercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #FF0000;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 10px;
}
.topmenulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	margin-right: 12px;
}
a.topmenulink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	margin-right: 12px;
}
a.topmenulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
a.topmenulink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
a.topmenulink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
a.contentlink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #002546;
	text-decoration: none;
}
a.contentlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #002546;
	text-decoration: none;
}
a.contentlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
a.contentlink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #002546;
	text-decoration: none;
}
#content {
	background-color: #FFFFFF;
	height: auto;
	width: 600px;
	margin-bottom: 4px;
	margin-left: 7px;
}
#header {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #002546;
	text-decoration: none;
	background-image: url(images/flagunderline.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 50px;
	width: auto;
	display: block;
}
#nestedimg {
	background-color: #FFFFFF;
	border: thin solid #002546;
	float: right;
	width: 250px;
	padding: 4px;
	height: auto;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin-top: 4px;
}
.bold {
	font-weight: bold;
	color: #002546;
	text-decoration: none;
}

