
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
	background-image:url(images/background_logo.gif);
	background-attachment:fixed;
	background-position:bottom center;
	background-repeat:no-repeat;
	
}

form {
	margin: 0;
	padding: 0;
}



#tabs {

	width:100%;
	 /* background-color: #ECD9EC;
	  font-size:93%; */
	
	 
	
	
	}

#tabs ul {
	margin:0px;
	padding:10px 10px 0 50px; 
	list-style:none;
	float:right;
	width:100%;
	background-color: #ECD9EC;
	font-size:93%; 
	border-bottom:1px solid #666;
	padding-left:420px;

	}

#tabs li {
	margin:0px;
	padding:0px;
	float:left;
	

	}

#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:purple;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover{
	background-position:0% -42px;
	}

#tabs a:hover span{
	background-position:100% -42px;
	}
	
	
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 3em;
	color:purple;
}






h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}
h4 {
	font-size: 24px;
	font-weight:bold;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: auto;
	height: 20px;
	margin: 0 0; 
	padding: 0px 0;
	background: url(images/top_bar.gif) repeat-x top left;
}

#menu ul {
	height: 20px;
	margin: 0 80px;
	padding: 0;
	background: url(images/top_bar.gif) repeat-x;
	list-style: none;
	font-weight:bold;
}

#menu li {
	float: left;
	height: 20px;
	background: url(images/seperater_bar.gif) no-repeat left top;

}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #000000;
}

#menu a:hover {
	/*background: url(images/top_bar_link.gif) repeat-x;*/
	color: #FFFFFF;
	height: 20px;

}

#menu .current_page_item a {
	height: 20px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 860px;
	height: 200px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 860px;
	height: 91px;
	margin: 0 auto;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
	padding-top:10px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}


#logo h1 {
	float: left;
	padding-top: 0px;
	letter-spacing: 0px;

	font-size: 3em;
	color:purple;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;

}

#logo h2 {
	float: left;
	text-align: center;
	width:500px;
	margin-left:168px;
	clear: left;
	margin-top: -50px;
	padding-left:0px;
	font-weight: bold;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding-top:30px;
}

/* Content */

#content1 {
	float: right;
	width: 500px;
	margin-right:5px;
	overflow:visible;
	height:100%;	
}

#content {
	float: right;
	width: 660px;
	overflow:visible;
	height:100%;	
}

.post {
	padding-bottom: 0px;
}

.post .title {
	margin: 0;
	padding: -10px 20px;
	letter-spacing: 0px;
	border-bottom: 1px dashed purple;
	font-size: 30px;
	font-family:"Times New Roman", Times, serif;
	color:purple;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: -10px 20px;
	margin-top:-10px;
	color:#000000;
	text-align:left;
	
}

.post .meta {
	height: 26px;
	background: #F3E9F3;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: capitalize;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
font-size:12px;
font-weight:bold;
color:purple;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	padding-top:50px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	

}

#sidebar li {
	margin-bottom: 10px;
	text-align:right;
	border-bottom: 1px #B9B9B9;
	background-color: #ECD9EC;
	border-bottom-style: dotted;
	padding-top:03px;
		
}

#sidebar li ul {
	padding: 20px;
		
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#sidebar a {
color:#663366;
font-weight:bold;

}

/* Footer */

#footer {
	clear: both;
	width: 860px;
	height: 50px;
	margin: 0 auto;
	padding: 05px 0;
	border-top: 2px solid #3F3F3F;
	font-size: small;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}



#side_menu {
	width: 170px;
	padding-top: 32px;
	
	
	}
#side_menu li {
	
	margin:5px 0;
	
 
}


	
#side_menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	text-align:left;	
	}	
	
#side_menu li a:link, #side_menu li a:visited {
	color:purple; /* #FF3366; */
	display: block;
	 background:url(images/side_menu.gif) no-repeat; 
	
	 border-left:solid 4px purple; /* #FF99CC; */
	padding: 8px 0 0 10px;
	font-weight:bold;
	}
	
#side_menu li a:hover {
	color: #CC0033; /* purple; /* #9900FF;#BC5FF3; #FF33CC;  #474739; */
	background:url(images/side_menu_hover.gif) 0px 0px;
	/* background:  url(menu.gif) 0 -32px; */
	padding: 8px 0px 0px 10px;
	
	border-left:solid 4px #CC0033;

	
	 
	}

#side_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#side_menu img {
	border: none;
}


#right_menu {
	width: 160px;
	padding: 0px;
	
	float:right;	
	}

#right_menu ul {
	
	list-style: none;
	margin:0px;
	margin-top:-20px;
	padding-left:0px;
	border-right: dashed purple 1px;
	border-bottom: dashed purple 1px;
	padding-right:5px;
	padding-bottom:5px;
	}

#right_menu li {
	padding:12px 0px 0 0;
	text-align:right;
	font-size:12px;

	
}
#right_menu li a:link, #right_menu li a:visited {
	color: purple; 
	display: block;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	text-decoration: none;
	line-height:1.2em; 
	}
	
#right_menu li a:hover{
	color:#CC0033; 
	padding: 0px 0px 0px 0px;	
	}

#right_menu img {
	border: none;
}

#right_menu h5 {
	font-size: 13pt;
    border-left: dashed	purple 1px;
	border-bottom: dashed purple 1px;
	
	margin-top:36px;
	text-align:left;
	background-color:#F3E9F3;
    padding-left:5px;
	color:purple;

}

a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }