/* CSS Document */
html{
	height:100%;
	width:100%;
	overflow:hidden;
	margin:0px;
}

body{
	height:100%;
	overflow:auto;
	margin:0px;
	background-image:url(../images/Base_BG.png);
	background-color:#28638F;
	background-repeat:repeat-x;
	background-position:top center;
}

*{
	font-size:9pt;
	letter-spacing:1px;
}

img{
	border:9px;
}

a{
	color:#666666;
	text-decoration: none;
}

a:visited{
	color:#666666;
	text-decoration: none;
}

a:hover{
	color:#ff3300;
	text-decoration: underline;
}

.hilte1{
	color:#99ff00;
}

#base{
	margin: auto auto;
	width:756px;
	overflow:hidden;
	text-align:left;
}

#Top_BG{
	background-image:url(../images/Top_BG.jpg);
	height:179px;
	width:756px;
	
}

#Bottom_BG{
	clear:both;
	background-image:url(../images/Bottom_BG.png);
	height:103px;
	width:756px;
	text-align:center
	
}

#Bottom_BG_Text{
	color:white;
	padding:8px;
	line-height:14pt;
	letter-spacing:1px;
}

#Bottom_BG_Text a{
	color:#FF6633;
}

#Bottom_BG_Text a:visited{
	color:#FF6633;
}

#Bottom_BG_Text a:hover{
	color:yellow;
}

#Top_Menu{
	background-image:url(../images/Top_MenuBG.png);
	height:26px;
	width:756px;
	text-align:right;
}

#Top_Menu .menuImg{
	margin:0px 8px 0px 8px;
	cursor:pointer;
}

#Top_Menu .menuImg:hover{
	margin:0px 8px 0px 8px;
	border-bottom:2px solid orange;
	cursor:pointer;
}



#Kenny_BG{
	background-image:url(../images/Kenny_BG.jpg);
	height:276px;
	width:756px;
}

#Kenny_BG2{
	background-image:url(../images/Kenny_BG2.jpg);
	height:30px;
	width:488px;
}

#Home_main{
	float:left;
	background-color:white;
	padding-bottom:16px;
	height:400px;
	width:756px;
}


#Content{
	width:488px;
	float:left;
	height:100%;
}

#Content_List{
	padding:0px 8px 8px 8px;
}

#Content_Top{
	background-image:url(../images/Content_Top.png);
	height:6px;
	width:479px;
	background-repeat:no-repeat;
	background-position:top center;

}

#Content_Middle{
	background-image:url(../images/Content_Middle.png);
	height:350px;
	width:479px;
	overflow:hidden;
	
}

#Content_Bottom{
	background-image:url(../images/Content_Bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:100%;
}



#Content_Slice{

	background-image:url(../images/Content_Slice.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:100%;
	width:20px;
	float:left;
}

#Links{
	text-align:center;
	width:240px;
	float:left;
}

#Links_Title{
	background-image:url(../images/Links_Title.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:25px;
	width:214px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
}

#Links_Img img{
	margin:4px 0px 4px 0px;
}


#Topic_Top_BG{
	background-image:url(../images/Topic_Top_BG.png);
	background-repeat:no-repeat;
	background-position:top center;
	
}

#Topic_BG{
	background-image:url(../images/Topic_BG.png);
	background-repeat:repeat-y;
}

#Topic_Bottom_BG{
	background-image:url(../images/Topic_Bottom_BG.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}