/* -------------------- Body -------------------- */
body {
  text-align: center;
  background: #cccccc; 
}

/* -------------------- Spacing Around Body -------------------- */
#body-border {
	width: 744px; 
	margin: 20px auto 20px auto;
	background: #ffffff;
}

/* -------------------- Header --------------------*/
#header {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 744px;
	height: 173px;
	background-image: url('images/header.jpg');
}
/*-------------------- Head Menu --------------------*/
#head-menu {
   	height: 30px;
   	text-align: left;  
   	padding-top: 100px;  
	padding-right: 0px;
	padding-left: 0px;
	padding-left: 100px; 
	margin: 8px; 
	font: Times New Roman;
	color:#ffffff;
	font-size: 12px;
}
#head-menu ul{
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #F2EEEC;
}
#head-menu ul li {
	display: inline;
}
#head-menu ul li a {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	font: Times New Roman;
	color:#ffffff;
	font-size: 12px;
}
#head-menu ul li a:hover {
	background: #ffffff;
	font: Times New Roman;
	color:#000000;
	font-size: 12px;
}
#head-menu #active {
	border: 1px solid #ffffff; 
}

/* -------------------- SideBar -------------------- */

#sidebar { 
	width: 145px; 
	height: 486px;
	float:left;
	font-size: 18px;
	color:#000000;
	font-weight: normal;
	text-align:left;
	background-color: #ea77b0;
	background-image: url('images/menu-fade.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 0px;
	margin-right: 0px;
}

#sidebar a {
text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: 000000;
}

#sidebar a:hover {
text-align: left;
font: Arial, Helvetica, sans-serif;
font-size: 15px;
color: FFFFFF;


}

/* -------------------- Content -------------------- */
#content {
	width: 550px; 
	text-align: justify;
	margin-right: 14px;
	margin-left: auto;

}

/* ------------------- Footer -------------------- */
#footer {
	margin-left: 145px; 
	background: #ea77b0;
	font: Times New Roman;
	font-size: 12px;
	color: 000000;
}

/* -------------------- Default Properties ------------------*/
a {}
a:visited {}
a:hover {}
a img {}
.meta { } 
.meta a {}
img { }


a{text-decoration: none;}
a img { border: none; }

/* -------------------- Font Styles -------------------- */

h1 {
	text-align: center;
	font: Times New Roman;
	font-size: 14px;

}

h3 a {color: #17397A; }
h3 a:hover {color: #17397A;}
h3 a:visited {color: #17397A;}

h2 {	color: #17397A;
	font-size: 24px;
	font-weight: normal;}
h2 {
  letter-spacing: 0.2em; margin: 0 20px 20px 0; padding: 20px 0 0 0; }
h2#tagline {margin-right: 25px; padding:0;text-align: right;color: #F2EEEC;border: 0px none;; margin-left:0; margin-top:0; margin-bottom:0}


h3 {font: 24px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; margin-left: 0; margin-top: 30px;color: #17397A;  
}

h4 {
	font-size: 16px;
	font-weight: normal;
}

p {
	font:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:12px;
	font-color: #000000;
	text-align:justify;
	}
/* ------------------------- Classes used by the_meta() ---------------------*/
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {text-align: right;clear: both;margin-right: 30px; font-size: 90%}
.meta {font-size: .95em;}
.meta li, ul.post-meta li {display: inline;}
.meta ul {display: inline;list-style: none;margin: 0;padding: 0;}
.meta, .meta a { font-weight: normal; letter-spacing: 0;}