@charset "utf-8";
/* CSS Document */

body{
	background-color:#CCCCCC;
}

#container{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:768px;
}

#header{
	background-color:#FFFFFF
}

#header a img{
	border:0;
}

#content{
	background-color:#FFFFFF;
	text-align:left;
}

#content #quickFind{
	border:1px solid #000000;
}
#content #quickFind .quickFindTitle{
	margin:0;
	font-size:18px;
	color:#FFFFFF;
	width:auto;
	background-image:url("images/titleBg.gif");
	background-repeat:repeat-x;
}
#content #quickFind td{
	margin:0;
	padding-right:15px;
}

#content a{
	color:#333333;
}
#content a:hover{
	color:#666666;
}
#content a:visited{
	color:#990000;
}

.divHeader{
	color:#FFFFFF;
	/*font-weight:bold;*/
	border:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.divHeader img{
	border:0;
}
/*.vTitle{
	font-weight:bold;
}*/


.sponsorImage{
	border:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#content .category{
	margin-left:auto;
	margin-top:20px;
	margin-right:auto;
	/*text-align:center;*/
	width:600px;
}

.category .catTitle{
	text-align:left;
	font-size:18px;
	color:#FFFFFF;
	height:30px;
	width:auto;
	background-image:url("images/titleBg.gif");
	background-repeat:repeat-x;
}

.category .sponsor{
	background:#BBBBBB;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
.category .cs2{
	background:#E0E0E0;
}
.category .cs1{
	background:#F0F0F0;
}

#footer{
	border-top:1px solid #000000;
	font-size:10px;
}

#footer .apLink{
	text-decoration:none;
	border-bottom:1px solid #000000;
	color:#660000;
}