body {
	margin: 1em;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	/*font-weight: bold;*/
}

a{
	color:#0000FF;
	text-decoration:none;
	line-height:16px;
	font-size:11px;
}


a:hover{
	text-decoration:underline;
	color: #008800;
	
}

a.menutext{
	color:#990000;
	text-decoration:none;	
	line-height:20px;
	font-size:12px;
	text-indent:5px;
	font-weight: bold;
}


a.menutext:hover{
	text-decoration:underline;
	color: #FF0000;
	font-weight: bold;
	
}

a.menutext:hover{
	text-decoration:underline;
	color: #FF0000;
	font-weight: bold;
	
}

a.top10text{
	color:#990000;
	text-decoration:none;	
	line-height:18px;
	font-size:12px;
	text-indent:5px;
}


a.top10text:hover{
	text-decoration:underline;
	color: #FF0000;
	
}

ul { 
        margin: 2px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: cycle;
	text-indent:1px;
	line-height:18px;
	font-size:12px;
	color: #0000FF;
} 

/* Wrapper */

.wrapper {
	width: 960px;
	margin: 0 auto;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


.header {
	height: 90px;	
	background-repeat: no-repeat;
}



/* Content */

.content {
	width: 960px;
	margin-bottom: 10px;
}

.menu {
	width: 160px;
	float: left;
	margin-top: 1px;
	position: relative;
	
}



/* Posts */

.posts {
	float:left;
	margin-top: 1px;
	width: 628px;
	background-position: top;
	position: relative;
	top: 1px;
	background-color: #FFFFFF;
	padding: 1px;
}

/* Post */
.detail{
	border: 1px solid #53C2F9;
	margin-bottom: 10px;
	background-color: #0099FF;
	
 }
 
 .top5{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #53C2F9;
	border-right-color: #53C2F9;
	border-bottom-color: #53C2F9;
	border-left-color: #53C2F9;
	background-color: #0099FF;
	margin-bottom: 10px;
	
 }


.post {
	position: relative;
	background-color: #0099FF;
	background-repeat: no-repeat;
	width: 626px;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #0099FF;
	margin-top: 0px;
	
}



/* Boxed */

.boxed {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0099FF;
	background-color: #FFCC33;
	margin-top: 2px;
}

.bookmark {
	
	
	border-top-color: #0099FF;
	background-color: #0099FF;
	
}

.links {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
	text-indent:1px;
	line-height:18px;
	font-size:12px;
	color: #0000FF;
	
}





/* RoundBoxed */

.round-boxed {
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;	
	position: relative;
	float: none;
	margin-top:10px;
	
}

.roundboxedheading {
	height: 12px;
	margin-bottom: 1px;
	font-size: 1.0em;
	color: #FFFFFF;
	background-color: #9933CC;
	background-repeat: no-repeat;
	top: 0px;
	background-image: none;
	background:transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight: bold;
}




/* Footer */

.footer {
	clear: both;
	border-top: 1px solid #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}









