/* GLOBAL */
body {
	background: #0080c0;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}



/* rounded borders dark blue main */
.roundedcornr_box_832687 {
   background: #ffffff;
}
.roundedcornr_top_832687 div {
   background: url(/images/roundedcornr_832687_tl.png) no-repeat top left;
}
.roundedcornr_top_832687 {
   background: url(/images/roundedcornr_832687_tr.png) no-repeat top right;
}
.roundedcornr_bottom_832687 div {
   background: url(/images/roundedcornr_832687_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_832687 {
   background: url(/images/roundedcornr_832687_br.png) no-repeat bottom right;
}

.roundedcornr_top_832687 div, .roundedcornr_top_832687, 
.roundedcornr_bottom_832687 div, .roundedcornr_bottom_832687 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_832687 { margin: 0 30px; }


/*  light blue  */
.roundedcornr_box_202292 {
   background: #cceeff;
}
.roundedcornr_top_202292 div {
   background: url(/images/roundedcornr_202292_tl.png) no-repeat top left;
}
.roundedcornr_top_202292 {
   background: url(/images/roundedcornr_202292_tr.png) no-repeat top right;
}
.roundedcornr_bottom_202292 div {
   background: url(/images/roundedcornr_202292_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_202292 {
   background: url(/images/roundedcornr_202292_br.png) no-repeat bottom right;
}

.roundedcornr_top_202292 div, .roundedcornr_top_202292, 
.roundedcornr_bottom_202292 div, .roundedcornr_bottom_202292 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_202292 { margin: 0 15px; }



a:link, a:visited {
	color: #0000FF;
}

a:hover {
	color:#FF0000;
}


#nav a:link, #nav a:visited {
#	display: block;
	font-family: helvetica,arial,sans serif;
	font-size: 12pt;
	text-decoration: none;
	text-weight: bold;
	padding: 4px 10px;
	background: #cceeff;
	margin: 0 0 0 0;
}

#nav a:link.selected, #nav a:visited.selected {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFF;
}

#nav a:hover {
	color:#FF0000;
	background: #EEEEEE;
}