
/* CSS Document */

body {background-color: #37558b; font: 12px Verdana, Arial, Helvetica, sans-serif; margin-top: 0px;}

#contact {font: 12px Arial, Helvetica, sans-serif; font-weight: 600; color: #363637; padding: 0 0 0 2em;}

div#nav {width: 204px; margin: 2em auto 3.5em auto;}
div#nav ul {margin: 0; padding: 6px 0 0 0; }
div#nav li{list-style: none; padding-top: 3px; }

a.navlink:link {color: #0b2f71; text-decoration: none; font: 14px Arial, Helvetica, sans-serif; }
a.navlink:visited {color: #0b2f71; text-decoration: none; font: 14px Arial, Helvetica, sans-serif;}
a.navlink:hover {color: #363637; text-decoration: none; font: 14px Arial, Helvetica, sans-serif;}
a.navlink:active {color: #363637; text-decoration: none; font: 14px Arial, Helvetica, sans-serif;}

a.whitelink:link {color: #fff; text-decoration: none;  }
a.whitelink:visited {color: #fff; text-decoration: none; }
a.whitelink:hover {color: #fff; text-decoration: none; }
a.whitelink:active {color: #fff; text-decoration: none; }

a.internal:link {color: #0b2f71; text-decoration: none;  }
a.internal:visited {color: #0b2f71; text-decoration: none; }
a.internal:hover {color: #37558b; text-decoration: none; }
a.internal:active {color: #363637; text-decoration: none; }

a.dk:link {color: #b61313; text-decoration: underline;  }
a.dk:visited {color: #b61313;  text-decoration: underline;}
a.dk:hover {color: #530606; text-decoration: underline; }
a.dk:active {color: #530606; text-decoration: underline; }

a:link {color: #0b2f71; text-decoration: none;  }
a:visited {color: #0b2f71; text-decoration: none; }
a:hover {color: #37558b; text-decoration: none; }
a:active {color: #363637; text-decoration: none; }

strong {color: #363637;}

h2 {color: #0b2f71;}

/* round welcome box */

.roundcont {
	width: 549px;
	background-color: #d5e7fe;
	color: #000;
	margin: 3px 0 0 3px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr_welcome.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br_welcome.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* end round welcome box */



/* round Main box */

.roundbox {
	width: 800px;
	background-color: #fff;
	color: #000;
	margin: 8px auto 0 auto;

}

.roundbox p {
	margin: 0 10px;
}

.roundboxtop { 
	background: url(../images/tr_content.gif) no-repeat top right; 
}

.roundboxbottom {
	background: url(../images/br_content.gif) no-repeat top right; 
}

img.boxcorner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* end round content box */