body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5em;
   background: #fff url(/images/bg.gif) repeat-x top left;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h1,h2,h3 {
	color: #333;
   margin: 0px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

img {
   border-color: #ccc;
}

form {
   margin: 0px;
   padding: 0px;
}

.wrapper {
	width: 960px;
	margin: 0px auto;
}

#header {
	height: 152px;
}

#logo {
   height: 111px;
}

#logo img {
   margin-top: 24px;
}

#banner-top {
	float: right;
   margin-top: 10px;
}

#footer {
	clear: both;
   line-height: 16px;
   padding: 20px 0px 35px 0px;
}

#copyright {
   text-align: center;
   padding-top: 30px;
   clear: both;
}

#content {
   clear: both;
	margin-top: 20px;
   background-color: #fff;
   overflow: auto;
}

.img-right {
	margin: 0px 0px 20px 20px;
}

#navigation {
   background: #D0DFEC url(/images/bg-nav.gif) repeat-x;
   height: 40px;
   margin-bottom: 1px;
}
#navigation ul {
	margin: 0px auto;
   width: 960px;
	padding: 0px;
}

#navigation li {
	float: left;
	list-style: none;
   line-height: 40px;
   width: 137px;
}

#navigation li a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #567;
	font-weight: bold;
   border-right: 1px solid #ccc;
   height: 24px;
   margin-top: 8px;
   line-height: 24px;
   font-size: 14px;
}

#navigation li .last {
   border-right: 0px;
}

#navigation li .selected {
   color: #000;
   text-decoration: underline;
}

#navigation li a:hover {
   text-decoration: underline;
}

.zend_form .errors {
	list-style: none;
	color: #f00;
	margin: 0px;
	padding: 0px;
}

.zend_form .required  {
   background-image:url(/images/required.gif);
   background-position:top right;
   background-repeat:no-repeat;
   padding-right:7px;
}

.zend_form dd {
   padding: 0px;
   margin: 3px 0px 7px 0px;
}

.zend_form label {
   font-weight: bold;
}

.zend_form input[type=text] {
   width: 30%;
}

.zend_form textarea {
   width: 50%;
   height: 150px;
}

.message-error,.message-success {
	margin: 10px 0px;
	padding: 8px;
   width: 760px;
}

.message-error {
	background-color: #FFCECE;
	border: 1px solid #DF8F8F;
	color: #665252;
}

.message-success {
	background-color: #D5FFCE;
	border: 1px solid #9ADF8F;
	color: #556652;
}

a.selected {
   color: #000;
}
