
/* -------------------------------------------------- */
body
{
	padding: 0px;
	margin: 0px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#container
{
	margin-left: 0px;
	margin-right: auto;
	width: 978px;
}
/* -------------------------------------------------- */
.row1 
{
	width: 978px;
}
/* -------------------------------------------------- */
.row2 
{
	position: relative;
	float: left;
	width: 978px;
}
/* -------------------------------------------------- */
.column1
{
	display: inline;
	float: left;
	position: relative;
	width: 204px;
}
/* -------------------------------------------------- */
.column2
{
	position: absolute;
	left: 204px;
	top: 0;
	width: 774px;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#logo
{
	width: 204px;
	height: 135px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#top_container
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 774px;
	height: 104px;
	background-repeat: no-repeat;
}
/* -------------------------------------------------- */
#top_bar
{
	position: absolute;
	left: 0px;
	top: 106px;
	width: 774px;
	height: 29px;
	background-color: #999999;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#navigation,
#navigation ul
{
	padding: 0;
	margin: 0;
}
/* -------------------------------------------------- */
#navigation li
{
	padding: 0px;
	margin-top: 7px;
	list-style-type: none;
}
/* -------------------------------------------------- */
li#selected
{
	background-color: #ffc655;
}
/* -------------------------------------------------- */
li div
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
	width: 70%;
}
/* -------------------------------------------------- */
li#selected div
{
	background-color: #fca800;
}
/* -------------------------------------------------- */
#navigation a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
/* -------------------------------------------------- */
#navigation li#selected a
{
	color: #ffffff;
}
/* -------------------------------------------------- */
#navigation a:hover
{
	text-decoration: underline;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#navigation li#selected ul
{
	margin-top: 0px;
	padding-top: 6px;
	padding-left: 30px;
	background-color: #999999;
}
/* -------------------------------------------------- */
#navigation li#selected ul li
{
	padding: 0px;
	margin-top: 7px;
}
/* -------------------------------------------------- */
#navigation li#selected ul li#sub_selected
{
	list-style-image: url(../images/sub_selected.gif);
}
/* -------------------------------------------------- */
#navigation li#selected ul li a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
/* -------------------------------------------------- */
#navigation li#selected ul li a:hover
{
	text-decoration: underline;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#content_container
{
	padding-left: 20px;
	padding-top: 20px;
}
/* -------------------------------------------------- */
h1, h2
{
	font-size: 120%;
	color: #000000;
}
/* -------------------------------------------------- */
h1 span, h2 span
{
	font-size: 90%;
}
/* -------------------------------------------------- */
hr 
{
	width: 100%;
	color: black;
	background-color: #aaa;
	height: 1px; 
	border-width: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
/* -------------------------------------------------- */
div.textcolumn
{
	width: 550px;
}
/* -------------------------------------------------- */
ul.dot
{

}
ul.dot li
{
	margin-bottom: 0.5em;
	list-style-image: url(../images/dot.gif);
}
/* -------------------------------------------------- */