﻿html,body {
	margin: 0;
	padding: 0;
	height:100%;
}
body {		
	font-family: arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #908686;
}
h1 {		
	font-size: 24px;
	font-weight: bold;
}
h2 {		
	font-size: 18px;
	font-weight: bold;
	color: #7483da;
}
h3 
{
	font-size: 16px;
	color: #FFA500;
	font-weight: bold;
	margin-bottom: 0;
}
h4 
{
}
hr
{
	color: #D3D3D3;
	height: 1px;
}
ul {
	list-style-type: disc;
	margin-left: 15px;
}
li {
	margin-bottom: 5px;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width: 917px; 
	min-height:100%;
	text-align: left;
	background: url(Images/bck_contentcontainer.gif) repeat-y;
    position:relative;
}
#mainheader {
	position:relative;
	left:0;
	top:0;
	height: 48px;
	width:100%;
	background: url(Images/bck_body.gif);
	z-index:1;
}
#header {
	height: 68px;
	width:100%;
	background: url(Images/bck_contentcontainer.gif) repeat-y;
	margin: 0px 0px 5px 0px;
	position:relative;
	z-index:2;
	overflow:hidden;
}
#header #logo 
{
	float: left;
	margin-left: 25px;
}
#mainnav 
{
	height: 48px;
	position:relative;
	z-index:2;
	margin-left: 25px;
	margin-right: 25px;
}
#breadcrumbs 
{
	height:30px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 12px;
	color: #ADD8E6;
	font-weight: bold;
}
#banner 
{
	margin-left: 25px;
	margin-right: 25px;
}
#sidebar 
{	
	float: left;
	width: 275px;
	padding:5px 0;
	margin-left: 25px;
	margin-right: 10px;
}
#content 
{
	/*width: 580px;*/
	min-height: 500px;
	/*
	margin-left: 25px;
	margin-right: 25px;*/
}
#footer	{
	position:absolute;
	bottom:0;
	width:100%;
	height: 61px;
	color: #666;
	background: url(Images/bck_footer.gif);
}
#sidebar p {margin:0px 10px 10px 25px}
#footer p  {margin:20px 10px 10px 25px}

#clearfooter {height:61px;width:100%;clear:both}
.spacer 
{
	height: 10px;
	background: url(Images/bck_contentcontainer.gif) repeat-y;
	position:relative;
}
.list
{
	font-weight: bold;
	color: #808080;
}
.text, .label, .mandatory, .error, .linkbutton
{
	font-family: Arial;
	font-size: 11px;	
}
.mandatory, .error
{
	color: red;
}
.linkbutton:link, .linkbutton:active, .linkbutton:visited
{
	color: #FFA500;
    text-decoration:none;
    font-weight:bold;
}
.linkbutton:hover
{
	color: #FFA500;
    text-decoration:underline;
    font-weight:bold;
}
.language, .languageseparator
{
	font-family: Arial;
	font-size: 11px;
	color: #808080;
}
.language:link, .language:active, .language:visited
{
	color: #808080;
    text-decoration:none;
    font-weight:bold;
}
.language:hover
{
	color: #808080;
    text-decoration:underline;
    font-weight:bold;
}
