/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#9F9F9F;
	padding:0px;
	margin:0px;
	text-align:center;
}
div{
	padding:0px;
	margin:0px;
}
#outer{
	text-align:center;
}
#inner{
	text-align:left;
	width:772px;
	margin:auto;
}
#bar{
	height:31px;
	background-image:url(images/bar.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
#nav{
	background-image:url(images/nav_shadow_center.gif);
	background-repeat:repeat-y;
	background-position:top;
}
#nav ul{
	padding:0px;
	margin:0px;
}
#nav li{
	padding:0px;
	margin:0px;		
	list-style:none;
}
#nav li a{
	display:block;
	background-image:url(images/li_out.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:"Trebuchet MS", verdana; 
	font-size:13px;
	text-decoration:none;
	margin:0px;
	width:150px auto;
	height:23px;
}
#nav li a:hover{
	display:block;
	background-image:url(images/li_over.gif);	
	background-repeat:no-repeat;
	margin:0px;
	width:150px auto;
	height:23px;
}
#nav a{
	padding-top:2px;
	padding-left:10px;
}
#nav a.selected{
	display:block;
	background-image:url(images/li_on.gif);
	background-repeat:no-repeat;
	color:#CCCCFF;
	font-family:"Trebuchet MS", verdana; 
	font-size:13px;
	text-decoration:none;
	margin:0px;
	width:150px auto;
	height:23px;
	padding-top:2px;
	padding-left:10px;
}
#nav a.selected:hover{
	display:block;
	background-image:url(images/li_on.gif);
	background-repeat:no-repeat;
	color:#CCCCFF;
	font-family:"Trebuchet MS", verdana; 
	font-size:13px;
	text-decoration:none;
	margin:0px;
	width:150px auto;
	height:23px;
	padding-top:2px;
	padding-left:10px;
}
#nav .small{
	font-size:11px;
}
#content{
	padding:15px;
}
h1{
	color:#333333;
	font-size:16px;
	font-weight:normal;
}
p,body,td{
	color:#333333;
	font-size:14px;
}
#content p,h1{
	/*width:269px;*/
}
#contact p{
	font-size:12px;
	color:#000000;
	width:200px;
}
#contentRight{
	/*position:relative;*/
	float:right;
	margin-left:3px;
}
img.border{
	border: #CCCCCC 1px solid;
}
#left{
	width:3px;
	background-image:url(images/back_left.gif);
	background-repeat:repeat-y;
}
#right{
	width:3px;
	background-image:url(images/back_right.gif);
	background-repeat:repeat-y;
}
#bottomleft{
	width:3px;
	height:4px;
	background-image:url(images/back_bottom_left.gif);
	background-repeat:no-repeat;
}
#bottom{
	height:4px;
	background-image:url(images/back_bottom.gif);
	background-repeat:repeat-x;
}
#bottomright{
	width:3px;
	height:4px;
	background-image:url(images/back_bottom_right.gif);
	background-repeat:no-repeat;
}
#links p{
	width:auto;
	color:#333333;
	font-size:12px;
}
#links p.head{
	font-weight:normal;
	color:#666666;
}
td.r1{
	background:#EFF3F2;
}
td.r2{
	background:#E5EBEA;
}
#links p{
	margin:0px;
	padding:3px;
}
#content ul,li{
	margin:0px;
	padding:0px;
	font-size:14px;
}
#content ul{
	padding-left:25px;
	color:#333333;
}
#content li{
	list-style-image:url(images/bullet.gif);
}
a.advert{
	color:#666666;
	font-size:12px;
	text-decoration:none;
	line-height:24px;
}