body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #404040 url(images/bgnastia.gif) repeat;
	font-size: 13px;
	text-align: justify;
	color: #000000;
}

body, th, td, input, textarea, select, option, p {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-family: Arial;
	font-weight: normal;
	color: #c02571;
}

h1 {
	letter-spacing: -2px;
	font-size: 20px;
}

h2 {
	letter-spacing: -1px;
	font-size: 15px;
}

h3 {
	font-size: 15px;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFFFFF;
        text-decoration: none;
}

a:hover {
	color: #c02571;
        cursor: ne-resize;
        
}

hr {
	display: none;
}

/* Header */

#header {
	width: 760px;
	background: #cd3a81 url(images/eipheader.jpg) no-repeat left top;
	border: 5px solid #FFFFFF;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 137px 0 0 200;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 490px;
	margin: 0;
	background: #e28db7;
	border: 5px solid #FFFFFF;
}

.post {
	background: url(images/hearticon.gif) no-repeat left top;
	padding: 5px 0 0 0;
}

.title {
	padding: 0 20px 0 60px;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
}

.byline {
	margin: -30px 20px 0 60px;
	color: #f5cfe1;
        font-size:10px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0 20px 0 20px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	border: 5px solid #FFFFFF;
	background: #e28db7;
	margin-bottom: 10px;
	color: #000000;
}

#sidebar ul {
	margin: 0 0 0 10px;
	padding: 20px 0 20px 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 21px 16px 0px;
}

#sidebar li li {
	border-bottom: 1px dashed #bf2470;
	padding: 0 0 5px 5px;
}

#sidebar h2 {
	margin: 0;
	height: 40px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 18px;
}

#sidebar a { text-decoration:none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 50px;
	margin: 10px auto 0 auto;
	border: 5px solid #FFFFFF;
	text-align: center;
	font-size: smaller;
	background: #e28db7;
	font-family: Lucida Sans Unicode;
	color: #bf2470;
}

#footer p {
	padding: 10px 0 20px 0;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

