@charset "iso-8859-1";
@import url("layout1.css");
@import url("styl.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #fff url("../images/back.gif");
	background-repeat: repeat-x-y;
	background-attachment: scroll;
	background-color: #fff;
	text-align:justify;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	background-position: top;
	background-repeat: no-repeat;
	background-color: #E6F7FE;
}

#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #e7f3ff;
}
html>body #navigation {
	overflow: hidden;

#tab {
	width: 98%;
	padding:0 5px;
	background-color: #fff;
}
html>body #tab {
	width: 98%;
	padding: 0 5px;
	background-color: #fff;
	text-align:justify
}


#column_l {
	width: 30%;
	padding:0 5px;
	background-color: #fff;
}
html>body #column_l {
	width: 30%;
	padding: 0 5px;
	background-color: #fff;
	text-align:justify
}
#column_r {
	width: 60%;
	padding: 5px;
	background-color: #fff;
}
html>body #column_r {
	width: 50%;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: justify;
	padding-bottom: 0;
	background-color: #fff;
}

#masthead h1 {
	color: #000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h2 {
	color: #E6F7FE;
	margin-top: 0;
	margin-left: 5.0em;

}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}


#column_r img {
	border: 1px solid #808080;
}



#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	font-size: x-small;
	
}

a {
	color: #0b8dcc;
	text-decoration: none;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	font-size: xx-large;
	color: #8bb079;
}
h2 {
	font-size: medium;
	color: #8bb079;
	text-align: left;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
