body {

	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	margin: 20px;
	background-position: center top;
	background-color: #17629b;
}

.outside-box {
	width : 874px;
	display : block;
	padding : 3px;
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	border-style : solid;
	border-width : 1px;
	border-color : #13a1c7;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backrepeat.png);
}

.inside-box {
	padding : 3px;
	font-size : 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	border-style : solid;
	border-width : 1px;
	border-color : #333333;
	color: #3A4E8B;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

.nav-title {
	width : 150px;
	text-align : left;
	padding : 3px;
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	border-style : solid;
	border-width : 1px;
	background : #1C639B;
	color: #FFFFFF;
}

.nav-link {
	width : 150px;
	text-align : left;
	padding : 3px;
	display : block;
	border-style : solid;
	border-width : 1px;
	border-color : #1C639B;
	border-top : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.nav-link:link, a.nav-link:visited {
	background-color : #FFFFFF;
	color : #104369;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.nav-link:hover, a.nav-link:active {
	background-color : #2BABCD;
	color : #FFFFFF;
}

a:link {
	color : #1C639B;
	font-size : 13px;
	text-decoration : none;
}


a:visited {
	color : #1C639B;
	font-size : 13px;
	text-decoration : none;
}

a:active {
	color : #0000FF;
	font-size : 13px;
	text-decoration : none;
}

a:hover {
	color : #13A1C7;
	font-size : 13px;
	text-decoration : none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #176ea3;
}	
.inside-box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1F1F1F;
	line-height: 18px;
	text-align: justify;
}
