/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #fef5c5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/1_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #1A3F8C;
}
a:visited {
	color: #1A3F8C;
}
a:hover {
	color: #a70300;
}
a:active {
	color: #1A3F8C;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.navBG {
	background-image:url(images/bg_NAV.gif);
	background-repeat:no-repeat;
	height:36px;
	}
#nav {
	margin:9px 18px 0px 18px;
	font-size:13px;
	font-weight:bold;
	color:#7b0202;
}
#nav a {
	color:#7b0202;
	text-decoration:none;
	padding:0px 18px;
	}
#nav a:hover {
	text-decoration:underline;
	}
.tableContent {
	background-image:url(images/bg_content.gif);
	background-repeat:repeat-y;
	}
.tableContentLeftCol {
	width:7px;
	}
.tableContentRightCol {
	width:7px;
	}
.tableContentCenter1 {
	padding:0px 30px 30px 0px;
	}
.h1_1 {
	margin-bottom:0px;
	margin-top:25px;
	color:#7b1616;
	}
.h2_1 {
	color:#7b1616;
	margin-bottom:0px;
	}
.h3_1 {
	margin-top:0px;
	}
.navBtmBG {
	background-image:url(images/bg_btmnav.gif);
	background-repeat:repeat-x;
	height:33px;
	}
#navBtm {
	margin:6px 36px 0px 36px;
	font-size:10px;
	color:#c59595;
}
.popContent { 
	padding:35px;
	background-color:#FFFFFF;
	}
.comments {
	width:250px;
	height:75px;
	}
.ErrorMessage {
	color:#ffffff;
	font-weight:bold;
	background-color:#FF0000;
	padding:20px;
	
	}
.ErrorMessage2 {
	font-weight:bold;
	background-color:#eaeaea;
	padding:20px;
	border:1px solid #FF0000;
	}
.ErrorText {
	font-weight:bold;
	color: #FF0000;
	}
ul {
	margin:0px 15px;
	padding:5px;
	}
.rounded1 {
	 background-color: #fffcec; 
	 moz-border-radius: 25px;
	 -webkit-border-radius: 25px; 
	 border: 1px solid #7D0000;
	 padding: 20px;
	 background-image:url(images/bg_forms.jpg);
	 background-repeat:repeat-x;
	 width:350px;
	 }
.small {
	font-size:10px;
	}
.leftColBtm {
	padding:15px;
	}