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

body
{

}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
p.listtitle
{
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
}
p.disclaimer 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
}

h1
{
	font-size: 90%;
	color: #03037e;
	margin: 0;
	padding: 0;
}

h2
{
	margin: 0;
	padding: 0;
	color: #03037e;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
}


ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a.subnavigation
{
	display: block;
	height: 25px;
	text-decoration: none;
	background: #fff url(../images/subNaviBackground.gif) left no-repeat;
	background-position: 0px -25px;
	
}
a.subnavigation:hover
{
	display: block;
	height: 25px;
	text-decoration: underline;
	background: #d2c4a0 url(../images/subNaviBackground.gif) left no-repeat;
	background-position: 0px 0px;
}
a.selected
{
	display: block;
	height: 25px;
	text-decoration: underline;
	background: #d2c4a0 url(../images/subNaviBackground.gif) left no-repeat;
	background-position: 0px 0px;
}

.middleBackground
{
	/* background: #d2c4a0 url(../images/textBackground.gif) right repeat-y; */
	background: #fff url(../images/textBackground.gif) right repeat-y;
	padding: 5px;
}
.largeBackground
{
	/* background: #d2c4a0 url(../images/largeTextBackground.gif) right repeat-y; */
	background: #fff url(../images/largeTextBackground.gif) right repeat-y;
	padding: 5px;
}
