@charset "UTF-8";
#container {
	text-align: center;
}
#wrapper {
	text-align: left;
	position: relative;
	width: 791px;
	margin: auto;
}
#header {
	position:absolute;
	left:10px;
	top:10px;
	width:791px;
	height:40px;
	z-index:1;
}
#navigation {
	position:absolute;
	left:10px;
	top:50px;
	width:791px;
	height:auto;
	z-index:2;
	background-color: #0065A4;
}
#nav_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.1em;
	color: #FFFFFF;
	height: 35px;
	width: auto;
	padding-top: 14px;
	margin: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: center;
	float: left;
}
#nav_box a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_box a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_box a:hover {
	color: #cccc00;
	text-decoration: none;
}
#nav_box a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#top_graphic_bar {
	position:absolute;
	left:10px;
	top:100px;
	width:791px;
	height:35px;
	z-index:6;
}
#left_content {
	position:absolute;
	left:10px;
	top:135px;
	width:350px;
	height:450px;
	z-index:4;
}
#left_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	margin-left: 10px;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
}
#left_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #006699;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
}
#left_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	padding: 0px;
}
#left_content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #006699;
	margin-right: 15px;
}
#left_content p a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#left_content p a:visited {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
#left_content p a:hover {
	text-decoration: none;
	color: #CCCC00;
	font-weight: bold;
}
#left_content p a:active {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
#left_content h2 a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}
#left_content h2 a:visited {
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
}
#left_content h2 a:hover {
	text-decoration: underline;
	color: #CCCC00;
	font-weight: bold;
}
#left_content h2 a:active {
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
}
#right_content  p     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-right: 10px;
	margin-left: 10px;
}
#right_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #006699;
	margin-left: 10px;
}
#right_content   ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #006699;
	list-style-type: disc;
}
#right_content ol li {
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#footer {
	position:absolute;
	left:10px;
	width:791px;
	height:40px;
	z-index:5;
	top: 585px;
	background-color: #CCCC00;
	background-image: url(../images/pida_footer.png);
	background-repeat: no-repeat;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #000000;
	margin-left: 25px;
	float: left;
	margin-top: 15px;
}
