/* general styles */
body {
	background:url(../img/bg-body-repy.gif) repeat-y 0 0;
	font-family: Garamond, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	color: #031A3F;
}
p, td, tr {
	font-family: Garamond, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #031A3F;
}
p, ul, ol {margin:0 0 1em 0;}
h1 {
	font-size:18px;
	color: #031A3F;
	letter-spacing: 2pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:1em;
}
h2 {
	font-size:18px;
	color: #003366;
	margin-bottom:0;
}
input, select, textarea {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/* structure */
.topLeft {
	background:url(../img/bg-topLeft.gif) no-repeat 0 0;
	height:150px;
	text-align:left;
	width:350px;
}
.topRight {
	background:url(../img/bg-topRight-repx.gif) repeat-x 0 0;
	height:150px;
	padding-right:50px;
	text-align:right;
	vertical-align:bottom;
	width:100%;
}
.bottomLeft {
	text-align:left;
	vertical-align:top;
	width:350px;
}
.bottomRight {
	background:#fff url(../img/background1.gif) no-repeat 0 0;
	height:100%;
	vertical-align:top;
	width:100%;
}

/* menu area */
div#menu {
	width: 280px;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
}
div#menu ul {
	list-style-type:none;
	list-style-position: outside;
	margin-bottom:2em;
	padding-top:10px;
	padding-left:10px;
}
div#menu ul li {
	margin:0;
	padding:0;
}
div#menu a {
	color: #FFFFFF;
	display:block;
	text-decoration: none;
	padding:4px 0 4px 4px;
	width: 225px;
	margin-bottom:5px;
}
div#menu p {
	font-size:11px;
	padding-left:10px;
}
div#menu p a {
	display:inline-block;
}
div#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #031A3F;
}
div#menu .selected a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #031A3F;
}
div#menu ul .subnavi {
	display:block;
	margin:0 0 10px 0;
	padding:0;
}
div#menu .subnavi li a {
	color:#D1DFEF;
	padding-left:20px;
	width:210px;
}div#menu .subnavi li.selected a {
	color:#fff;
}

/* content area */
div#content {
	width:600px;
}
div#content a {
	color: #002E5F;
	font-weight:bold;
	text-decoration:none;
}
div#content a:hover {
	text-decoration:none;
}
div#content ul,
div#content ol {
	padding:0 0 0 40px;
	margin:0 0 1em 0;
}
div#content ul li ul,
div#content ol li ol,
div#content ul li ol,
div#content ol li ul {
	margin-bottom:0;
}
div#printButton {
	font-size:14px;
}
div#printCopyright {
	display:none;
}




