html {
	background: #ffffff;
	font: 12px/1.3em Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #454545
}
.body {
    background: #ffffff url(images/background1.jpg) repeat-x top left;
    margin: 20px 0 0 0;
    padding: 0px;

}

#head {
    background: #e4e4e4 url(images/head_otn_red.jpg) no-repeat top left;
    width: 747px;
    height: 154px;
	padding: 0px;
	margin:0 auto;
}

#title {
    float: left;
    font-size: 30px;
    color: #F0EBE7;
    padding: 31px 0px 0px 20px;
}

#body_wrapper {
    background: url(images/body_cont.jpg) repeat-y top left;
    margin: 0px auto;
    width: 747px;
    display: block;
}

#body {
    background: url(images/body_top.jpg) no-repeat top left;
    float: left;
    padding: 10px 20px 0px 20px;
    min-height: 343px;
    display: block;
}

#end_body {
    background: url(images/footer.jpg) no-repeat top left;
    margin: 0px auto;
    width: 747px;
    height: 37px;
    display: block;
}

.clearer {
    clear: both;
    height: 1px;
}
#all {
    width: 707px;
    float: left;
    padding: 0px;
    background: url(images/all_middle.gif) repeat-y top left;
}

#all .top {
    background: url(images/all_top.gif) no-repeat top left;
    width: 707px;
    height: 18px;
    padding: 20px 0 0 0;
    margin: 0px;
}

#all .bottom {
    background: url(images/all_bottom.gif) no-repeat bottom left;
    width: 707px;
    height: 21px;
    padding: 0px;
    margin: 0px;
}
#footer {
    text-align: center;
    color: #808080;
    padding: 0 0 5px 0;
}

#footer p {
    line-height: 2em;
}

#footer a {
    color: #4F4F4F;
    border-bottom: 1px dotted #808080;
    text-decoration: none;
}

.textCenter {
	text-align: left;
}
.right_Text{
	text-align: right;
}
h1 {
	font-size: 18px;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	background-color: inherit;
	color: #2a58ab;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0 0 0 25px;

}
h3  {	
	font-size: 14px;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	background-color: inherit;
	color: #2a58ab;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: right;
	padding: 0 25px 0 0;
}
a {
	text-decoration: none;
	background-color: inherit;
	color: #8097B5;
}

a:hover {
	text-decoration: underline;
}
p {
    display: block;
    float: none;
    padding: 0px 25px 0px 25px;
    margin: 0;
	text-align:left;
}
.note_text {
	color: #2a58ab;
	font-style: italic;
}
.note_text_sml {
        color: #2a58ab;
        font-style: italic;
        font-size: 11px;
}

