@charset "UTF-8";

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
}

body  {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
}

#layout_01 {
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	position: relative;
	width: 96%;
	height: auto;
	top: 0px;
	padding: 0px;
	min-width: 960px;
	max-width: 1600px;
	left: -8px;
}
#background_layout_01 {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 6px;
	border: 1px solid #3B6EB5;
}

#header {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	clear: left;
	left: 0px;
	top: 0px;
	height: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5E5E5E;
	border-right-color: #5E5E5E;
	border-bottom-color: #5E5E5E;
	border-left-color: #5E5E5E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
}

#header_top {
	width: auto;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 10px;
	padding: 0px;
}

#header_content {
	position: relative;
	left: 0px;
	top: 0px;
	height: 66px;
	width: auto;
	margin-left: 275px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height: 66px;
}

#header_content *{
	position: absolute;
	height: auto;
	width: auto;
	margin: 0px;
	bottom: 0px;
	min-width: 960px;
	vertical-align: baseline;
	text-align: right;
	right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}

#logo {
	height: 66px;
	width: 245px;
	position: absolute;
	left: 10px;
	float: left;
	bottom: 38px;
}

#menu_main {
	float: left;
	width: 100%;
	clear: none;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-color: #3B6EB5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}

#menu_main ul {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: auto;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#menu_main li {
	list-style-type: none;
	float: left;
	padding: 6px;
	left: 0px;
	top: 0px;
	position: relative;
	margin: 0px;
}

#menu_main a {
	color: #FFFFFF;
}

#menu_main a:link {
	text-decoration: none;
}

#menu_main a:visited {
	text-decoration: none;
}

#menu_main a:hover {
	text-decoration: underline;
}

#menu_main a:active {
	text-decoration: underline;
}

#background_main {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5E5E5E;
	border-right-color: #5E5E5E;
	border-bottom-color: #5E5E5E;
	border-left-color: #5E5E5E;
	clear: left;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top: 0px;
}

#main_content {
	width: auto;
	height: auto;
	position: relative;
	left: 0px;
	top: -2px;
	margin: 6px;
	padding: 0px;
}

#footer {
	float: left;
	width: 100%;
	clear: left;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5E5E5E;
	border-right-color: #5E5E5E;
	border-bottom-color: #5E5E5E;
	border-left-color: #5E5E5E;
}

#box_copyright {
	float: left;
	width: 100%;
	clear: left;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	margin: 0px;
	background-color: #3B6EB5;
}

#copyright {
	position: relative;
	padding: 0px;
	top: 0px;
	left: 9px;
	width: auto;
	text-align: left;
	height: auto;
	float: left;
	clear: left;
	margin: 0px;
}

#design {
	position: relative;
	padding: 0px;
	top: 0px;
	width: auto;
	right: 9px;
	text-align: right;
	height: auto;
	float: right;
	clear: right;
	margin: 0px;
}

#design a {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#design a:link {
	text-decoration: none;
}

#design a:visited {
	text-decoration: none;
}

#design a:hover {
	text-decoration: underline;
}

#design a:active {
	text-decoration: underline;
}

#copyright p,
#design p {
	padding: 3px;
	width: auto;
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
}
#spacer_bar_bottom {
	background-color: #FFFFFF;
	clear: left;
	float: left;
	height: 6px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#iframe_blog {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 640px;
	width: 100%;
}

iframe {
	width: 100%;
	height: 640px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
