@charset "UTF-8";
/* CSS Document */

body {
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-image: url(../../images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 145px;
	width: 977px;
}
#nav {
	text-align: center;
	height: 17px;
	background-color: #B3B3B3;
	padding-top: 11px;
	padding-bottom: 11px;
	color: #153DB5;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#nav a {
	color: #1A3EB4;	
	text-decoration: none;
}
#nav a:hover {
	color: #1A3EB4;	
	text-decoration: underline;
}
#nav a:visited {
	color: #1A3EB4;	
}
#base {
	background-image: url(../../images/layout/base.jpg);
	background-repeat: no-repeat;
	background-color: #D3E2FE;
	background-position: bottom;
	width: 857px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 100px;
	padding-left: 50px;
}
#base h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
}
#base h2 {
	font-weight: bold;
	font-size: 19px;
}
#base .required {
	font-weight: bold;
}
#base .error {
	font-size: 14px;
	color: #F00;
}
#footer {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 11px;
}
#footer strong {
	color: #1A3EB4;	
	font-size: 16px;
	font-style: italic;
}
#footer strong a {
	color: #1A3EB4;	
	text-decoration: none;
}
#footer strong a:hover {
	color: #1A3EB4;	
	text-decoration: underline;
}
#footer strong a:visited {
	color: #1A3EB4;	
	text-decoration: underline;
}
