html {
	height: 100%;
}

body {
	margin: 0 0 0 0;
	background: #F7F7F7;
	height: 100%;
	min-width: 650px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

#masterWrapper {
	background:url(images/fade_bg.gif) repeat-y;
	margin: 0 auto 0 auto;
	width: 650px;
	height: 100%;
	text-align: center;
}

#master {
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	width: 630px;
	height: 100%;
}
#navBox {
	clear: both;
	width:630px;
	height:25px;
	margin-left: auto;
	margin-right: 0px;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px dashed;
}

#main {

	margin: 10px 10px 10px 10px;
}

a {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

p
{ 
	text-indent: 20px
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	background:url(images/h3_fade.gif) repeat-y;
}

/* ------------------ Navigation -------------------- */
.nav {
	width: 150px;
	height: 25px;
	text-align: center;
	line-height:25px;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.nav a:link {
	display: block;
	height: 25px;
	width: 150px;
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:visited {
	display: block;
	height: 25px;
	width: 150px;
	text-decoration: none;
	color: #FFFFFF;
}

.nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#000000;
}