body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#424242;
}
.alignleft{
	margin-right:10px;
	float:left;
}
.alignright{
	float:right;
	margin-left:10px;
}
h2{
	color:#45B5B7;
}
h3{
	color:#34294c;
}
a, a:hover,a:active{
	
	color:#440055;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul{
	padding:0px;
	margin-right:4px;
}
ul li{
	padding:0px;
	margin-right:2px;
	list-style:none;
	float:left;
}
.detail{
	color:#45B5B7;
}
.detail2{
	color:#440055;
}
#topNav{
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#440055;
	display:block;
}
#topNav ul{
	float:right;
	margin-top:2px;
	margin-bottom:2px;
}
#topNav ul li{
	margin-left:20px;
	
}
#topNav ul li a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#topNav ul li a:hover{
	color:#45B5B7;
	font-weight:bold;
	text-decoration:none;
}
.middleWrapper{
	position:relative;
	width:888px;
	left:50%;
	margin-left:-444px;
}
#content{
}
#colLeft{	
	float:left;
	width:386px;
	margin-right:10px;
}

#colRight{
	float:left;
	width:492px;	
}
.clean{
	display:block;
	clear:both;
}
.sideBarItem{
	margin-left:40px;
}
.sideBarItem ul{
	margin-left:20px;
}
.sideBarItem ul li{
	float:none;
}
/*
	Post Styles
*/
.post{
	width:100%;
	margin-bottom:40px;
}
.post img{
	border:solid;
	border-color:#45B5B7;
	border-width:5px;
}
.postTitle{
	color:#440055;
	font-size:20px;
	font-weight:bolder;
	line-height:30px;
	margin-bottom:20px;
}
.postTitle a:hover{
	color:#45B5B7;
}
.postDate{
	float:left;
	margin-top:4px;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
}
.month{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	background-color:#666666;
	padding:1px 5px 1px 5px;
	font-weight:bolder;
}
.day,.year{
	color:#999999;
	font-family:"Times New Roman", Times, serif;
}
.day{
	font-size:30px;
}
.year{
	font-size:14px;
}
.postExcerpt{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:17px;
}
.postContent{
	line-height:20px;
	font-size:11px;
}
.postMeta{
	width:100%;
	padding:0px;
	margin:0px;
}
/*
	Foot Styles
*/
#foot{
	width:100%;
	border-top:#440055 solid;
	font-size:13px;
	margin-bottom:10px;
	
}
#foot .footRow{
	text-align:left;
}
#foot a{
	color:#999999;
}
#foot .footTitle{
	font-weight:bolder;
	color:#440055;
}
#foot ul{
	margin:5px 0px 5px 0px;
	padding:0px;
	float:left;
}
#foot ul li{
	margin-left:0px;
	margin-right:2px;
	display:block;
}
#foot .footRowSeparator{
	border-top:#9A9A9A dashed thin;
}
#legals{
	width:100%;
	background-color:#666;
	color:#FFF;
}
#legals a,legals a:hover,legals a:active{
	color:#45B5B7;
}
