/* Overall CSS */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 175%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E0E0E0;
}

a:link {
	color: #044484;
	text-decoration: none;
}

a:visited {
	color: #044484;
	text-decoration: none;
}

a:hover {
	color: #044484;
	text-decoration: underline;
}

#header {
	padding: 0px 10px 0px 0px;
}

#header h1 {
	font-size: 28px;
	text-align: right;
	font-weight: bold;
	color: #0F4C89;
	line-height: 100%;	
	margin: 0;
}

#header a:link {
	text-decoration: none;
}

#header a:visited {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#footer {
	padding: 10px;
	font-size: 12px;
	line-height: 100%;
	color: #FFFFFF;
}
.small	{
	font-size: 12px;
}

#centerline	{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CECECE;
}

.calloutbg	{
	background-image: url(images/blue_background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}

.calloutbg a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.calloutbg a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.calloutbg a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.homeheader1 {
	font-size: 22px;
	line-height: 100%;
	color: #044484;
	font-weight: bold;
}
.homeheader2 {
	font-size: 26px;
	line-height: 100%;
}

/* Navagation CSS */
#sidenav a:link {
	color: #000000;
	text-decoration: none;
	line-height: 100%;
}

#sidenav a:visited {
	color: #000000;
	text-decoration: none;
	line-height: 100%;	
}

#sidenav a:hover {
	color: #044484;
	text-decoration: underline;
	line-height: 100%;	
}
