/* css reset */

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,fieldset,form,label,legend,caption{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* end css reset */


#header {
	background-image: url(images/bg_top.gif);
	height: 140px;
}

#menu {
	margin-left: 7px;
	margin-top: 5px;
}

#content {
	width: 900px;
	margin-top: 40px;
	margin-left: 40px;
}

#content p, .footer_links {
	font-size: 12px;
	font-family: avenir, arial, sans-serif;
	line-height: 19px;
	padding-bottom: 20px;
}

#content li {
	font-size: 12px;
	font-family: avenir, arial, sans-serif;
	list-style: disc;
}


#content ul {
	padding: 20px
}


.dktext {
	font-size: 12px;
	font-family: avenir, arial, sans-serif;
	line-height: 15px;
	padding-bottom: 6px;
}

#footer {
	height: 33px;
	margin-top: 20px;
	background-image: url(images/bg_footer.gif);
}

hr {
	border: 1px solid #ccc;
}

b {
	font-weight: bold;
}

a {
	color: #336633;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	color: #336633;
	font-family: avenir, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	margin: 15px 0 0 0;
}

.greenbox {
	width: 190px;
	height: 1400px;
	background: #003300;
	padding: 20px 5px;
	float: left;
	display: inline;
	margin-right: 10px;
}

.greenbox ul {
	margin-left: 12px;
	margin-top: 10px;
}
.greenbox li {
	color: #fff;
	font-family: avenir, arial, sans-serif;
	font-size: 12px;
	list-style: disc;
	line-height: 14px;
	margin-bottom: 5px;
}

.greenbox h3 {
	color: #c0c093;
	font-family: avenir, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin: 15px 0 0px 0;
}


#form {
	width: 230px;
	float:left;
	display:inline;
}

#form #box {
	border: 1px solid #ccc; 
	padding:25px; 
	width: 180px;
}

#form p {
	font-size: 10px;
	padding-bottom: 5px;
}

#form h3 {
	color: #003300;
	font-family: avenir, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}


#form input, #form textarea {
	width: 180px;
	border: 1px dotted #777;
}
 
.button {
	display: block;
	background: #336633;
	color: white;
	width: 180px;
	border: 1px dotted #777;
	text-align: center;
	font-family: avenir, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.error
{
	color: #F00;
	margin-right: 3px;
	font-weight:bold;
	display:none;
}

.article { background:url(images/bgarticle.gif) no-repeat left top; height:22px; padding:6px 0 0 20px; }