@charset "utf-8";
/* CSS Document */

body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0;
	background-color: #FFFFFF;
}

#head {

}

#nav {
	display: none;
}

#main {
	
}

#sidebar_left {
	display: none;
}

#main_text {
	color: #000000;
}

#main_text h1 {
	font-size: 1.4em;
}

#main_text h2 {
	font-size: 1.25em;
}

#main_text h3 {
	font-size: 1.1em;
}

#main_text a {
	color: #012b5e;
}

#main_text a:hover {
	color: #1454db;
}

#main_text #bread {
	margin: 20px 0;
}

#sidebar_right {
	display: none;
}

#footer { 
	height: 26px;
	text-align: center;
	padding: 7px;
	color: #012b5e;
}