/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E7EBEF;
	line-height: 18px;
}

h1 {
	color: #00307B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.title {
	color: #21519C;
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #21519C;
}
a:visited {
	color: #9CB2F7;
}
a:hover {
	color: #9CB2F7;
	font-weight: bold;
}
.navlink {
	color: E7EBEF;
	text-align: right;
	margin-right: 10px;
	text-transform: capitalize;
}
.navlinkbar {
	font-size: 18px;
	font-weight: bold;
	color: #EFF3FF;
}
.navlink a{
	color: #FFFFFF;
	text-decoration: none;
}
.navlink a:hover{
	color: #EFF3FF;
	text-decoration: underline;
}
.sidecaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10;
	font-style: italic;
	text-align: right;
	margin-right: 15px;
	color: #21519C;
}
.footer {
	color: E7EBEF;
	text-align: right;
	margin-right: 10px;
}
.credit {
	color: #21519C;
	text-align: right;
	margin-right: 10px;
}
.credit a {
	text-decoration: underline;
	color: #21519C;
	margin-right:10px;
}
.header {
	color: #00307B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}