* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF url(images/bg.gif) repeat left top;
}

h1, h2, h3 {
	color: #608B9F;
}

h2 {
	font-size: 16pt;
}

h3 {
}

p, blockquote, ul, ol {
}

p {
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #EEEEEE;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #0072BC;
	outline: none;
}

a:hover {
	color: #59C700;
}

img {
	border: none;
}

table { 
}

table.text  {
    width: 100%;
   }
   table.text td {
    width: 50%;
    vertical-align: bottom;
   }
   td.rightcol { 
    text-align: right;
}

.hr1 {
	clear: both;
	margin: 5px 0px 10px 0px;
	border: 1px dashed #608B9F;
}

.hr1 hr {
	display: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	margin: 0 0 0 10px;
	height: 16px;
	padding: 5px 0 10px 10px;
	background: #8CBEF5 repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 14pt;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 0 10px;
	padding: 15px 0;
	font-size: 9pt;
	background: #DCEBFC;
	border: 1px solid #4F9CEF;
}

.boxed  p {
	padding: 8px 10px 0px 10px;
}

/* Post */

.post {
	padding: 10px 10px;
	background: #eaf6ce url(images/bg1.gif) repeat left bottom;
}

.post .title {
	margin-bottom: 0px;
	padding: 13px 0 15px 0;
}

.post .story p {
}

.post .story {
	clear: both;
	padding: 8px 0;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 0.5em;
	line-height: 150%;
}

/* Header */

#header {
	width: 1000px;
	height: 260px;
	margin: 0 auto;
	border-top: 1px solid #339900;
	border-left: 1px solid #339900;
	border-right: 1px solid #339900;
}

/* Logo */

#logo {
	float: left;
	width: 390px;
	height: 260px;
	background: url(images/header1.jpg) no-repeat;
}

#logo h1 {
	padding: 10px 0 0 190px;
	font-size: 14pt;
	color: #FFFFFF;
}

#logo h2 {
	padding: 5px 0 0 190px;
	font-size: 11pt;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo a:hover {
	text-decoration: none;
	color: #59C700;
}


#logo img {
	margin: 0 0 0 62px;
}

/* Splash */

#splash {
	float: right;
	width: 610px;
	height: 260px;
	background: url(images/header2.jpg) no-repeat;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #339900;
	border-right: 1px solid #339900;
	background: #eaf6ce url(images/bg1.gif) repeat-x left top;
}

/* Content > Main */

#main {
	float: right;
	width: 800px;
	background: #eaf6ce url(images/bg1.gif) repeat-x left top;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Column 1 */

#col-1 {
	float: left;
	width: 256px;
	margin: 0;
	padding: 0;
	background: url() no-repeat;
}

#col-1 .image {
}

/* Column 2 */

#col-2 {
	float: left;
	width: 495px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url() no-repeat;
}

#col-2 .image {
}


/* Column 3 */

#col-3 {
	float: left;	
	width: 256px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url() no-repeat;
}

/* Content > Main  */

#plan {
	float: right;
	width: 440px;
	height: 540px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 1px solid #339900;
	background: url(images/bg-plan.gif);
}

#photo img {
	margin: 5px 0px 5px 10px;
	border: #339900 1px solid;
}

#left {
	float: left;
	padding: 8px 0 8px 0;
}

#right {
	float: right;
	padding: 8px 0 8px 0;
}

.box {
	padding: 8px 0 8px 0;
	background: url(images/img01.gif) repeat-x left bottom;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
	background: #eaf6ce url(images/bg1.gif) repeat-x left top;
}

#sidebar a {
}

/* Content > Sidebar > Menu */

#menu {
	padding: 15px 0px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 18px 0px 18px 60px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #C19117;
}

#menu a:hover {
	background: #DCF1AD;
	color: #59C700;
}

#menu .active a {
	color: #000000;
	background: url(images/00.gif) repeat-x;
}

#menu .first a {
	border: none;
}

#menu .button1 a {
	background: url(images/01.gif) repeat-x;
}

#menu .button2 a {
	background: url(images/02.gif) repeat-x;
}

#menu .button3 a {
	background: url(images/03.gif) repeat-x;
}

#menu .button4 a {
	background: url(images/04.gif) repeat-x;
}

#menu .button5 a {
	background: url(images/05.gif) repeat-x;
}

#menu .button6 a {
	background: url(images/06.gif) repeat-x;
}

#menu .button7 a {
	background: url(images/07.gif) repeat-x;
}

#menu .button8 a {
	background: url(images/08.gif) repeat-x;
}

#menu .button9 a {
	background: url(images/09.gif) repeat-x;
}

#extra {
}

/* Footer */

#footer {
	clear: both;
	width: 1000px;
	height: 125px;
	margin: 0 auto;
	padding: 3px 0;
	background: #eaf6ce url(images/bg-footer.jpg) repeat-x left bottom;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 7pt;
	color: #FFFFFF;
}

#footer a {
	color: #86D613;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}