/* CSS Document */

body {
	background-color:#fbf4e4;
	background-image:url(images/bkg_main.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color:#555555;
	margin:0px;
	}
a { color:#333333;}
a:hover { color:#996666;}
a:visited { color:#333333;}
a:visited:hover { color:#996666;}
h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	color:#996666;
	margin-top:0px;
	}
h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#996666;
	font-weight:bold;
	}
div.topnav {
	padding:12px 16px 12px 12px;
	color:#996666;
	width: 778px;
	height: 207px;
	background-image:url(images/header_bkg_home.jpg);
	background-repeat:no-repeat;
	text-align:right;
	}
div.topnavint {
	padding:12px 126px 12px 12px;
	color:#996666;
	width: 668px;
	height: 119px;
	background-image:url(images/header_bkg_int.jpg);
	background-repeat:no-repeat;
	text-align:right;
	}
div.subnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#398d92;
	line-height:22px;
	}
a.topnav { color:#996666; text-decoration:underline;  }
a.topnav:hover { color:#996666; text-decoration:none; }
a.topnav:visited { color:#996666; text-decoration:underline;  }
a.topnav:visited:hover { color:#996666; text-decoration:none; }	
	
a.subnav { color:#398d92; text-decoration:none; }
a.subnav:hover { color:#398d92; text-decoration:underline; }
a.subnav:visited { color:#398d92; text-decoration:none; }
a.subnav:visited:hover { color:#398d92; text-decoration:underline; }

div.subnavhome {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	color:#398d92;
	float:right;
	background-image:url(images/subnav_bkg.jpg);
	background-repeat:no-repeat;
	width: 204px;
	height: 320px;
	margin-left:30px;
	padding:12px 0px 12px 0px;
	}
div.subnavint {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	color:#398d92;
	float:left;
	background-image:url(images/subnav_bkg.jpg);
	background-repeat:no-repeat;
	width: 204px;
	height: 100%;
	margin: 0px 36px 0px 0px;
	padding:12px 0px 12px 0px;
	}
.subnavhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#996666;
	font-weight:bold;
	padding-left:14px;
	}
div.main {
	width: 806px;
	height:100%;
	padding: 1px 29px 0px 29px;
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
	background-image:url(images/bkg_shadow.jpg);
	background-repeat:repeat-y;
	}
div.nav {
	width: 806px;
	height:48px;
	background-image:url(images/nav_bkg.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
	margin-top: 1px;
	margin-bottom: 1px;
	}
div.content {
	padding-top:30px;
	padding-left: 36px;
	padding-right: 36px;
	width: 734px;
	height:100%;
	background-color:#FFFFFF;
	overflow: visible;
	}
ul.subnav {
	padding:0px;
	margin:0px;
	margin-top:0px;
	padding-top:14px;
    }
li.subnav {
	margin-left:30px;
	}
div.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:16px;
	color:#999999;
	width: 100%;
	padding:12px 0px 12px 0px;
	}
a.footer { color:#999999; text-decoration:none;  }
a.footer:hover { color:#999999; text-decoration:underline; }
a.footer:visited { color:#999999; text-decoration:none;  }
a.footer:visited:hover { color:#999999; text-decoration:underline; }	
.footerred { color:#996666; }

.errFld {border: 1px solid #F00; /*... or any other css properties ... */}
.errMsg { color: #C33; font-size:10px; /*... or any other css properties ... */ }
#message_box {
position: absolute;
top: 0; left: 640px;
z-index: 10;
background:#ffffff;
padding:5px;
border:1px solid #999999;
text-align:center;
font-weight:bold;
width:170px;
}
