/* Design by Loren Goldenberg-Kosbab */
/*    http://www.ipyramidia.com      */
/*       All Rights Reserved         */
/*         Copyright 2007            */
/*************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #8ac442;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
}

h2 {
}

h3 { font-style: italic;
font-weight: bold;
font-size: 15pt;
}


p, blockquote, ul, ol {font-size: 13px;
}

a {
	color: #0198CB;
	font-weight: bold;
}

a:hover {
	text-decoration: none; color: #8ac442;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	float: 0 0 0 15px;
}

/* Header */

#header {
	width: 770px;
	height: 254px;
	margin: 0 auto;
	padding: 0;
	background: url('images/header.jpg');
}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
}

#header h1 {
	padding: 14px 0 0 10px;
	letter-spacing: 4px;
	font-size: 30px;
}

#header h2 {
	padding: 10px 0 0 10px;
	letter-spacing: 3px;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #90210A;
}

#page {
	width: 770px;
	margin: 0 auto;
	background: url('images/img2.gif') repeat-y;
}

/* Content */

#content {
	float: right;
	width: 550px;
	padding: 20px;
	text-align: normal;
	background: url('images/img5.gif') no-repeat;
}

#content .post {font-size: 13px; color: #007BA7;
margin-right:5px;
margin-left:15px;
}

#content .post h2 {
    margin-top: 20px;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #0199cb;
}

#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#content .post h4{ text-transform: sentance;
font-weight: bold;
font-size: 12pt;
color: #0199cb;
}

#content .post p {
	margin-bottom: 1em;
	line-height: 1.5em;
 font-size: 10pt;

}

#content .middle p { 
margin-left: 40px;
margin-right: 70px;
color: #0198cb; 

}

#content .post a {
	color: #FF0064;
	font-weight: bold;
}

#content .post a:hover {
	text-decoration: none; color: #8ac442;
}

#content .post blockquote #content .post ul, #content .post li {
	margin-left: 3em; 
	line-height:24px;
}

#content .post li {list-style-type: circle;}


/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding: 15px;
	background: url('images/sidebar2.gif') no-repeat;
	
}



.boxed {
}

.boxed h3 {
	margin: 0;
	padding-left: 0px;
	font-size: 92%;
	color: #0199cb;
	text-align: center
}

.boxed .list {
	background: url('images/img7.gif') repeat-x;
	list-style-type:none
}

.boxed .list li {
	background: url('images/img7.gif') repeat-x left bottom; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:15px
}

.boxed .list h3 {
	font-size: 77%;
}

/* Menu */

#menu {
}

#menu ul {
	background: url('images/img7.gif') repeat-x; list-style-type:none; 
}

#menu li {
	background: url('images/img7.gif') repeat-x left bottom;; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px; bold;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}



/* Footer */

#footer {
    float:left;
	width: 770px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 77%;
	background: #0198CB;
	
	
}

#footer p {
	margin-bottom: 10px;
	margin-top:10px;
	line-height: normal;
	text-align: center;
	color: #cce8fe;
}

#footer a {
	color: #fff;
	font-weight: bold;

}

#footer a:hover {
	text-decoration: none; color: #FF0064;
}