/* CSS Document */
body
{
	padding: 0px;
	margin: 0px;
	background: url(images/mainbg.gif) 0 0 repeat-x #fff;
	color: #666;
	font: 14px/18px "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
div, p, ul, img
{
	padding: 0px;
	margin: 0px;
}
h2
{
	margin: 3px;
	padding: 3px;
}
a
{
	background: #fff;
	color: #000;
	text-decoration: none;
}
a:hover
{
	background: #fff;
	color: #666;
	text-decoration: underline;
}

/*----TOP PANEL----*/
#topPan
{
	width: 778px;
	height: 87px;
	position: relative;
	margin: 0 auto;
}
#topPan #logo
{
	width:250px;
	margin: 0;
	padding: 10px 5px 5px 30px;
	position: relative;
	top: 20px;
	left: 0px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFCC00;
}
#topPan #logo .slogan
{
	padding: 8px 0 0 50px;
	font-size: 12px;
}
#topPan ul
{
	width: 468px;
	height: 32px;
	position: absolute;
	top: 43px;
	right: 45px;
}
#topPan ul li
{
	width: 78px;
	height: 32px;
	float: left;
}
#topPan ul li a
{
	width: 76px;
	height: 32px;
	display: block;
	background: url(images/topmenu-normal.jpg) 0 0 no-repeat #F5F4F4;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	margin: 0 2px 0 0;
}
#topPan ul li a:hover
{
	background: url(images/topmenu-hover.jpg) 0 0 no-repeat #F5F4F4;
	color: #fff;
	text-decoration: none;
}
#topPan ul
{
	list-style: none;
}
#topPan ul li.current
{
	background: url(images/topmenu-hover.jpg) 0 0 no-repeat #F5F4F4;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
}
/*----/TOP PANEL----*/
/*----BODY PANEL----*/
#bodyPan
{
	width: 689px;
	position: relative;
	margin: 0 auto;
}
/*----Body Middle Panel----*/
#bodyMiddlePan
{
	width: 689px;
	position: relative;
	margin: 0 auto;
}
/*----Middle Left Panel----*/
#MiddleLeftPan
{
	width: 232px;
	float: left;
	text-align: right;
}
#MiddleLeftPan p
{
	padding: 14px 0 0;
	line-height: 18px;
}

#MiddleLeftPan h2
{
	width: 210px;
	display: block;
	color: #FFCC00;
	border-bottom: 1px dashed #BDB9B9;
	font-size: 24px;
	line-height: 22px;
	padding: 0 20px 0 0;
}
/*----/Middle Left Panel----*/
/*----Middle Right Panel----*/
#MiddleRightPan
{
	width: 384px;
	float: left;
	padding: 0 0 0 20px;
}

#MiddleRightPan ul
{
	list-style-type: none;
	margin: 10px 0;
}

#MiddleRightPan h2
{
	width: 380px;
	height: 20px;
	background: url(images/dotline.gif) 0 100% repeat-x #fff;
	color: #6BB600;
	font-size: 24px;
	padding-top:10px;
}
#MiddleRightPan p
{
	padding: 8px 0 0;
}

/*----/Middle Right Panel----*/

/*----Footer Panel----*/
#footermainPan
{
	background: url(images/footerbg.gif) 0 0 repeat-x #F4F4F4;
	color: #212121;
	position: relative;
	margin: 0 auto;
	height: 40px;
	clear: both;
}
#footerPan
{
	width: 689px;
	position: relative;
	margin: 0 auto;
	font: 12px/15px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 15px 0 0;
}

#footerPan p
{
	text-align: center;
}
/*----Lists----*/
div#sitelist
{
	font-size: 100%;
	line-height: normal;
}
div#sitelist a
{
	color: #6BB600;
	text-decoration: underline;
}
div#sitelist a:hover
{
	text-decoration: none;
}
#MiddleRightPan dt
{
	width: 380px;
	background: url(images/dotline.gif) 0 100% repeat-x #fff;
	color: #6BB600;
	font-size: 24px;
	clear: left;
	float: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

div#sitelist dt
{
	clear: none;
	float: none;
	font-size: 120%;
	margin: 0 0 0 90px;
	text-align: left;
}

div#sitelist dd
{
	margin: 0 0 0 90px;
	padding: 0;
}

div#sitelist dd.thumbnail
{
	float: left;
	margin: 0;
	padding: 0;
}

div#sitelist dd.thumbnail img
{
	width: 80px;
	height: 80px;
}

div#sitelist dd.description
{
	padding-top: 5px;
	font-size: 90%;
}
