@charset "UTF-8";
body {
	font: 92%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #dce1e7;
	margin: 0;
	padding: 0;
}

/* ~~ Element/tag selectors ~~ */
a img { 
	border: none;
}
a:link {
	color: #939598;
	text-decoration: none;
}
a:visited {
	color: #939598;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #00467f;
}
.header {
	font-weight: normal;
	font-size: 18pt;
	color: #00467f;
	font-family: "Myriad Pro", "Lucida Sans", "Gill Sans MT", sans-serif;
}
.filler {
	font-weight: normal;
	font-size: 11pt;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
td#fillerlink a:link {color:#00a9b9;}
td#fillerlink a:visited {color:#00a9b9;}
td#fillerlink a:hover {color:#00467f;}
td#fillerlink a:active {color:#00467f;}
.copy {
	font-weight: normal;
	font-size: 8pt;
	color: #939598;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copylink a:link {
	color: #939598;
	text-decoration:none;
}
.copylink a:visited {
	color: #939598;
	text-decoration:none;
}
.copylink a:hover {
	color: #00467f;
	text-decoration:none;
}
.navbottom {
	font-weight: normal;
	font-size: 9pt;
	color: #939598;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 3.5em;
}
.container {
	width: 994px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.contenttop {
	padding: 0px 0;
	height: 84px;
	background-image:url(../../images/navtopbg.jpg);
	background-color: #00467f;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.contentbody {
	padding: 0px 0;
	height: 100%;
	background-color: transparent;	
}
.subtitle {
	font-size: 16px;
	font-style: normal;
	color: #00467f;
}
.contentbottom {
	padding: 0px 0;
	height: 40px;
	background-color:#ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
div.login	{
	background: none;
	padding: 10px 5px 5px 5px /* change to make everything fit */;
	font-family:"Myriad Pro", "Lucida Sans", "Gill Sans MT", sans-serif;
}
td#login a:link {color:#ffffff;}
td#login a:visited {color:#ffffff;}
td#login a:hover {color:#00a9b9;}
td#login a:active {color:#00a9b9;}

div.photo
{
opacity:0.1;
filter:alpha(opacity=10); /* For IE8 and earlier */
}
