/*******************************   All   *******************************/
* {
	padding: 0px;
	margin: 0px auto;
}

body {
	font-family: Veranda, Arial, Helvetica, sans-serif;
}

a {
	color: #185AA0;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #185AA0;
}

a:hover {
	text-decoration: underline;
}

/*******************************   top   *******************************/
#top {
	background-image: url(images/b_top.gif);
	height: 17px;
	width: 630px;
	background-repeat: no-repeat;
}

/*******************************   header   *******************************/
#header {
	background-image: url(images/b_ltgray.gif);
	width: 580px;
	background-repeat: repeat-y;
	padding: 0px 25px 8px 25px;
}

#header .title {
	font-size: 500%;
	font-weight: bold;
	color: #930200;
}

#header .subtitle {
	font-size: 200%;
	font-weight: bold;
}

/*******************************   linkbar   *******************************/
#linkbar {
	background-image: url(images/b_dkgray.gif);
	width: 580px;
	background-repeat: repeat-y;
	padding: 4px 25px;
	margin: 0px;
	font-size: 80%;
	font-weight: bold;
}

/*******************************   content   *******************************/
#content {
	background-image: url(images/b_white.gif);
	width: 580px;
	background-repeat: repeat-y;
	padding: 4px 25px;
	font-size: 95%;
}

#content ul {
	padding: 15px 20px 15px 35px;
	margin: 0px;
}

#content li {
	padding: 5px 0px;
}

/*******************************   footer   *******************************/
#footer {
	background-image: url(images/b_ltgray.gif);
	width: 580px;
	background-repeat: repeat-y;
	padding: 8px 25px 0px 25px;
	font-size: 75%;
}

/*******************************   bottom   *******************************/
#bottom {
	background-image: url(images/b_bottom.gif);
	height: 18px;
	width: 630px;
	background-repeat: no-repeat;
}

/*******************************   copyright   *******************************/
#copyright {
	font-size: 70%;
	font-weight: bold;
	padding-bottom: 15px;
	color: #185AA0;
}