

body {
    font-family: Arial;
    font-size: 0.8em;
    background-color: #333333;
    color: #000;
	background-image:url(bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top;
    }
h1 {
    font-family: Helvetica, Verdana, Arial;
    font-size: 1.8em;
    margin: 0px 0px 10px 0px;
    color: #ae0000;
}
h2 {
    font-size: 1.1em;
    font-weight:bold;
	font-style:italic;
    margin: 0px;
    color: #000;
    border-bottom: 1px dotted #ccc;
	width: 700px;
}
h3 {
    font-size: 1em;
    color: #cc0000;
    padding: 0px 0px 5px 0px;
    margin: 0px;
	font-weight: bold;

}
a,
a:link,
a:active,
a:visited,
a:hover {
    font-weight: bold;
    text-decoration: none;
}
a img {
    border: 0;
}


#all {
  width: 1000px;
    margin: 0px auto;
}
#main {
    line-height: 1.4em;
    background-color: #fff;
	border-left:1px solid #2b5bb3;
	border-right:1px solid #2b5bb3;
	border-bottom: 8px solid #1c499a;
	padding:0px;


	}
#logo {
    text-align: center;
    margin: 0px;
}
#menu {
    background-color: #fff0;                                                 
	padding: 10px 0px 0px 0px;
	background-image:url(menu_bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	text-align:left;
	margin: 0px;
	height:38px;
}

#content {
    border-top: 0;
    background-color: #fff;
    padding: 20px 20px 20px;
    text-align: justify;
	line-height: 20px;

}
#content p {
    padding: 0px;
    margin: 0px 0px 20px;
}
#content a {
    color: #1c499a;
}
#content a:hover {
    background-color:#1c499a;
    color: #fff;
}
#footer {
    background-color: #fff;
    border-top: 1px solid #aaa;
    height: 20px;
    color: #333333;
    padding: 5px 10px;
    font-size: 0.9em;
}
#footer a {
    margin-top: 5px;
    font-weight: bold;
    text-decoration:none;
    color: #333333;
}
#footer a:hover{
    text-decoration:underline;
}
#bottom {
    text-align: right;
    font-size: 0.9em;
    color: #6db4f2;
    margin: 5px 0 10px;
}
#bottom a,
#bottom a:link,
#bottom a:active,
#bottom a:visited {
    text-decoration: none;
    color: #6db4f2;
}
#bottom a:hover {
    text-decoration: underline;
    }
.box{
    border:1px solid #999;
    background-color:#eee;
    padding: 10px;
}

.child h3 {
    b-order-bottom: 1px solid #f00;
}
.child img {
    border: 1px solid #888;
}
#content hr {
    height: 1px;
    color: #aaa;
    margin-bottom: 20px;
}

