body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	}
	
a,
a:link,
a:active,
a:visited {
	color: #006699;
	text-decoration: none;
	}
a:hover {
	color: #3385AD;
	text-decoration: underline;
	}
	
p, h1, h2, h3 {
	margin-top: 0px;
	padding-top: 0px;
	}
	
h1 {font-size: 18px; font-weight: bold; color: #006699;}
h2 {font-size: 16px; font-weight: bold; color: #006699;}
h3 {font-size: 14px; font-weight: bold; color: #006699;}
h4 {font-size: 12px; font-weight: bold; color: #006699;}

div#container,
div#header-wrapper,
div#content-wrapper,
div#footer-wrapper {
	background-color: transparent;
	}

div#header-wrapper {
	background-image: url(/files/templates/1/images/header.png);
	background-repeat: no-repeat;
	position: relative;
	}	
div#homelink {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 600px;
	border: 0px solid red;
	}
div#searchbox {
	position: absolute;
	top: 28px;
	left: 726px;
	height: 25px;
	width: 235px;
	overflow: hidden;
	border: 0px solid red;
	}

#searchbox-widget {
	position: relative;
	height: 25px;
	width: 235px;
	overflow: hidden;
	}
#searchbox-widget-input {
	position: absolute;
	left: 3px;
	top: 2px;
	height: 19px;
	overflow: hidden;
	}
#searchbox-widget-input input {
	width: 193px;
	height: 21px;
	border: 0px solid white;
	}
#searchbox-widget-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	}
#searchbox-widget-submit input {
	width: 33px;
	height: 25px;
	}
	
div#mainmenu {
	position: absolute;
	top: 127px;
	left: 7px;
	height: 35px;
	width: 785px;
	border: 0px solid red;
	}
div#loginLink {
	position: absolute;
	top: 125px;
	left: 790px;
	height: 37px;
	width: 175px;
	border: 0px solid red;
	}
		
div#content-wrapper {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	border: 0px dotted blue;
	}

#homepagecontent-wrapper {
	margin-top: 15px;
	position: relative;
	/* height: 415px; */
	height: 375px;
	}
#flashblock {
	position: absolute;
	left: 0px;
	top: 0px;
	/* width: 540px; */
	width: 490px;
	/* height: 415px; */
	height: 375px;
	}
#homepagecontent-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 465px;
	/* height: 411px; */
	height: 375px;
	background-color: #478CC5;
	}
	
#footer-innerWrapper {
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 30px;
	}

#homepage-copy {
	width: 375px;
	text-align: center;
	background-color: #478CC5;
	}
	
.homepage-copy-regular {
	color: white;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	background-color: #478CC5;
	}

.homepage-copy-large {
	color: white;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	background-color: #478CC5;
	}

#homepagecontent-right-inner {
	padding: 40px;
	text-align: center;
	}