﻿body {
	font: 0.8em Arial,sans-serif;
	background: #5F9CBF;
	color: white;
	margin: 0;
	padding: 0;
	line-height: 20px;
	}

a {
	color: #aacadd;
	text-decoration: underline;
	}

a:hover {
  text-decoration:none;
}

a:visited {
	color:#bfbfbf;
	}
/*
p {
  text-indent: 2em;
}
*/
img {
  border: 0;
}

ul {
	list-style: none;
	}


.line {
	height: 5px;
	background: #3e789b;
	}

#top {
	height: 100px;
	background: #3e789b url(images/n_t_l.gif) top left no-repeat;
	margin: 15px 0;
	}
	
#top span {
	height: 25px;
	background: url(images/n_t_r.gif) top right no-repeat;
	display: block;
	}

#header {
	height: 25px;
	background: #3e789b url(images/n_b_l.gif) bottom left no-repeat;
	color: #000000;
	font-size: 0.9em;
	padding: 0 0 0 15px;
	}
	
#header span {
	background: url(images/n_b_r.gif) bottom right no-repeat;

	display: block;
	height: 25px;
	}

#wrap {
	width: 816px;
	margin: 0 auto;
	display: block;
	}

#main {
	background: #234458;
	}

.atitle h1 {
	font-size: 1.4em;
	padding: 12px 0 0 5px;
	}

.a_info {
	padding: 0 0 0 10px;
	margin: 0 0;
	font-size: 0.7em;
	}

.a_info li.first {
	padding-left: 0;
}

.a_info li {
	padding-left: 10px;
	float: left;
}

.acontent {
	clear: both;
	font-size: 1em;
	padding: 0px 10px 10px 10px;
	text-align: left;
	}

#page {
	background: #234458;
	padding: 10px 10px 0 10px;
	}

#rpad {
	background:  url(images/m_b_l.gif) bottom left no-repeat;
	height: 10px;
	display: block;
	}

#rpad span {
	background:  url(images/m_b_r.gif) bottom right no-repeat;
	height: 10px;
	display: block;
	}

#bottom {
	display: block;
	margin: 15px 0 0 0;
	height: 40px;
	background: #3e789b url(images/n_t_l.gif) top left no-repeat;
	}
	
#bottom span {
	background: url(images/n_t_r.gif) top right no-repeat;
	display: block;
	padding: 8px 0 0 10px;
	} 