body	{
	
}

#container {
	display: block;
	text-align: center;
	width: 760px;
	margin: 0 auto;
	}
	
#header {
	display: block;
	text-align: left;
	width: 766px;
	height: 171px;
	background: url(img/head.jpg) no-repeat top left;
	}
	
ul#navbar {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 766px;
	height: 45px;
	background: url(img/navbar.jpg) no-repeat top left;
	margin-bottom: 8px;
	}
	
#navbar a {
	display: inline;
	font: normal 11px tahoma;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 13px;
	padding-right: 15px;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	color: #000;
	}
	
#navbar li {
	float: left;
	background: url(img/navbar_separator.jpg) no-repeat top right;
	list-style-type: none;
	}
	
#navigator {
	display: block;
	text-align: left;
	width: 766px;
	height: 45px;
	background: url(img/bg_navigator.jpg) no-repeat top left;
	font: normal 11px tahoma;
	line-height: 45px;
	margin: 0;
	padding: 0;
	color: #777;
	}
	
#navigator .navigator{
	}
	
#main {
	display: block;
	text-align: left;
	width: 766px;
	background: url(img/bg_main.jpg) repeat-y top left;
	margin: 0;
	padding: 0;
	min-height: 250px;
	}
	
#main #inner {
	display: block;
	text-align: left;
	width: 766px;
	background: url(img/bg_main_top.jpg) no-repeat top left;
	}
	
#left {
	display: block;
	text-align: left;
	padding: 0;
	width: 460px;
	margin-left: 20px;
	}
	
#right {
	display: block;
	text-align: left;
	padding: 5px 20px;
	width: 230px;
	float: right;
	margin-right: 20px;
	padding: 0px;
	}
	
#bottom_grey {
	display: block;
	text-align: left;
	width: 766px;
	height: 20px;
	background: url(img/bg_bottom.jpg) repeat-y top left;
	margin: 0;
	padding: 0;
	}
	
#bottom_black {
	display: block;
	text-align: left;
	width: 766px;
	height: 40px;
	background: url(img/bg_bottom_black.jpg) repeat-y top left;
	margin: 0;
	padding: 0;
	}
	
#pad {
	padding: 0 20px;
	}

/*--------------------------------------------------*/
	
p 	{ font-size: 11px; 
	font-family: tahoma, Arial, Geneva, Swiss, SunSans-Regular; 
	color: #777;
	margin: 0;
	padding: 10px 0;
	line-height: 150%;
	text-align: justify;
	}
	
td 	{ font-size: 11px; 
	font-family: tahoma, Arial, Geneva, Swiss, SunSans-Regular; 
	color: #000;
	margin: 0;
	line-height: 120%;
	}

ul li 	{ font-size: 8pt; 
	font-family: verdana, Arial, Geneva, Swiss, SunSans-Regular; 
	line-height: 10pt;
	list-style-type: square;
	margin-bottom: 8px; }
	
ol li 	{ font-size: 11px; 
	font-family: tahoma, Arial, Geneva, Swiss, SunSans-Regular; 
	color: #777;
	margin-bottom: 8px; }

h1 {
	color: #336699;
	font-weight: normal;
	font-size: 18px;
	font-family: "Trebuchet MS";
	margin: 0;
	padding: 10px 0;
}


h2 {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, verdana, Geneva, Swiss, SunSans-Regular;
	margin-bottom: 0px;
}

/*--------------------------------------------------*/

a.submenu
	{
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 220px;
	height: 22px;
	line-height: 24px;
	background: url(img/line.gif) left bottom no-repeat;
	text-decoration: none;
	padding-left: 5px;
	color: #666666;
	font: bold 12px "Trebuchet MS";
	}
           
a.submenu:visited 
	{
	text-decoration: none;
	color: #666666;
	font: bold 12px "Trebuchet MS";
	}
           
a.submenu:hover 
	{
	text-decoration: none;
	color: #6699CC;
	font: bold 12px "Trebuchet MS";
	}

/*--------------------------------------------------*/

ul#navlist
	{
	margin: 0;
	padding: 0;
	}

#navlist li
	{
	display: inline;
	list-style-type: none;
	}

#navlist a 
	{ 
	color: #000;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	padding: 0 10px;
	background: url(img/navbar_separator.jpg) top right no-repeat;
	}

#navlist a:link, #navlist a:visited
	{
	line-height: 45px;
	height: 45px;
	color: #000;
	text-decoration: none;
	background: url(img/navbar_separator.jpg) top right no-repeat;
	}

#navlist a:hover
	{
	line-height: 45px;
	height: 45px;
	color: #000;
	text-decoration: none;
	background: url(img/navbar_separator.jpg) top right no-repeat;
	}