body {
	margin: 0px 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	/*color: #749A75;*/
}

h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #7A0026;
}

h2 {
}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
	text-align: left;
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #235324;
	/*font-size: 1em;*/
	color: #235324;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	border-bottom: 2px solid #EEEEEE;
	font-size: 2em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
/*	padding: 20px;*/
	border-top: 1px solid #EEEEEE;

}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #D2C7AC;/*  #FFFFFF */
	border: 2px solid #D2C7AC /*#80755E; #557556*/
}

/* Logo */

#logo {
	height: 181px;
	background: url(images/headpic.jpg);
}

#logo h1 {
	padding: 135px 0 0 380px;
	letter-spacing: -1px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

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

/* Content */

#content {
	padding: 20px 0px 0 0px;
	clear: both;
	border-top: 1px solid #EEEEEE;
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#description 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:180%;
font-weight:none;
text-align: center;
padding-bottom: 0px;
padding-top: 15px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: #000000;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Content > Menu */

#menu ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-align: center;
padding-bottom: 0px;
padding-top: 15px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: #0000CC;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */

}

#menu ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 1px;
/* matches link padding except for left and right */
padding-top: 1px;
border-right: 0px solid blue;
}

#menu ul li a
{
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
padding-top: 0px;
color: #000099;
text-decoration: none;

}



#menu a:hover {
	border-bottom-color: #0;
color: #000000;

}

#menu .active a {
	border-bottom-color: #CC;
color: #8083FC;
}

#menu .first a {
}
/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

