/* CSS Document */
html{
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/full-gradient-background.jpg);
	background-repeat: repeat;
	background-position: center;
}
a:link {
	color: #515050;
}
a:visited {
	color: #515050;
}
a:hover {
	color: #90170E;
}
a:active {
	color: #515050;
}
.welcome_div {
	width: 390px;
	margin-left: 9px;
}
.quick_box {
	width: 248px;
	margin-top: 50px;
	margin-left: 436px;
	background-image: url(images/quick-box.jpg);
	height: 140px;
	position: relative;
}
.newsletter_box {
	width: 248px;
	margin-left: 436px;
	background-image: url(images/newsletter-box.jpg);
	height: 77px;
}
.iframe{
	top: 31px;
	position: relative;
}
.news_box {
	width: 248px;
	margin-left: 436px;
	background-image: url(images/news-box.jpg);
	height: 273px;
}
.nav_background {
	background-image: url(images/header-background-blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	background-color: #C5C5C5;
	background-image: url(images/content-background-gradient.jpg);
	background-repeat: repeat-x;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
}
