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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	font: italic normal 12px/14px helvetica, arial, verdana, tahoma;
	height: 100%;
        background: #8399b1;
        text-align: center;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 700px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
        display: inline-block;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	padding: 10px 0px;
        background: #4f657d;
        color: #ffffff;
        width: 700px;
        font: bold 20px/20px helvetica, arial, verdana, tahoma;
}

#logo
{
    float: left;
    width: 290px;
    padding: 20px 0 0 38px;
    height: 208px;
    background: url(/desimg/logo.jpg) bottom right no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0px 70px;
        background: #8399b1;
}

#content p{
	text-align: justify;
}

.hr {
 
    height: 2px;
    padding: 10px 0px;
    margin: 0px 0px;
    background: url('/desimg/hr.gif') repeat-x 0 10px #8399b1;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
        padding: 0px 10px;
	margin: -70px auto 0;
	width: 700px;
	height: 70px;
        background: #8399b1;
        text-align: right;
}