@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #353535;
	font-size: 12px;
	line-height: 18px;
	}	
h1 {
	font-size: 14px;
	line-height: 20px;
	}
h2 {
	color: #39609D;
	font-size: 14px;
	line-height: 20px;
	}
h3 {
	color: #353535;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	}
p a, em a, strong a { border-bottom: 1px dotted #99BDF7; }
a:link, a:visited  { color: #39609D; }
a:hover { color: #5981C1; }
a:active { color: #1C4FA0; }

body { background: url(img/bg_crop_digital_rainbow.jpg) top center repeat-x; margin: 0 0 0 0;}

#top {
	height: 100%;
	width: 100%;
	margin: 31px 0px 0px 0px;
	}
#navbar {
	width: 960px;
	height: 65px;
	text-align: right;
	margin: 0 auto;
	}
#topbox {
	width: 791px;
	height: 191px;
	margin: 28px auto;
	}
#infobar {
	width: 948px;
	height: 146px;
	background-image: url(img/infobar.png);
	margin: 36px auto;
	}

#page {
	width: 948px;
	margin: 0px auto;
	clear: both;
	font-size: 14px;
	}

#footer {
	background: #000000;
	height: 31px;
	width: 100%;
	margin: 35px 0px 0px 0px;
	}

