/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#4A6397;
	background-image: url(../../images/structure/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	line-height: 16px;
	color:#000000;
}
a:link, a:visited {
	text-decoration: none;
	color: #575F6A;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
	color: #575F6A;
	font-weight: bold;
}
h1 { 
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	line-height: 16px;
	color: #575F6A;
	text-transform:uppercase;
}
h2 { 
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
h3 { 
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	line-height: 16px;
	color: #575F6A;
	font-weight: bold;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	background: url(../../images/structure/bg_wrapper.jpg);
}
#top {
	width: 960px;
	height: 128px;
	background: url(../../images/structure/top.jpg);
}

#menu {
	width: 960px;
}

.clear {
	clear: both;
}
#content {
	width: 960px;
	background-image:url(../../images/structure/content_white.jpg);
}

#content_left {
	float: left;
	width: 726px;
	min-height: 420px;
}

#content_right {
	float: right;
	width: 228px;
	background-color: #FFFFFF;
}

#content_text {
	background-image:url(../../images/structure/content_bg.jpg);
	background-repeat:no-repeat;
	min-height: 335px;
	padding: 6px 10px 20px 45px;
}

#bottom {
	clear: both;
	background-image: url(../../images/structure/bottom.jpg);
	width: 960px;
	height: 28px;
}


#marquee {
	font-size: 14px;
	color: #FCFB88;
	font-weight: bold;
	position:absolute;
	top: 104px;
	margin-left: 44px;
	left: 80px;
	width: 954px;
}

