@charset "UTF-8";
/* CSS Document */

body {
	background-color: #666666;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*---------------footer styles-------------*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 1.5em;
	text-align: center;
}

.callout {
	color: #666666;
}

.footer a.callout:link {
	color: #666666;
}
.footer a.callout:visited {
	color: #666666;
}

.footer a.callout:hover {
	color: #666666;
}

.footer a.callout:active {
	color: #666666;
}


.footer a:link {
	text-decoration: none;
	color: #999999;
}
.footer a:visited {
	text-decoration: none;
	color: #999999;
}
.footer a:hover {
	text-decoration: none;
	color: #666666;
}
.footer a:active {
	text-decoration: none;
	color: #999999;
}

.flashcontent {
	height: 300px;
	width: 590px;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.index {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.8em;
	padding-top: 10px;
}
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.vert_content {
	float: right;
	margin: 20px;
}
