body {
	background-color: #666666;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a { 
	color:#0033CC;
}

a:visited { 
	color:#0033CC;
}

#header-wrapper {
	width:100%;
	height:190px;
}

#blur-wrapper-header {
	width:840px;
	height:133px;
	margin:0px auto;
	background-image:url(../images/blur-sides.png);
	background-repeat:repeat-y;
	background-position:top center;
}

#blur-wrapper-menu {
	width:840px;
	height:37px;
	margin:0px auto;
	background-image:url(../images/blur-sides.png);
	background-repeat:repeat-y;
	background-position:top center;
}

#corner-blur-container {
	width:840px;
	height:20px;
	margin:0px auto;
	background-image:url(../images/blur-corners.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#top-blur-container {
	width:800px;
	height:20px;
	margin:0px auto;
	background-image:url(../images/blur-top.png);
	background-repeat:repeat-x;
}

#header-container {
	width:800px;
	height:133px;
	margin:0px auto;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

#menu-container {
	width:800px;
	height:37px;
	margin:0px auto;
	background-color:#4c6588;
}

#body-wrapper {
	width:100%;
}

#body-blur-wrapper {
	width:840px;
	margin:0px auto;
	background-image:url(../images/blur-sides.png);
	background-repeat:repeat-y;
	background-position:top center;
}

#body-container {
	width:800px;
	margin:0px auto;
	background-color:white;
}

#footer-wrappper {
	width:100%;
}

#footer-container {
	width:800px;
	height:45px;
	margin:0px auto;
	background-image:url(../images/footer-bg.png);
	background-repeat:repeat-x;
}

#footer-container a {
	color:#0c2446;
	text-decoration:none;
}

#footer-container a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

#blur-wrapper-footer {
	width:840px;
	height:45px;
	margin:0px auto;
	background-image:url(../images/blur-sides.png);
	background-repeat:repeat-y;
	background-position:top center;
}

#corner-blur-container-btm {
	width:840px;
	height:20px;
	margin:0px auto;
	background-image:url(../images/blur-corners-btm.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#btm-blur-container {
	width:800px;
	height:20px;
	margin:0px auto;
	background-image:url(../images/blur-btm.png);
	background-repeat:repeat-x;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#2a3691;
	margin:0px;
}

h2 {
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:19px;
	color:#666666;
	font-weight:lighter;
	margin:0px 0px 8px 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0a1086;
	font-weight:900;
	margin:4px 0px;
}

p {
	margin:0px 0px 10px 0px
}

#pillars td {
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	padding:3px;
}

#btn-home {
	width:100px;
	height:37px;
	float:left;
}

#btn-home a {
	display:block;
	width:100px;
	height:37px;
	background-image:url(../images/btn-home.png);
	background-position:0 0;
}

#btn-home a:hover {
	background-position:-100px 0px;
}

#btn-about {
	width:125px;
	height:37px;
	float:left;
}

#btn-about a {
	display:block;
	width:125px;
	height:37px;
	background-image:url(../images/btn-about.png);
	background-position:0 0;
}

#btn-about a:hover {
	background-position:-125px 0px;
}

#btn-contact {
	width:120px;
	height:37px;
	float:left;
}

#btn-contact a {
	display:block;
	width:120px;
	height:37px;
	background-image:url(../images/btn-contact.png);
	background-position:0 0;
}

#btn-contact a:hover {
	background-position:-120px 0px;
}

#pdfcell a:hover {
	background-color:#EEEEEE;
}