@charset "utf-8";

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E85C00;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -10px;
}

body {
	background-color: #24478E;
	background-image: url(images/background-glow2.png);
	background-repeat: no-repeat;
	background-position: top;
}

#entire {
	width: 600px;
}

.photo-credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: -5px;
	text-align: center;
}


#header {
	width: 600px;
	background-image: url(images/stars.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #718FDF;
	text-align: right;
}
.credits a {
	color: #718FDF;
	text-decoration: none;
}
.credits a:hover {
	text-decoration: underline;
}

.download {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	font-weight: bold;
}
.download a {
	color: #CCCCCC;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A4A4A;
	line-height: 20px;
	width: 600px;
}
#main {
	border-top-color: #7E9DDE;
	border-top-width: thin;
	border-top-style: solid;
	background-image: url(images/flag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DBE9F3;
	width: 600px;
}
#main ul {
	margin-right: 20px;
}

#main p {
	padding-right: 20px;
	padding-left: 20px;
}
#main p a {
	color: #24478E;
	text-decoration: underline;
	font-size: 13px;
}
.right {
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}



.logo {
	float: left;
	height: 126px;
	width: 136px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}



#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 1px;
}
#nav ul {
	display: inline;
	list-style-type: none;
}




#nav li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	text-align: right;
	vertical-align: text-bottom;
	margin-right: 15px;
	margin-left: 15px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E85C00;
}
#nav li a.selected {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E85C00;
}

#flash {
	background-color: #DBE9F3;
}
#bottom-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 5px;
}
#bottom-nav   a {
	color: #24478E;
	text-decoration: none;
}
#bottom-nav   a:hover {
	text-decoration: underline;
}
#bottom-nav  a.selected {
	text-decoration: underline;
}

