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

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	margin: 0 auto 0 auto;
	background-image: url(../images/html_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a, p, h1, h2, h3, h4, h5, ul, li {
	text-decoration: none;
	border: none;
	font-size: 14px;
	font-weight: normal;
	font-family: Times, serif;
}

#container {
	width: 950px !important;
	margin: 0 auto 0 auto;
}

#content {
	width: 950px !important;
	float: left;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 0 0;
}

#border_repeat {
	background-image: url(../images/dotted_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
	margin-top: 250px;
}

#navigator {
	float: left;
	width: 150px !important;
	margin-top: 225px;
	font-family: Times, serif;
}

#navigator ul {
	list-style-type: none;
	font-family: Times, serif;
}

#navigator ul li {
	border-bottom: dotted 2px #003366;
	padding: 2px 0 2px 0;
	font-size: 14px;
	color: #999999;
	text-align: right;
	font-family: Times, serif;
}

#navigator ul li a {
	color: #999999;
}

#navigator ul li a.submenu {
	color: #000000;
	font-family: Times, serif;
}

#navigator ul li a.active {
	color: #003366;
	font-weight: bold;
	font-family: Times, serif;
}

#navigator ul li.menu_end {
	border: none;
	font-family: Times, serif;
}

#navigator ul li a.black {
	color: #000000;
	font-family: Times, serif;
}

#column_left {
	width: 355px !important;
	margin-top: 250px;
	margin-left: 205px;
	display: block;
}

#image_right {
	float: right;
	margin-top: 250px;
	padding-right: 25px;
}

#image_right img {
	margin-bottom: 25px;
	display: block;
}

#column {
	margin-top: 250px;
	margin-left: 205px;
	margin-right: 25px;
}

#content h1 {
	font-size: 36px;
	font-family: Times, serif;
	color: #003366;
	margin-bottom: 15px;
	font-style: italic;
}

#content p {
	font-size: 14px;
	font-family: Times, serif;
	color: #666666;
	margin-bottom: 20px;
	line-height: 140%;
}

#content #column ul {
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 20px;
	margin-left: 20px;
}

#content #column ul li {
	font-size: 14px;
	font-family: Times, serif;
	color: #666666;
	line-height: 140%;
}

#content a {
	color: #003366;
	font-size: 14px;
	
}

.pdf_download {
	margin: 0 10px 0 10px;
	text-decoration: none;
	border: none;
}

.default_table td {
	vertical-align: middle;
	font-size: 14px;
	font-family: Times, serif;
	color: #666666;
}

.welcome_table {
	margin: 0 auto 0 auto;
	padding-top: 20px;
	text-align: center;
}

.welcome_table td {
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-family: Times, serif;
	color: #666666;
}

/*  AJAX menu  */