/* CSS Document */
body {
	background-color: #F5F0F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f5f0f1;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;

}

#wrap {
	width: 750px;
	margin: 0 auto;
	padding: 5px;
	background-color: #ffffff;
	border: 2px solid #c1c1c1;
	}
	
#top {
	width: 750px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 10px;
	}
#topad {
	width: 750px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	border-bottom: 1px solid #c1c1c1;
	}

#main {
	width: 750px;
	margin-top: 10px;
	}

#footer {
	width: 750px;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	}
	
#topleft {
	width: 250px;
	float: left;
	}
	
#topright {
	width: 490px;
	float: right;
	line-height: 63px;
	text-align: center;
	}
	
#mainleft {
	width: 200px;
	float: left;
	}
	
#mainright {
	width: 540px;
	float: right;
	}

#footer {
	width: 750px;
	margin: 0 auto;
	}
	
#clearfix {
	clear: both;
	}
	
#topnews {
	width: 190px;
	margin: 0 auto;
	border: 1px solid #8AB4D8;
	padding: 3px;
	background-color: #FFFFFF;
	background-image: url(/images/news_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
	
#topnews ul li {
	margin-left: -30px;
	list-style: none;
	}

#featured ul li {
	margin-left: -30px;
	list-style: none;
	}
	
.ie #featured ul li {
	margin-left: -25px;
	list-style: none;
	}
	
#featured {
	width: 190px;
	margin: 0 auto;
	border: 1px solid #C1D898;
	padding: 3px;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(/images/feat_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#cool ul li {
	margin-left: -30px;
	list-style: none;
	}
	
#cool {
	width: 190px;
	margin: 0 auto;
	border: 1px solid #F6D87C;
	padding: 3px;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(/images/cool_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

h4 {
	margin: 0px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #c1c1c1;
	padding-bottom: 4px;
	}

h3 {
	margin: 0px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	}

h5 {
	margin: 0px;
	color: #009900;
	font-size: 14px;
	font-weight: bold;
	}
	
h6 {
	margin: 0px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	}

h1 {
	margin: 0px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	}

a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

a.head:link {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.head:visited {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.head:hover {
	color: #0000CC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.head:active {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


a.title:link {
	color: #009900;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.title:visited {
	text-decoration: none;
	color: #009900;
	font-size: 14px;
	font-weight: bold;
}
a.title:hover {
	text-decoration: underline;
	color: #66CC00;
	font-size: 14px;
	font-weight: bold;
}
a.title:active {
	text-decoration: none;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

a.subtitle:link {
	color: #009900;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.subtitle:visited {
	text-decoration: none;
	color: #009900;
	font-size: 12px;
	font-weight: bold;
}
a.subtitle:hover {
	text-decoration: underline;
	color: #66CC00;
	font-weight: bold;
}
a.subtitle:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

a.sub:link {
	color: #0000CC;
	text-decoration: none;
	font-size: 11px;
	font-weight: 100;
}
a.sub:visited {
	text-decoration: none;
	color: #0000CC;
	font-size: 11px;
}
a.sub:hover {
	text-decoration: underline;
	color: #0066FF;
}
a.sub:active {
	text-decoration: none;
	color: #FF0000;
}

a.site:link {
	color: #0033CC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.site:visited {
	text-decoration: none;
	color: #0033CC;
	font-size: 12px;
	font-weight: bold;
}
a.site:hover {
	text-decoration: underline;
	color: #0066FF;
	font-weight: bold;
}
a.site:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}


.searchtext {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	color: #333333;
	padding: 3px;
	width: 275px;
	margin-left: 5px;
	text-align: left;
	}

.searchbutton {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 100px;
	margin-left: -1px;
	border: 1px solid #333333;
	background-image: url(/images/search_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F6D87C;
	color: #000000;
	border-left: 1px solid #c1c1c1;
	}
	
.ie .searchbutton {
	padding: 1px;
	}

.largetext {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}

.smalltext {
	font-size: 11px;
	color: #333333;
	}
