/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#505259;
	font-family: Swis721 BT, Arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
table {
	border: 0;
}

tr {
	vertical-align: top;
}

a:link, a:visited {
	font-family: Arial, Verdana, helvetica;
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	font-family: Arial, Verdana, helvetica;
	text-decoration: none;
	color: #ffffff;
}
h1 { 
	font-size: 18px;
	color: #ffffff;
	text-transform:uppercase;
}
h2 { 
	font-size: 14px;
	color: #ffffff;
}
h3 { 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat:repeat-y;
}
#menu{
	position:absolute;
	width:125px;
	top: 210px;
	left:18px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-family:Arial;
	font-size:12px;
}
#spacer{
	position:absolute;
	width:317px;
	height:160px;
	top: 48px;
	left:21px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-family:Arial;
	font-size:12px;
}
#menu a {
	color:#14148D;
	font-weight: bold;
	text-decoration:none;
}
#menu a:active {
	font-weight: bold;
	color: red;
} 
#menu a:hover{
	color:#FF0000;
	text-decoration:none;
}
#submenu {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #14148c;
}
#submenu a{
	color: #ffffff;
	font-weight: bold;
}
#submenu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#marquee{
	position:absolute;
	top: 230px;
	left: 170px;
	width:740px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
}
.marquee span{
	color:#ffffff;
	font-size: 13px;
}
.marquee { 
	visibility: hidden;
} 





.small {
font-size:10px;
}
.small a {
color:#666666;
text-decoration:none;
}
.small a:hover {
color:#003fd5;
text-decoration:none;
}
.mid{
	background-image: url(../../images/structure/mid_bg.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:383px;
	padding-top:20px;
	padding-left:170px;
	color:#FFFFFF;
}
.footer{
	background-image: url(../../images/structure/footer_bg.jpg);
	background-repeat:no-repeat;
	width:790px;
	height:37px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	padding-left:170px;
	padding-top: 6px;
}
