/* LAYOUT */



body	{
	margin: 5%;
	min-width: 450px;
	background-color: #C0C0C0;
	}


#top	{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	}


#head	{
	position: relative;
	height: 100px;
	width: 100%;
	}


#head-left	{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 30px;
	margin: 0;
	background-color: #FFF;
	}


#head-right	{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 30px;
	background-color: #FFF;
	}


#middle	{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 450px;
	background-color: #FFF;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	}


#middle-main	{
	position: relative;
	margin: 0;
	padding: 20px 0 20px 30px;
	background-color: #FFF;
	}



#bottom	{
	float: left;
	width: 100%;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	background-color: #FFF;
	} 


#foot-left	{
	float: left;
	width: 38%;
	margin: 0;
	background-color: #FFF;
	}


#foot-middle	{
	float: left;
	width: 18%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	}


#foot-right	{
	float: left;
	width: 18%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	}


#breadcrumb
	{ margin-bottom: 5px; }





/* FORMATTING */



/* Paragraphs and Main Text */


p, blockquote, h2, h3, h4, h5, h6, a, ul, li, .rssThumbLabel, .rssThumb, .rssThumbFloat, .rssThumbFloat.cap
	{ font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Lucida, Tahoma, Verdana, Helvetica, Arial, sans-serif; }


p, blockquote, ul, li, .rssThumbLabel, .rssThumb, .rssThumbFloat, .rssThumbFloat.cap {
	color: #000;
	font-size: 11px;
	line-height: 1.5;
	}


.rssThumbLabel	{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: left;
	text-decoration: none;
	}


/* Heads */


h1, h1 a, h1 a:hover	{
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-size: 42px;
	font-weight: normal;
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 0 0 0;
	text-align: left;
	text-decoration: none;
	}


h1 a	{ 	color: #000; }


h1 a:hover	{ color: #61DAF2; }


h2	{
	color: #000;
	clear: both;
    font-weight: normal;
	font-size: 20px;
	margin-bottom: 0;
	}


h2 a	{
	color: #000;
	text-decoration: none;
	}


h2 a:hover	{
	background: #F68364;
	color: #99DBFB;
	text-decoration: none;
	}


p+h2, li+h2, h4+h2, hr.a+h2


h2.front	{
	font-size: 14px;
	font-weightt: normal;
	}


h3	{
	color: #666;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -.03em;
	}


h4	{
	color: #F68364;
	font-size: 11px;
	font-weight: normal;
	}


p+h4, ul+h4, li+h4

	{ padding-top: 35px; }


h4.breadcrumb	{
	color: #000;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.75;
	text-transform: none;
	}


h5	{
	border-bottom: 1px solid #FFF;
	color: #555;
	font-size: 0.6em;
	font-weight: normal;
	padding-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	}


/* Links */


a	{
	color: #E617E1;
	text-decoration: none;
	}


a:hover
	{ color: #33DDFF; }


#middle-main p a	{
	color: #000;
	text-decoration: none;
	}

#middle-main img a,	{
	border: 0;
	text-decoration: none;
	}


#middle-main a:hover	{
	}



/* cbs_category_list */

.cbs_category_list_label {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

.cbs_category_list ul,
.cbs_category_list li	{
	color: #000;
	list-style-type: none;
	margin-left: 0;
	padding-left: .1em;
	text-indent: -.1em;
	text-decoration: none;
	}

.cbs_category_list_active {
	border: 0;
	font-weight: bold;
	text-decoration: none;
	}



/* Lists */


ul,
li	{ 
	margin-left: 0;
	padding-left: .1em;
	text-indent: -.1em;
	}
	

#head-left ul	{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}


#head-left ul li	{
	color: #E3007B;
	font-size: 18px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 0 0;
	list-style: none;
	display: inline;
	}
	

li+li
	{ padding-top: 10px; }


/* Images */



.rssThumbFloat {
  float: left;
  width: 130px;


  margin: 0 15px 30px 0;
  padding: 2px 5px 2px 2px;
  border: 1px solid #CCC;
  font-size: 11px;
  text-align: center;
  }


.rssThumbs {
  }


/* Miscellaneous */


hr,
hr.a	{
	border: 0;
	border-top: 0;
	border-bottom: 1px solid #ECECEC;
	height: 1px;
	overflow: none;
	}


.section_current	{
	color: #000;
	font-weight: bold;
	}


#bullet



/* Footer */


#foot p,
#foot ul,
#foot li,
#foot h1,
#foot h2,
#foot h3,
#foot h4,

#foot h5,

#foot h6	{ color: #CCC; }
 