/* CSS Document */
#container {
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
		}


		#banner {
	background-color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
			}

		#content {
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 160px;
		}
		
		#sidebar-a {
	float: right;
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom: 10px;
	
		}

		#footer {
	clear: both;
	padding: 5px 5px 5px 15px;
	background-color: #FFFFFF;
	font-size: 10px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
		}
		
		#bgShadow{
	padding-right: 10px;
	padding-left: 10px;
}


#logo{
	padding-bottom: 35px;
	margin-right: 532px;
	background-color: #FFFFFF;
	height: 111px;
	padding-top: 35px;
}


#nav {
	background-image: url(../images/bg_nav2.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 780px;
	padding-bottom: 3px;
	margin-top: 159px;
}
#navlist
{
	list-style-type: none;
	padding: 0em;
	margin-top: 0.1em;
	margin-right: 0px;
	margin-bottom: 0.1em;
	margin-left: 55px;	
}

#navlist li
{
	float: left;
	/*border-right-width: 0.2em;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
	height: 16px;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding: 0.5em;
}

#nav a:link, #nav a:visited,  #nav a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
#nav a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #7295cd;
}

.bannerBlue{
	background-image: url(../images/bg_banner_blue.jpg);
	background-repeat: repeat-x;
	height: 100px;
	background-color: #595959;
	width: 550px;
	float: right;
	margin-bottom: -145px;
	margin-top: 77px;
}

#tableBg{
	background-color: #FFFFFF;
	background-image: url(../images/bg_table2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
