body {
	color: #444488;
	font-size : 10px;
	font-family : verdana;
	font-weight : normal;
	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 : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	border-style : solid;
	border-width : 1px;
	border-color : #000000;
	color: #000000;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

.nav-title {
	width : 150px;
	text-align : left;
	padding : 3px;
	font-size : 100%;
	font-family : verdana;
	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;
}

a.nav-link:link, a.nav-link:visited {
 background-color : #FFFFFF;
 color : #000000; 
}

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

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


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

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

a:hover {
	color : #7c0643;
	font-size : 11px;
	text-decoration : none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3A4E8B;
}	

