@charset "UTF-8";

/* CSS RESET */

html, body {
	padding:0;
	margin:0;
}
html {
	font-size:1em;
}
body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
a img, :link img, :visited img {
	border:0;
}

a {
	outline:none;
}

div {
	outline:none;
}

.FETT {font-weight:bold}

/* Center and style the site container */

#container {
	position: relative;
	width: 982px;
	margin: auto;
	margin-top:20px;
	min-height:787px;
	height:auto !important;
	height:787px;
	overflow:hidden;
	z-index:1;
}

/* Style the header */

#header {
	position: relative;
	width: 980px;
	height:178px;
	background:url(../img/head_bg.jpg) no-repeat;
	overflow:hidden;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	z-index:1;
}

/* Style the navigation */

#meta_nav {
	position: absolute;
	width: 980px;
	bottom:17px;
	left:10px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	z-index:1;
}

.breadcrump_nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#777;
	margin:0 0 10px 10px;
}

.breadcrump_nav a {
	color:#003366;
	text-decoration:none;
}

.breadcrump_nav a:hover {
	color:#003366;
	text-decoration:underline;
}

.left_nav {
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.left_nav p {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	margin:10px 0 15px 10px;
	line-height:16px;
}

.left_nav a {
	font-size:11px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

.left_nav a:hover {
	font-size:11px;
	font-weight:bold;
	color:#003366;
	text-decoration:underline;
}

.left_nav a.act {
	color:#333333;
}

#meta_nav a {
	color:#333333;
	text-decoration:none;
}

#meta_nav a:hover {
	color:#003366;
	text-decoration:none;
}

/* Style the content */

#content {
	position: relative;
	width: 980px;
	overflow:hidden;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	z-index:1;
}

#content td {
	text-align:left;
	vertical-align:top;
}

#content .col01 {
	width:200px;
}

#content .col01 p {
	font-size:10px;
	font-weight:bold;
	color:#333333;
	margin:10px 0 10px 10px;
	text-align:left;
	line-height:13px;
}

#content .col01 a {
	font-size:11px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

#content .col01 a:hover {
	font-size:11px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

#content .col02 {
	width:auto;
}

#content .col02 h2 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin:10px 15px 10px 15px;
}

#content .col02 p {
	font-size:12px;
	color:#333333;
	margin:10px 15px 10px 15px;
	text-align:left;
	line-height:18px;
}

#content .col02 a {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

#content .col02 a:hover {
	text-decoration:underline;
}

#content .col03 {
	width:239px;
	background:url(../img/col03_bg.gif) repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#col03_head {
	background:url(../img/right_top.jpg) no-repeat;
	height:31px;
}

#content .col03 h2 {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin:10px 10px 0px 15px;
}

#content .col03 h3 {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	margin:10px 10px 0px 15px;
}

#content .col03 p {
	font-size:11px;
	color:#333333;
	margin:0px 10px 10px 15px;
}

#content .col03 a {
	font-size:11px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

#content .col03 a:hover {
	font-size:11px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}


/* Style the footer */

#footer {
	position: relative;
	width: 982px;
	background:url(../img/footer_bg.png) no-repeat;
	overflow:hidden;
	z-index:1;
}

#footer p {
	font-size:11px;
	color:#333333;
	margin: 0 10px 0 10px;
}

#footer a {
	font-size:11px;
	font-weight:normal;
	color:#003366;
	text-decoration:none;
}

#footer a:hover {
	font-size:11px;
	color:#003366;
	text-decoration:none;
}

