body 
{
	/*background: #f9f8f4;*/ 
	background: #6CA9FF;
	margin: 0px 20px; 
	font: 76%/1.6em verdana, tahoma, "lucida grande",  sans-serif; 
	color: #000; 
	text-align: center;
}
#toppage {
	height: 50px;
	background-image: url(images/traotop.jpg);
	background-position: center;
}
#middlepage {
	background-image: url(images/traobg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#bottompage {
	height: 50px;
	background-image: url(images/traobottom.jpg);
	background-position: center;
}
a 
{
    text-decoration:none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover, a:active {
	color: #6CA9FF;
	text-decoration:none;
	border-bottom: 1px dashed;
}
#heading {
	color: #000;
	font-size: 24px;
}

#subheading {
	color: #666666;
	font-size: 12px;
}
#container {
	/*border: #ddd 1px solid;*/ 
	background: #fff; 
	margin: 0px auto; 
	width: 778px; 	
	position: relative; 
	text-align: left;
}
#navigation {
	border: 1px solid #666666;
	background: #ededed; 
	margin: 2px auto 0px; 
	overflow: hidden; 
	width: 150px; 
	position: relative; 
	text-align: left;
	font-family:Tahoma, Verdana, Arial, Serif;
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left; 
	margin: 0px 0px 0px 0px; 
	list-style-type: none;
}
#navigation li {
	margin: 0 0 0 5px;
}
/*#headerimage {
	clear: both; 
	background: #fff;
	margin: 10px; 
	color: #fff; 
	height: 200px;
	background: url(images/traoheader.jpg);*/
}
 html #headerimage {
	margin-top: 0px;
}
#content {
	margin: 10px 5px 10px 5px; 
	overflow: auto;
}
#content-main {
	float: left; 
	width: 580px; 
	margin-right: 10px;
	margin-left: 20px;
	background-color: #fff;
}
#sidebar {
	float: left; 
	width: 150px;
	font-size:0.9em;
}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul ul
{
	list-style:none;
	margin:0.5em 0 0 1em;
	padding:0;
}
li.sidebox {
	padding:0px;
	background: #fff; 
}
html li.sidebox {
	padding-bottom: 10px;
}
#announcementsbg {
	float: left;
	padding: 0 5px;
	margin: 0 12.5px 10px;
	width: 730px;
	height: 20px;
	border: 1px solid #666666;
	background-color: #6CA9FF;
}
#annleft {
	float: left;
	width: 75px;
	color: #000000;
}
#annright {
	float: left;
	width: 655px;
}
#announcements {
	/*float: left;
	padding: 0 5px;
	margin: 0 12.5px 10px;
	width: 730px;
	height: 20px;
	border: 1px solid #666666;
	background-color: #6CA9FF;*/
	color: #ffffff;
}
#announcements a:link {
	color: #ffffff;
	text-decoration: none;
}
#announcements a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}
#copyright {
	padding-top: 60px;
	text-align: center;
	font: 0.9em verdana, tahoma, "lucida grande",  sans-serif;
	color: #999999;
}

/*highslide css*/
/** {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #666666;
}
.highslide:hover img {
	border: 2px solid #6ca9ff;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
/*a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}*/