/**********************************************************************************/
body {
	background: url(img%20index/bground2.jpg);
	background-position:top;
	background-repeat:repeat;
	font: 12px "Candara";
	color: #464646;
	
}


/********************************************************************************/

#content {
	width: 420px;
	text-align: justify;
	float: left;
	margin: 5px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background:#FFFFFF;
	
}
#sidebar {
	width: 300px;
}

#logo {
	padding:0px;
	border: 0px;
	background: none;
}
#index  {
	background:url(img%20index/bground.jpg);
	background-position: top;
	background-repeat:no-repeat;
}


/**********************************************************************************/
/*Typography*/
h1,
h2,
h3{	font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }

h1 {
	text-indent: 0px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	}
h2 { margin-top: 5px; margin-bottom: 0; font-size: 16px; }
h2 a { color: #4b0a58; }
h3 { font-size: 13px; color: #color:#678d0b;; }

p {	line-height: 125%;	margin: 1.2em 0; 
	size: 12px;}

ol, ul {
	line-height: 125%;
	size: 12px;
	margin: 0 0 0 0;
	}
ul li,
ol li{ margin: 1.2em 0 0 0; }

img, a img{ border:0px;}

a:link{
	color: #464646;
	font-weight:bold;
	text-decoration: none;
	
	}
a:visited{
	color: #464646;
	font-weight:bold;
	text-decoration: none;
	
	}
a:hover {
	color: #000000;
	text-decoration: none;
	
	}
hr {
	font-weight: lighter;
	#color: #4b5808;;
}


blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}


code{font-family: monospace;  font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.3em;}


del, del * { text-decoration: line-through; }

.small {
	font-size: 0.9em;
	color: #4c2574;
	}

/*********sidebars***************/
.sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #250549;
	background: #fff;
	font-size: 1.1em;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.sidebar ul ul {
	margin: 2%;
	border-top: 1px solid #3c666b;
	}
.sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #3c666b;
	}
.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	} 
.sidebar ul ul li a:hover {
	color: #3c666b;
	text-decoration: none;
	background:#4b0a58;
	color:#fff;	

	}

/*********content***************/
.content h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #3b3a76;
	background: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
	}
.content p {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #3b3a76;
	background: #fff;
	font-size: 1.1em;
		}
.content h1 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #3b3a76;
	background: #fff;
	font-size: 1.3em;
	}

.content ul {
	margin: 2.2em;
	padding: 0;
	list-style-type: none;
	
	}

.content ul li {
	padding: 0;
	margin: 1.0em;
	list-style-type: square;
	}
.content  a {
	color: #5e5ca2;
	font-weight: bold;
	text-transform: uppercase;	
	} 
.content ul ul li a:hover {
	background-color: #d3bad9;
	}
	
/*********footer***************/
.footer p {
	display: inline;
	
	padding: 5px;
	color: #727272;
	
	font-size: .9em;
	
	}
	
.footer a {
	color: #617517;
	
	font-size: .9em;
	
	}
.footer a:hover {
	color: #4b5808;
	
	font-size: .9em;
	
	}