/* Main Format
--------------------------------------*/
body {
	background-color: #999999;
	/*background-image: url(../bg.png);*/
	background-repeat:repeat-x;
	margin-top: 0px;
}
a:link {
	color: #0066FF;
	font:bold x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	font:bold x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active, a:focus {
	text-decoration: none;
	color: #336699;
	width:0; height:0;
	outline:0; /* for browsers that understand */
}
#main {
	padding:15px;
	color: #000000;
	font:x-small "Trebuchet MS",Verdana,sans-serif;
	font-size:10pt;
	line-height:22px;
}
#main ul {
	margin:0 0 0 0;
}

/* Header
--------------------------------------*/
@media all {
  #header {
    width:740px;
	height:180px;
    margin:0 0 0 0;
	padding:0 0 0 0;
    }
}
.header table tr {
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
}
.header table td {
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:inline-table;
}

/* Sidebar
--------------------------------------*/
#sidebar {
	background-color:#CCCCCC;
	margin:0px;
	width:180px;
	padding:0px;
	text-align:center;
	color: #666666;
	font:70% "Trebuchet MS",Verdana,sans-serif;
	text-transform:uppercase;
	line-height:12px;
}
#sidebar ul {
	padding:0px;
	margin:10 10 10 10;
	list-style:none;
	display:block;
}
#sidebar a img {
	border:0;
}
