#marqueecontainer{
	position: relative;
	width: 170px;
	height: 160px;
	overflow: hidden;
	padding: 0px;
	padding-left: 0px;
}
.scroll_div {
	width: 170px;
	padding: 0px;
}
.vmarquee_content {
	position:relative;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* panel */
.panel, .panelcollapsed
{
	margin: 0px;
	padding: 0px 0px 0px;
	width: 100%;
}

/* panel heading */
.panel h2, .panelcollapsed h2
{
	font-size: 1px;
	font-weight: normal;
	color:#3584C9;
	margin: 0px;
	padding: 0px;
}

/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover { background-color: #3584C9; }

/* heading of a collapsed panel */
.panelcollapsed h2
{
	background-color: #3584C9;
}

/* panel content - do not set borders or paddings */
.panelcontent
{
	width:100%;
	background-color:#3584C9;
	margin:0px;
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#000000;
	overflow: hidden;
	text-align:left;
}

/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }

#container {
     position:relative;
     width:100%;
     height:100px;
     overflow:hidden;
     border:0px solid #000000;
     background-color:#ffffff;
     margin:0;
}
#div1 {
     position:absolute;
     left:0px;
     top:0px;
     width:5310px;
     height:50px;
}
#div2 {
     position:absolute;
     left:5310px;
     top:0px;
     width:5310px;
     height:50px;
}

html {
	height:100%;
}

body {
	background:#FFFFFF;
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#000000;
	height:100%;
	margin:0px;
}

table {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#000000;
	margin:0px;
}

a:link {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#3584C9;
	text-decoration:none;
}
a:visited {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#3584C9;
	text-decoration:none;
}
a:active {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#3584C9;
	text-decoration:none;
}
a:hover {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#F15D21;
	text-decoration:underline;
}

.top_links_row {
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	color:#A0DBF7;
	text-decoration:none;
}
.top_links:link {
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	color:#A0DBF7;
	text-decoration:none;
}
.top_links:visited {
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	color:#A0DBF7;
	text-decoration:none;
}
.top_links:active {
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	color:#A0DBF7;
	text-decoration:none;
}
.top_links:hover {
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

.left_column_top {
	background:#3584C9;
	background-image:url('images/left_top_tile_bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

.middle_column_top {
	background:#FFFFFF;
	background-image:url('images/middle_top_tile_bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

.right_column_top {
	background:#3584C9;
	background-image:url('images/right_top_tile_bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

.left_column_bottom {
	background:#3584C9;
	background-image:url('images/left_bottom_bg.jpg');
	background-repeat:repeat-x;
	background-position:bottom left;
}

.middle_column_bottom {
	background:#FFFFFF;
}

.right_column_bottom {
	background:#3584C9;
	background-image:url('images/right_top_bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

.footer_row {
	background:#3584C9;
	background-image:url('images/footer_bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

.submenu:link {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.submenu:visited {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.submenu:active {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.submenu:hover {
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#FF9900;
	text-decoration:none;
}

.footer {
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	color:#A0DBF7;
	text-decoration:none;
}
