/* GENERAL STYLES */
BODY, TD, TH {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-image : url(/design/images/background.gif);
	margin-left : 5px;
	margin-top : 5px;
	background-repeat : repeat-y;
	z-index : -10000;
	}

A, A:VISITED, A:HOVER {
	color : #1C4788;
}

A:ACTIVE {
	font-weight: bold;
}
	
.titlebar {
	width: 787px;
	height: 17px;
	z-index : 100;
}
	
.top_left_logo{
	width: 142px; 
	height: 66px; 
	top: 23px; 
	left: 5px; 
	position : absolute;
	padding : 3px 3px 3px 3px;
	}

.stats {
	top: 28px; 
	left: 10px; 
	position : absolute;
	z-index : -10000;
}

.menu
{
	top: 89px; 
	left: 5px; 
	position : absolute;
}

.menu_item1
{
    background-image : url(/design/images/menuitem1.gif);
	/* height: 16px; */
	width: 143px;
	/*padding : 6px 3px 3px 6px;*/
}

.menu_item2
{
    background-image : url(/design/images/menuitem2.gif);
	/* height: 16px; */
	width: 143px;
	/*padding : 6px 3px 3px 6px;*/
}

.topbanner
{
	top: 26px; 
	left: 153px; 
	position : absolute;
}

h1
{
	font-weight : bold;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	letter-spacing : 5px;
	margin-top : 1px;
	margin-bottom : 3px;
	padding-left : 5px;
}

h2
{
	font-weight : bold;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 5px;
}

ul
{
	list-style-image : url(/design/images/content-ul-dot.gif);
	margin-top : 1px;
	margin-bottom : 1px;
	margin-left : 20px;
	padding-left : 5px;
}

.breadcrumb
{
	top: 89px; 
	left: 153px;
	position : absolute;
	font-size : 7px;
	font-family : "Small Fonts", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	letter-spacing : 3px;
}

.bread
{
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	letter-spacing : 2px;
}

.newsbox {
	border: 1px solid black;
	padding-bottom: 5px;
}


/* EDITOR PROPERTIES */
