@charset "utf-8";

body{
	font-family: Arial, Helvetica, sans-serif;
}

a {
  color:#6666cc;
}
a:visited { 
  color:#6666cc;
}
a:hover {
	color:#0066ff;
}
a:active {
	color:#6666cc;
}

h2 {
	font-size:24pt;
	text-align:center;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

img {
	border:0
}

h4 {
	font-size:14pt;
	text-decoration:inherit;
	text-align:left;
	line-height: 5px;
}
h3 {
	color:#66c;
	font-size:18pt;
	font-weight:bold;
	text-decoration:inherit;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	left:0px;
	height:70px
}
#leftcontent {
	color: #003399;
	width:210px;
	text-align : center;
}


#centercontent {
	margin-left : 20px;
    margin-right : 20px;
	margin-bottom: 50px;
	margin-top:20px;
}
#header .headerbotom {
	bottom: 0px;
}

.menuLeft {
	margin-top:20px;
	list-style-type: none;
	font-weight: bold;
	line-height: 210%;
	text-align: center;

}

.menuLeft .selected {
	color: #FFF;
	background-image:url(pics/button.gif);
	background-position:center;
	background-repeat: no-repeat;
	a{
		color:#fff;
		text-decoration:inherit;
	}
}
.main-table {
	background-image: url(pics/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}


	
#rightcontent {
	margin-top:20px;
    width:220px;
}

#footer {
	clear:both;
	font-size:10px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
}
.up-tile {
	background-image: url(pics/up-tile.gif);
	background-repeat: no-repeat;
}