body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0063C5;
	text-decoration: none;
	background-color: #CCE0F4;
	margin: 0px;
}

a:link, a:visited, a:active {color: #0063C5;}
a:hover   {color: #FF0000;}

.logo {
	margin-top: 10px;
	margin-left: 10px;
}

.white-bg {
	background-color: #FFFFFF;
	width: 760px;
	border-left: #0063C5 1px solid;
	border-right: #0063C5 1px solid;
	border-bottom: #0063C5 1px solid;
}

.main-header {
	font-size: 26px;
	font-weight: bold;
	color: #0063C5;
}

.sub-header {
	font-size: 16px;
	font-weight: bold;
	color: #0063C5;
}

.top-nav-bar {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0063C5;
	font-weight: bold;
	border-top: #0063C5 1px solid;
	border-bottom: #0063C5 1px solid;
	width: 650px;
}

.top-nav {
	font-size: 12px;
	color: #0063C5;
	font-weight: bold;
}
.top-nav A:link    {color: #0063C5; text-decoration: none;}
.top-nav A:visited {color: #0063C5; text-decoration: none;}
.top-nav A:active  {color: #0063C5; text-decoration: none;}
.top-nav A:hover   {color: #FF0000; text-decoration: none;}

.left-nav-container {
	font-size: 12px;
	padding-left: 5px;
	color: #0063C5;
	font-weight: normal;
	width: 200px;
	border-right: 1px solid #0063C5;
}
.left-nav {
	font-size: 12px;
	color: #0063C5;
	font-weight: normal;
}
.left-nav A:link    {color: #0063C5; text-decoration: none;}
.left-nav A:visited {color: #0063C5; text-decoration: none;}
.left-nav A:active  {color: #0063C5; text-decoration: none;}
.left-nav A:hover   {color: #FF0000; text-decoration: none;}

.left-nav-grey-text {
	color: #666666;
	font-size: 10px;
}

.content {
	color: #0063C5;
	font-size: 12px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 10px;
	width: 560px;
}
.content A:link    {color: #0063C5; text-decoration: none; font-weight: bold;}
.content A:visited {color: #0063C5; text-decoration: none; font-weight: bold;}
.content A:active  {color: #0063C5; text-decoration: none; font-weight: bold;}
.content A:hover   {color: #FF0000; text-decoration: none; font-weight: bold;}

.copyright {
	padding-top: 25px;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

hr {
	color: #0063C5;
}

.pages {
	color: #FF0000;
	padding-right: 10px;
	font-weight: bold;
}

.pages A:link {
	color: #000000;
	text-decoration: none;
}
.pages A:visited {
	color: #000000;
	text-decoration: none;
}
.pages A:hover {
	color: #FF0000;
	text-decoration: none;
}

.text-size {
	font-size:12px
}

.right-border {
	border-right: 1px dotted #0063C5;
}
