 {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #ffffff;
	font: solid 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #000000;


}

h1, h2, h3 {
	color: #4F789F;
}

h1 {
	font-size: 1.5em;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}


headertext {
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #d9d9d9;
	text-transform: uppercase;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;

}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

	


#noprint
{
display: none;
}


#header
{
display: none;
}


/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;

}

#content {
	float: right;
	width: 547px;
	padding-right: 1px;
}

#sidebar {

display: none;
}

/* Menu */



#menu {

display: none;

}



#updates {
display: none;
}

/* Footer */

#footer {
	width: 720px;
	height: 25px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #ffffff;
	font-size: 0.80em;
	color: #000000;
}

#legal {
	float: left;
}

#links {
	float: right;
}