*
{
	MARGIN: 0;
	PADDING: 0;
}

BODY
{
	FONT-FAMILY: Verdana, Sans-serif;
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: #f6f4f5;
}

#header
{
	WIDTH: auto;
	HEIGHT: 100px;
	TEXT-ALIGN: center;
	PADDING: 0px 0px 0px 0px;
}
#bar
{
	HEIGHT: 23px;
    background-image: url("../imgs/bgfade.gif");
	background-repeat: repeat-x;
	BORDER-TOP: 1px solid #C0C0C0;
	BORDER-BOTTOM: 1px solid #C0C0C0;
	COLOR: #525252;
	PADDING: 8px 0px 0px 10px;

}
#topbar
{
	HEIGHT: 15px;
	BACKGROUND-COLOR: #000000;
	COLOR: #FFFFFF;
	PADDING: 10px;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	BORDER-BOTTOM: 1px solid #242525;
}
#content
{
	width: auto;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background-image: url("../imgs/sitebg.jpg");
	background-repeat: repeat-x;
}
#box_top
{
	width: 90%;
	height: 25px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	background-color: #181818;
	background-position: left top;
	border: 1px solid #181818;
	border-bottom: none;
	-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px;
}
#box_content
{
	width: 90%;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	text-align: left;
    	background-image: url("../imgs/bgfade.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	-moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
}

table.news
{
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}
table.header
{
	width: 90%;
}
table.top
{
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
}
h2
{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	FONT-SIZE: 16px;
}
#nav
{
	WIDTH: auto;
	HEIGHT: 100%;
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	FONT-SIZE: 14px;
	COLOR: #000000;

}
#vbar
{
	BORDER-LEFT: 1px solid #C0C0C0;
	HEIGHT: 60%;

}
a.topbar:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a.topbar:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a.topbar:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
hr
{
	COLOR: #C0C0C0;
}
a:link
{
	color: #28992b;
	text-decoration: none;
}

a:visited
{
	color: #28992b;
	text-decoration: none;
}

a:hover
{
	color: #28992b;
	text-decoration: underline;
}
#quote
{
	COLOR: #707070;
	PADDING: 20px;
	WIDTH: auto;
}
#glist_heading
{
	BACKGROUND-COLOR: #181818;
	PADDING: 5px;
	WIDTH: auto;
	HEIGHT: 32px;
	COLOR: #FFFFFF;
}
#glist_content
{
	BORDER-LEFT: 1px solid #C0C0C0;
	BORDER-BOTTOM: 1px solid #C0C0C0;
	BORDER-RIGHT: 1px solid #C0C0C0;
	WIDTH: auto;
}