@charset "utf-8";
/* CSS Document */


html
	{
		margin:0;
		width:100%;
	}
body
	{
		margin:0;
		background-color:#000000;
		font-family:"Courier New", Courier, monospace
		width:100%;
	}
#top
	{
		width:100%;
		background-image:url('top.jpg');
		background-repeat:repeat-x;
		height:70px;
	}
#top_under
	{
		height:11px;
		width:100%;
		background-image:url('top_under.jpg');
		background-repeat:repeat-x;
	}
#nav
	{
		height:41px;
		width:100%;
		background-image:url('nav_bg.jpg');
		background-repeat:repeat-x;
		border-bottom:1px dotted #7cadff;
		overflow:hidden;
	}
#nav a img
	{
		margin-right:4px;
		margin-left:4px;
	}
#content
	{
		margin-top:5px;
		width:100%;
		min-height:570px;
		background-image:url('trobe_bg.jpg');
		background-repeat:no-repeat;
		background-position:center;
		overflow:auto;
		background-attachment:fixed;
	
	}
#sidebar
	{
		background-image:url('sidebar_bg.jpg');
		background-repeat:no-repeat;
		background-position:right;
		width:175px;
		min-height:555px;
		float:left;
		overflow:auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		color:#ffffff;
		margin-right:10px;
	}
.side-header
	{
		font-weight:bold;
		font-size:medium;
		color:#ffd235;
		text-align:center;
		margin-bottom:3px;
	}
#sidebar ul
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		list-style-image:url('star_bullet.jpg');
		color:#ffffff;
		font-size:small;
		line-height:1.6;
		list-style-position:outside;
	}
#main-content ul
	{
		list-style-type:square;
		line-height:1.7;

	}
#main-content
	{
	padding:5px;
	font-family:"Courier New", Courier, monospace;
	font-size:small;
	color:#ffffff;
	line-height:1.4;
	min-height:500px;
	}
#sidebar a:link, #sidebar a:active, #sidebar a:visited
	{
	color:#7aacff;
	text-decoration:underlined;
	}
#main-content a:link, #main-content a:active, #main-content a:visited
	{
	color:#7aacff;
	text-decoration:underlined;
	
	}
#sidebar a:hover
	{
	color:#cde0ff;	
	}
#main-content a:hover
	{
	color:#cde0ff;
	}
.tbl_header
	{
	color:#FFCC00;
	border-bottom-color:#ffeaa1;
	}
td
	{
	border-bottom:1px dotted #444444;

	}
table
	{
		padding:2px;
		width:80%;
	}
