html
{
	overflow-y: scroll;
}

body
{
	background-color: #F7F0FF;
	margin: 0;
	font: 80% Verdana, arial, sans-serif;
	/*text-align: justify;*/
}

div#expand_left
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 97px;
	background-image: url(/images/expand_left.png);
}

div#expand_right
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 97px;
	background-image: url(/images/expand_right.png);
}

div#centred
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-image: url(/images/sidebar_background.png);
	background-repeat: repeat-y;
	background-position: 25px 0px;
	overflow: hidden;
}

div#sidebar
{
	width: 160px;
	padding-left: 30px;
	float: left;
	font-size: 90%;
}

div#content_pane
{
	float: left;
	width: 540px;
	margin-left: 11px;
	clear: none;
}

html>body div#content_pane
{
	margin-left: 18px;
}

div#content
{
	clear: none;
}

div#banner_background
{
	height: 97px;
	background-image: url(/images/banner_background_with_sidebar.png);
	position: relative;
}

img#goznet_logo
{
	position: absolute;
	left: 0px;
	top: 15px;
}

div#top_button_bar
{
	float: right;
}

div.top_button
{
	margin-top: 10px;
	width: 68px;
	height: 74px;
	float: left;
	text-align: right;
	padding-right: 6px;
	line-height: 118px;
	overflow: hidden;
}

div.top_button a
{
	display: block;
	color: black;
	text-decoration: none;
}
	
div.top_button a:hover
{
	color: white;
}

p
{
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
}

ul
{
	list-style-image: url(/images/bullet.jpg);
	padding-top: 0;
	padding-bottom: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

li
{
	padding-bottom: 0.5em;
}

p#footer
{
	border-top: 2px solid #CECEE4;
	text-align: center;
	font-size: 70%;
	padding: 4px;
}

h1#main_heading
{
	font: bold 15pt Verdana, Arial, sans-serif;
	margin-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	background-image: url(/images/dots.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

img.right
{
	float: right;
	padding-left: 4px;
}

img.left
{
	float: left;
	padding-right: 4px;
}

h2.article
{
	font: bold 12pt Verdana, Arial, sans-serif;
	margin: 0;
	padding-bottom: 1px;
	margin-bottom: 6px;
	/*border-bottom: 1px dotted black;*/
	border-bottom: 2px solid #CECEE4;
}

div#ticker_scroll_container
{
	position: relative;
	height: 96px;
	overflow: hidden;
	padding-bottom: 8px;
}

div#ticker_scroll_banner
{
	width: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
}

a
{
	color: #6B697F;
}

a.menulink
{
	text-decoration: none;
}

a.menulink:hover
{
	text-decoration: underline;
}

div#smartmenu
{
	font-size: 120%;
	line-height: 130%;
	color: #F0FFFF;
	margin-bottom: 16px;
	font-family: Tahoma, Verdana, arial, sans-serif;
}

div#smartmenu a
{
	color: #F0FFFF;
}


div#content
{
	clear: none;
}