@charset "utf-8";
	
body {
	min-width:760px;
	background-color: #ABBED6;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 1.3em;
	text-align:center;
	}
	
	a {
	color: #0099FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3A99FF;
	}
	
	a:hover {
	color: #003399;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	}
	
#wrap {
	margin:0 auto;
	width:760px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	}
	
#header {
	height: 260px;
	margin: 0px;
	padding: 0px;
	width: 760px;
	float: left;
	}
	
#nav {
	width: 760px;
	margin: 0px;
	text-align: left;
	float: left;
	background-image: url(../nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #0099FF;
	}
	
#nav ul{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
#nav li{
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005995;
	float: left;
	}
#nav li:hover {
	background-color: #006DB7;
	color: #FFFFFF;
}

	
#nav a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
/* P.P.Indicator
--------------------------------*/

#appo #nav .appo a,
#cont #nav .cont a,
#expe #nav .expe a,
#horm #nav .horm a,
#home #nav .home a{
	cursor: default;
	background-color: #FFFFFF;
	color: #0098FD;
	text-decoration: none;
	}
	
#main {
	float:left;
	width:720px;
	margin: 0;
	display: inline;
	padding: 20px;
	background-color: #FFFFFF;
	}
#main p {
	line-height: 1.3;
}

#main h1 {
	font-weight: normal;
	font-size: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
#main h2 {
	font-weight: normal;
	font-size: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
}


	
#footer {
	clear:both;
	width: 760px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #0099FF;
	margin: 0px;
	}
	
#footer p {
	padding:0px;
	margin:0px;
	font-size: 11px;
	color: #00319A;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer2 {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer2 p {
	font-size: 10px;
	color: #6B8DB8;
	margin: 0px;
	padding: 10px;
	background-color: #BCCBDE;
}




	
td {
	font-size: inherit;
	line-height: inherit;
	}
.left-align {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.rightAlign {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #ABBED6;
	padding: 5px;
}
