body {
	background-color: #333333;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-image: url(/blue/images/main_bg.gif);
	background-repeat: repeat;
	background-position: bottom;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #884444;
	font-family: "Arial Rounded MT Bold", Arial, "Lucida Console", "Arial Black";
}

h1 {
	text-transform: capitalize;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: capitalize;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: normal;
}

blockquote {

}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #003399;
}

a:hover {
	text-decoration: none;
	color: #003399;
	background-color: #B0C2FC;
}
/* MAIN */
#main {
	margin-right:auto; /* must include this to make align="center"  work */
	margin-left:auto; /* must include this to make align="center"  work */
	border: 6px solid #003399;
	clear: both;
	width: 760px;
	background-color: #6699CC;
}
/* HEADER */
#header {
	background-image: url(/blue/images/blue_butterflies.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 760px;
	padding: 0px;
}

#header p {
	margin: 0;
	color: #003399;
	text-align: center;
	font-weight: bold;
}

#header h1 {
	color: #003399;
	font-size: 30px;
	padding-top: 130px;
	margin: 0px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 130px;
	white-space: normal;
	text-transform: capitalize;
}


/* PAGE */
#page {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
/* Content */

#content {
	float: right;
	width: 460px;
	text-align: left;
	margin-right: 10px;
}
.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #003366;
}

.byline {
	margin: 0;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#navigation {
	float: left;
	width: 240px;
	font-size: 12pt;
	text-align:left;
	font-family: "Arial Rounded MT Bold", Arial;
	margin-left: 10px;

}

#navigation p, ul, ol {
	line-height: 200%;	
}

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

#navigation li {
}

#navigation li ul {
	padding: 15px 0;
}

#navigation li li {
	padding-left: 20px;
	background: url(images/img02.gif) no-repeat 5px 50%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}

#navigation h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	border-top: 2px solid #003366;
	text-align: center;
	font-size: smaller;
	background-image: url(/blue/images/blue_bg.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	background-position: left center;
}
#spacer {
height : 40px ;
}
#spacer2 {
height : 40px ;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.explanation {
	font-size: small;
	font-style: italic;
	color: #FFFFFF;
}
