* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #ffffff;
	background: #666666 url(images/bg1.gif) repeat-x;
	background-attachment: fixed;
 }

h1{
	color: #99CC33;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 24px;
}
h2{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
        text-decoration: underline;
	font-weight: bold;
}
h3 {
	
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF6633;
	font-weight: bold;
	line-height: 1em;
}
h4 {
	
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #99CC33;
	font-weight: bold;
	line-height: 2em;


}
h5 {
	
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FF6633;
	font-weight: bold;
	text-decoration: underline;
}
h6 {
	
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF6633;
	font-weight: bold;
}
p, ul, ol {
	margin-bottom: 0px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}
img {
	border: none;
}

img.line {
	border: none;
	margin-left: 33px;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

#quote p{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.3em;
}

/* Menu */

#menu {
	width: 800px;
	height: 30px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: 0px solid #ffffff;
        background: #000000 url(images/tile_bac.gif) repeat-x;
}

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

#menu li {
	display: inline;
}

#menu a {
	font-family: Arial, "Times New Roman", Times, serif;
	display: block;
	float: left;
	height: 30px;
	padding-left: 11px;
	padding-right: 11px;
	border-left: 0px solid #FF6633;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

#menu a:hover {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #FF6633;
}

#menu .active a {
	display: block;
	float: left;
	width: 180px;
	height: 45px;
	padding: 2px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}


/* Page */

#container {
	width: 900px;
	margin: 0 auto;
	padding-left: 0px;
	border: 0px solid #000000;
	background: #000000;
}


/* Content */

#content {
	float: left;

	width: 450px;
	padding-top: 10px;
        margin-top: 80px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

#sidebartop	{					
        background-image: url(images/menutop6.gif);
	width: 194px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
#sidebarbg		{					
	background: #000000;
	width: 192px;
	border: 1px solid #99CC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #bababa;
}

#sidebartop h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	padding-top: 0px;
	color: #000000;
}

#compplan {
	
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.3em;
}

#compplan p {
	
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.3em;
	font-weight:bold;
}
#compplan h1 {
	
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000000;
	text-decoration: bold;
}

.benefits {
	color: #ffffff;
        margin-left: 20px;
}

.features {
	color: #99CC33;
        margin-left: 20px;
	line-height: 1em;

}


/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #666666;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
