body {
    font-family: Georgia,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: #ffffff;
    padding: 0;
    margin: 0;
    color: #000000;
    background-color: #66cc00;
    text-align: center;
    width: 100%;
}

a {
    text-decoration:none;
    color: #787474;
}

img {
    border:none;
}

img.imgBlock {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    
}

fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

.both {
    clear: both;
}

.line {
    width: 100%;
    height: 10px;
    clear: both;
}

.logo_left {
    width: 200px;
    height: 200px;
    float: left;
}

.logo_right {
    height: 72px;
    padding-top: 128px;
    float: right;
}

.link {
    background-color:#FFFFFF;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
    text-decoration: none;
    text-transform: none;
}

.page_title {
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
}

.page_text {
    margin: 15px 0px 15px 0px;
}

.page_form {
        margin: 30px 0px 0px 10px;
        padding-top: 0px;
}

.page_form form .multicheckbox label {
	clear: both;
	float: left;
	width: 100px;
        color: #000000;
	font-size: 13px;
        text-align: right;
        padding: 2px 10px 0px 0px;
}

.page_form form label {
	clear: both;
	float: left;
	width: 190px;
        color: #000000;
	font-size: 14px;
        font-weight: bold;
        text-align: right;
        padding: 5px 10px 0px 0px;
}

.page_form form div.element input {
        width: 280px;
	height: 23px;
	border: 1px solid black;
	color: #000000;
        padding: 5px 3px 0px 3px;
}

.page_form form div.element textarea {
	border: 1px solid black;
	color: #000000;
        padding: 5px 3px 0px 3px;
}

.page_form form div.radio {

}

.page_form form div.radio label {
        width: 75px;
        text-align: left;
        float: left;
        clear: none;
        font-size: 13px;
}

.page_form form div.check {
        float: left;
}

.page_form form div.check label {
        width: 300px;
        text-align: left;
        font-size: 13px;
}

.page_form form .submit input#submit {
        background-color: #ffffff;
        border: 1px solid #000000;
        color: #000000;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        margin: 5px 57px 0px 0px;
        padding: 2px;
        float: right;
}

.page_form form ul.errors {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        clear: both;
}

.page_form form ul.errors li {
        color: red;
        width: 250px;
        margin-left: 200px;
}

.page_form form .both {
        height: 10px;
}

.flashMessanger {
        padding: 5px 5px 5px 5px;
        color: #000000;
        margin: 20px 0 20px 0px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        background-color: #ffffff;
        border: 1px solid #000000;
}

.success {
        color: #376F00;
}

.information {
        color: #000000;
}

.error {
        color: red;
}

#wrapper {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

#wrapper_start {
    padding: 0;
    margin: 80px auto;
    text-align: left;
    width: 450px;
}

#wrapper_content {
    width: 776px;
}

#top {
    width: 100%;
    height: 200px;
}

#left_menu {
    width: 200px;
    margin: 0px 0px 10px 0px;
    float: left;
}

ul#menu_list {
    list-style-type: none;
    padding: 0px 0px 0px 10px;
    margin: 0px;
}

ul#menu_list li {
    margin: 15px 0px 15px 0px;
}

ul#menu_list li a {
    background-color:#FFFFFF;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
    text-decoration: none;
    text-transform: none;
}

ul#menu_list li a:hover {
    background-color:#000000;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
}

#content {
    width: 559px;
    float: right;
    margin: 10px 0px 10px 0px;
    font-size: 14px;
    font-size:14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
    text-decoration: none;
    text-transform: none;
}