/* general  */

body {
	margin: 10px 20px 10px 20px;
	background: #00419A url(/img/bg_page.gif);
}

a {
	color: #00419A;
	text-decoration: underline;
}

a:hover {
	color: #00419A;
	text-decoration: none;
}



/* top  */

table.top {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

td.topmenu {
	height: 22px;
	color: #BFDFF3;
	text-align: right;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-right: 15px;
	background: #00419A;
	border-top-width: 1px;
	border-right-width: 6px;
	border-bottom-width: 0px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

td.topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

td.topmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* content */

table.content {
	width: 100%;
	background: #FFFFFF;
}

table.content td.menu {
	width: 176px;
	padding-bottom: 6px;
	background-image: url(../img/undermenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
}

table.texts {
	border-top-width: 0px;
	border-right-width: 21px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

td.greeting {
	background: url(../img/greeting.gif) no-repeat left;
	height: 83px;
}

table.texts td.left {
	padding-left: 6px;
	padding-bottom: 30px;
}

table.texts td.right p {
	padding-left: 21px;
}

h2.homeleft {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00419A;
	background: #E1F2ED url(../img/head_corner_left.gif) no-repeat left top;
	margin: 0 0 20px 0;
	padding: 1px 0 1px 10px;
}

h1 {
	color: #3FA889;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 21px 0 -10px 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00419A;
	background: #E1F2ED url(../img/head_corner_right.gif) no-repeat right bottom;
	margin: 30px 0 20px 0;
	padding: -1px 0 -1px 0;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00419A;
	background: #E1ECF3 url(../img/head_corner_rightb.gif) no-repeat right bottom;
	margin: 30px 0 20px 0;
	padding: -1px 0 -1px 0;
}

h2.homeright {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3FA889;
	background: #E1F2ED url(../img/head_corner_right.gif) no-repeat right bottom;
	margin: 0 0 20px 0;
	padding: 1px 0 1px 21px;
}

p, ul {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* bottom */

td.botmenu {
	color: #00419A;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 36px;
}

td.copyrights {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Mailing List */

div#mltop {
        margin: 0 5px 0 5px;
        height: 8px;
        font-size: 1px;
        background: #E1F2ED url(../img/bg_ml_top.gif) repeat-x left top;
        border-right: 1px solid #FFF;
}

div#ml {
        margin: 0 5px 0 5px;
        padding: 0 10px 0 10px;
        background: #E1F2ED;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
}

div#ml form {
        margin: 0;
}

div#ml td {
        font-family: Arial, sans-serif;
        font-size: 10px;
        color: #00419A;
        white-space: nowrap;
}

div#ml input.email {
        width: 144px;
        font-family: Arial, sans-serif;
        font-size: 11px;
        margin-top: 5px;
}

div#mlbot {
        margin: 0 5px 0 5px;
        height: 8px;
        font-size: 1px;
        background: #E1F2ED url(../img/bg_ml_bot.gif) repeat-x right bottom;
        border-left: 1px solid #FFF;
}
