/* ---------- Layout Elements ------- */

body{
	text-align: center;
	background-color: #DDD8C0;
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 100%;*/
	font-family: Arial, Verdana;
	/*font-size: 11px;*/
	color: #575757;
	background-image: url('img/bg_main.gif');
	background-repeat: repeat-x;
}

.supercontainer{
	position: relative;
	vertical-align: top;
	width: 950px;
	display: table;
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 15px;
}

.maincontainer{
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 950px;
	display: table;
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	background-image: url('img/bg_body.jpg');
	background-repeat: repeat-y;
}

.bg_top
{
	min-height: 256px;
	_height: 256px;
	width: 100%;
	background-image: url('img/bg_top.jpg');
	background-repeat: no-repeat;
}

.bg_bottom
{
	width: 100%;
	height: 82px;
	background-image: url('img/bg_bottom.jpg');
	background-repeat: no-repeat;

	text-align: right;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #575757;
}

.side_menu
{
	width: 180px;
	margin-left:12px;
	float:left;
	background-image: url('img/side_menu_bg.jpg');
	background-repeat: repeat-y;
}
.side_menu_top
{
	width: 180px;
	height: 21px;
	background-image: url('img/side_menu_top.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 3px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #243139;
	font-weight: bold;
}

.page_content
{
	padding-left: 215px;
	margin-right: 12px;
	font-size: 12px;
}

/* ---------- Design Elements ------- */

.right_margin
{
	padding-right: 12px;
}

div.large_image
{
	height: 328px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	background-image: url('img/bg_large_image.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

img.large_image
{
	border: #FFFFFF solid 1px;
}

.logo_top
{
	margin-top: 5px;
	margin-left: 12px;
}

.top_menu
{
	height: 31px;
	margin-top: 5px;
	background-image: url('img/bg_top_menu.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.top_menu li
{
	float: right;
	list-style: none;
	padding: 3px 10px 3px 10px;
	margin-right: 15px;
	height: 16px;
}

.noprint {
    /* Shows all the elements irrelevant for printing */
	display: block;
}
.noscreen {
    /* Hides all the elements relevant for printing */
	display: none;
}

/* ---------- Table Elements ------- */

table.table_top
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	/*border: solid #0000FF; for development*/
}

td.table_top
{
	vertical-align: top;
	width: 200px;
	text-align: right;
	padding-right: 17px;
	padding-top: 7px;

}

/* ---------- Text Elements ------- */

.link_top:link, .link_top:visited, .link_top:active, .link_top:hover
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #88959C;
	text-decoration: none;
}

.link_top:active, .link_top:hover, .link_top
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

}

a.link_grey:link, a.link_grey:visited, a.link_grey:active, a.link_grey:hover
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #575757;
	text-decoration: none;
}

a.link_grey:active, a.link_grey:hover
{
	text-decoration: underline;
}

div.top_menu li a:link, div.top_menu li a:visited, div.top_menu li a:active, div.top_menu li a:hover, div.top_menu li b
{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #243139;
	text-decoration: none;
}

div.top_menu li a:hover, div.top_menu li b
{
	color: #FD9901;
}

h1
{
	margin-top: 0;
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #575757;
}

.nomargins
{
	margin: 0;
}

ul
{
	margin-top: 2px;
	margin-bottom: 2px;
	list-style: square outside;
}

li.go
{
	list-style-image: url('img/arrow.gif');
	margin-left: -10px !important;
}

.text_small
{
	font-family: Arial, Verdana;
	font-size: 11px;
}

.text_red
{
	font-family: Arial, Verdana;
	color: red;
}
