body {
    font-size: 0.75em;
}

.Normal {
    font-size: 1.0em;
}

body.Normal {
    font-size: 0.75em;
}

.clearer {
    clear: both;
}

#Form {
    height: auto !important;
}

#Body {
    background: #FFF;
    background: #e5e5e5;
}

#escape {
    
}

body, table thead, table th, table tfoot, table td,
blockquote, input, textarea, .Normal
{
    font-family: Georgia, sans-serif;
    color: #4C4C4C;
    line-height: 1.5;
}

table, tbody, tr, td, th, thead, tfoot {
    font-size: 1.0em;
}

p {
    margin: 0 0 1.0em 0;
}

ul {
    margin: 0 0 1.0em 0;
    padding: 0 0 0 10px;
}

ul ul {
    margin-bottom: 0;
}

a, a:link, a:visited, a:active {
    text-decoration: underline;
    color: #89001B;
}

a:hover {
    text-decoration: underline;
    color: #C20026;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, sans-serif;
    color: #89001B;
    font-weight: normal;
    margin: 0 0 0.6em 0;
}

h1 {
    font-size: 2.0em;
    color: #8E9BA3;
    font-weight: bold;
    margin-bottom: 0.2em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

#topbg {
    
}

#wrap {
    width: 850px;
    margin: 0 auto;
    text-align: left;
}

#content {
	background:#FFF;
	border:0;
	margin: -11px 0 0 0;
	width: 849px;
}

#header {
    height: 382px;
	width:849px;
	background: url(img/top4.jpg) top center no-repeat;
    position: relative;
}

#logolink {
    display: block;
    position: absolute;
    width: 144px;
    height: 144px;
    top: 10px;
    left: 5px;
}

#navi {
    position: absolute;
    top: 101px;
    left: 179px;
    top: 201px;
    left: 157px;
	left:123px;
position:absolute;
top:351px;
}

#subnavi {  
    position: absolute;
    top: 128px;
    left: 30px;
}

#navi ul, #subnavi ul {
    margin: 0;
    padding: 0;
}

#navi li, #subnavi li {
    display: inline;
    list-style: none;
    padding: 0;
}

#navi li {
    margin: 0 25px 0 0;
}

#subnavi li {
    margin: 0 37px 0 0;
}

#navi a, #navi a:link, #navi a:visited, #navi a:active,
#subnavi a, #subnavi a:link, #subnavi a:visited, #subnavi a:active
{
    color: #E8EDF0;
    color: #89001c;
	color:#FFF;
    font-size:1em;
    text-decoration: none;
}

#navi a {
    font-size: 1.3em;
}

#subnavi a, #subnavi a:link, #subnavi a:visited, #subnavi a:active {
	color:#000;
}

#navi a:hover, #subnavi a:hover {
    text-decoration: underline;
}

#navi a.Menu-sel, #navi a.Menu-open,
#subnavi a.Menu-sel, #subnavi a.Menu-open
{
    font-weight: bold;
}

#contentcolumns {
    background: url(img/column-separator.gif) 458px 0 repeat-y;
}

#leftcolumn {
    float: left;
    width: 430px;
}

#rightcolumn {
    float: right;
    width: 360px;
}

#footerwrap {
    border-top: 1px solid #C6CDD1;
    margin-top: 14px;
}

#footer {
    width: 850px;
    margin: 0 auto;
    text-align: left;
    font-size: 0.9em;
}

#footerlink {
    float: right;
    width: 200px;
    text-align: right;
}

#footer, #footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
    color: #8E9BA3;
}

.FormTable {
    width: 450px;
}

.FormControlCell input, .FormControlCell textarea {
    width: 250px;
    font-size: 1.0em;
}

.FormControlCell .FormCheckbox input {
    width: auto;
    padding: 0;
    margin: 0;
    _margin-left: -4px;
}

.FormLabelCell {
    text-align: right;
    width: 100px;
}

.FormControlCell {
    text-align: left;
    padding-left: 8px;
}

.FormSubmit {
    margin-left: 112px;
/*    _margin-left: 165px; */
}

.AvenlaForm .DynamicFormFieldLabel {
    width: 100px;
    text-align: right;
}

.AvenlaForm .DynamicFormInput {
    margin-left: 110px;
    padding-bottom: 4px;
    _margin-left: 10px;
    _float: left;
    _height: 1%;
}

.AvenlaForm .DynamicFormText input, .AvenlaForm .DynamicFormTextarea textarea {
    width: 250px;
    font-size: 1.0em;
}

.AvenlaFormSubmit {
    padding-left: 110px;
}

