/* LightNEasy - An open source xhtml/css website template by Fernbap - http://fernbap.com.
Free to use in any way and for any purpose as long as the proper credits are given to the original designer.

Version: 1.0, June 12, 2008 */
/* standard elements */
html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #60c020;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #00a000;
	text-decoration: none;
}

p {
	margin-bottom: 6px;
}

blockquote {
	text-align: justify;
	font-style: italic;
	padding: 6px 20px 6px 30px;
	background: url(images/quote.jpg) left top no-repeat;
}

.left {
	float: left;
	margin: 2px 8px 0px 0px;
	border: 1px solid #A8CE32;
}

.right {
	float: right; 
	margin: 2px 0px 0px 8px;
	border: 1px solid #A8CE32;
}

.center {
	display: block;
	text-align: center;
	margin: 2px auto 2px;
	border: 1px solid #A8CE32;
}

body {
	font: 14px Verdana,Tahoma,Arial,sans-serif;
	color: #002000;
	background: #DCDCDC;
	margin: 0;
	padding: 0;
}

#hdr {
	margin-top: 20px;
	padding: 0 40px 0px 40px;
	background: #DCDCDC url(images/top.png) right bottom no-repeat;
	height: 194px;
}

#wrppr {
	width: 964px;
	margin: 0 auto 0 auto;
	background: url(images/bg.png) right repeat-y;
	padding: 0px;
	position: fixed;
}

#toplinks {
	text-align: right;
	font-weight: 400;
	font-size: .8em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#toplinks a {
	color: #d37103;
	text-decoration: none;
	font-weight: 600;
}

#title {
	margin: 74px 0px 0 270px;
}

#title h1, #title h1 a {
/*	color: #D0FFD0; */
	color: #fff;
	text-decoration: none;
	letter-spacing: .16em;
	font-size: 1.7em;
/*	display: inline; */
}

#title h2 {
	color: #FFFFc0;
	letter-spacing: .1em;
	margin: 6px 0 0 6px;
}

#menu {
	background: #000000;
	height: 38px;
	margin-left: 9px;
	margin-right: 7px;
	border-bottom: 3px solid #B4B300;
}

#menu ul {
	padding-top: 10px;
	padding-left: 20px;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu li a {
	padding: 6px 14px 7px 14px;
	line-height: 26px;
	height: 30px;
	text-decoration: none;
	color: #FDFFE1;
	background: #606060;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
}

#menu li a:hover, #menu li a.selected {
	line-height: 26px;
	padding-top: 8px;
	background: #FDFFE1;
	color: #003000;
	border-top: 3px solid #B4B300;
	border-right: 3px solid #B4B300;
	border-left: 3px solid #B4B300;
	border-bottom: 3px solid #FDFFE1;
}

#content {
	padding: 20px 30px 30px 30px;
	color: #003000;
}

#content h2, #content h3 {
	color: #805000;
	margin: 6px 0 8px;
	border-bottom: 2px solid #B4B300;
}

#main {
	width: 644px;
	float: left;
	margin-bottom: 10px;
}

#main fieldset {
	border: 2px solid #B4B300;
	background: #fffff0;
	margin: 16px auto 16px;
	padding: 14px;
	width: 370px;
}

#main textarea, #main input {
	overflow: auto;
	width: 200px;
	margin: 2px;
}

div.row {
	width: 360px;
}

div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}

div.row span.forminput {
	width: 180px;
	text-align: right;
}

.submit {
	font-family: verdana, arial, sans-serif;
	font-size: 100%; 
	border: 1px solid;
	width: 70px;
	height: 22px;
	cursor: pointer;
}

.column {
	float: left;
	width: 300px;
	background: #fffff0;
	margin: 0 5px 10px 5px;
	border-right: 2px solid #B4B300;
	border-left: 2px solid #B4B300;
	border-bottom: 2px solid #B4B300;
	padding-bottom: 10px;
}

#main .column h3 {
	background: #805000;
	text-align: center;
	color: #fff;
	margin-top: 0;
	padding: 4px 0 4px 0;
}

.column p, .column h4 {
	padding: 8px;
}

#main ul {
	margin-left: 26px;
	margin-bottom: 8px;
}

table {
	border-collapse: collapse;
	margin: 10px auto 15px auto;
	border: 2px solid #B4B300;
}

th {
	background: #805000;
	height: 25px; 
	padding: 0 10px;
	color: #ffffff; 
	text-align: left;
}

td {
	padding: 0 10px; 
	height: 25px;
}

tr.odd {
	background: #fffff0;
}

tr.even {
	background: #f0f0f0;
}

#right {
	padding: 0px 0 20px;
	width: 242px;
	float: right;
	background: #fffff0;
	border: 2px solid #B4B300;
/*	border: 2px solid #A8CE32; */
}

#right h2 {
	padding: 12px 0 8px 10px;
}

#right h3 {
	margin-top: 6px;
}

#right ul {
/*	border-top: 1px solid; */
	margin: 4px 0 6px;
}

#right li {
	list-style: none;
	display: block;
	padding: 4px 0 2px;
	border-bottom: 1px solid;
}

#right li a {
	color: #805000;
	background: url(images/seta1.png) left no-repeat;
	padding-left: 10px;
}

#right li a:hover, #right li a.selected {
	background: url(images/seta.png) left no-repeat;
	padding-left: 15px;
	color: #d37103;
}

.rightitem {
	padding: 0 6px 0 10px;
	margin-bottom: 8px;
}

#postit {
	width: 216px;
	height: 216px;
	float: right;
	margin-top: 26px;
	padding: 40px 12px 12px 16px;
	background: url(images/postit.png) no-repeat;
	color: #fff;
}

#postit h3 {
	color: #000;
	border: none;
}

#footer {
	height: 57px;
	background: url(images/bottom.png) right no-repeat;
	padding-left: 50px;
	padding-top: 20px;
}

#footer p {
	color: #d0FFc0;
	text-align: center;
}

.clear {
	clear: both;
}

.clearbottom {
	clear: both;
	margin: 0 8px 0 10px;
	border-bottom: 3px solid #B4B300;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, input, fieldset, form, table, label, legend, caption, tbody, tfoot, thead, tr, td, th { border: 0pt none ; margin: 0pt; padding: 0pt; outline-color: -moz-use-text-color; outline-style: none; outline-width: 0pt; background-position: 50% 0%; }
:focus { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0pt; }
body { line-height: 1; font-family: Tahoma; }
ol, ul { list-style-type: none; list-style-image: none; list-style-position: outside; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }

a { text-decoration: none; }
.clear { clear: both; font-size: 0pt; line-height: 0pt; height: 0pt; }
.autoclear:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; line-height: 0px; font-size: 0px; }
.autoclear { display: inline-block; }
.autoclear { display: block; }
* html .autoclear { height: 1%; }

html, body { min-width: 980px; }
body { background: rgb(240, 242, 230) url('images/bg.jpg') repeat-x scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 100%; font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(0, 0, 0); }
#all { background: transparent url('images/allbg.jpg') no-repeat scroll 50% 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 100%; padding: 0px 0px 40% 0px}
#wrapper { margin: 0pt auto; width: 960px; }
a, a:link, a:visited { color: rgb(73, 139, 13); text-decoration: underline; }
a:hover { color: rgb(226, 113, 35); text-decoration: none; }
#header { width: 960px; height: 706px; }
.topline { height: 69px; padding-top: 88px; }
.anim { margin-left: 496px; float: left; }
.formbox { border: 0px solid red; background: transparent scroll 20px 0pt; float: left; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; margin-top: 5px; width: 392px; height: 59px; }
.name { border: 1px solid rgb(106, 174, 19); padding: 3px; background: transparent url('images/imputbg.jpg') repeat-x scroll 0% 0%; font-size: 16px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 110px; float: left; margin-top: 17px; margin-left: 24px; }
.family { border: 1px solid rgb(106, 174, 19); padding: 3px; background: transparent url('images/imputbg.jpg') repeat-x scroll 0% 0%; font-size: 16px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 110px; float: left; margin-top: 17px; margin-left: 13px; }
.btnread { float: left; margin-top: 16px; margin-left: 13px; }
.left { float: left; width: 500px; border: 0 none; }
.right { float: left; width: 400px; margin-top: 30px; border: 0; }
.txt { padding-left: 19px; padding-right: 19px; padding-top: 10px; line-height: normal; }
.msgline { width: 376px; margin-left: 25px; clear: both; margin-bottom: 13px; }
.msgline img { float: left;}
.msgtext { float: left; width: 230px; font-size: 13px; margin-left: 5px; color: rgb(84, 84, 84); }
.pages { margin-left: 25px; font-size: 12px; clear: both; }
.small_1261458276 {
	FONT-SIZE:9px; FONT-FAMILY: arial
}
.norm_1261458276{
	FONT-SIZE:10px; FONT-FAMILY: arial
}
.txt_1261458276{
	FONT-SIZE:11px; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: bold
}