/* CSS Document */
body {
	background-color: #e1e1e1;
	background-image:url(images/background.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	font-family: Tahoma, "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 9pt;
	color: #000000;
}
#content {
	width: 798px;
}
#header {
	background-color: #1e2b4e;
	margin-top: 3px;
	}
#top {
	background-color: #1e2b4e;
	margin-top: 3px;
	}
.left {
	width: 317px;
}
.right {
	width: 481px;
	background-color: #fff799;
}
#navigation {
	text-align: left;
	height: 207px;
	width: 317px;
	padding-top: 0px;
}

#number {
/* height: 71px; */
	height: 89px;
	width: 205px;
	background-image: url(images/number.gif);
	text-align: left;
	font-size: 15pt;
	color: #ffffff;
	padding-left: 112px;
	padding-top: 7px;
/*padding-top: 25px; */
}
#yellow {
	padding: 12px;
	width: 457px;
	text-align: left;
	vertical-align: top;
	background-color: #fff799;
}
#yellow a{
	color:#0172a1;
	text-decoration: none;
}
	
#yellow2 {
	padding: 12px;
	width: 457px;
	text-align: left;
	vertical-align: top;
		background-color: #fff799;
	}
#darkyellow {
	background-color:#f8b817;
	text-align: left;
		padding-top: 25px;

}
#contact {
	background-color: #0397d8;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 5px;
	color: #ffffff;
	width: 277px;
}
#blue {
	background-image: url(images/blue.gif);
	background-repeat: no-repeat;
	height: 214px;
	vertical-align: text-top;
	color: #ffffff;
	font-size: 10pt;
}
#b1 {
	vertical-align:top;
	padding: 10px;
	text-align: left;
}
#b2 {
	vertical-align:top;
	padding: 10px;
	text-align: left;
}
#b3 {
	vertical-align:top;
	padding: 10px;
	text-align: left;
}
#b4 {
	vertical-align:top;
	padding: 10px;
	text-align: left;
}
#bottom {
	background-color: #1e2b4e;
}
#footer {
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #1e2b4e;	
	padding-top: 15px;
	padding-left: 10px;
	color:#ffffff;
	font-size: 8pt;
	text-align: left;
	height: 67px;
	vertical-align: top;
}
#footer a{
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover{
	color:#f8b817;
	text-decoration: underline;
}
/* TEXT */
small {
	color: #898989;
	font-size: 8pt;
	margin-bottom: 3px;
}
small a {
	color: #898989;
	text-decoration: underline;
}
small a:hover{
	color: #898989;
	text-decoration: none;
}
h1 {
	font-size: 11pt;
	color: #0172a1;
	font-weight: bold;
}

h2 {
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}
h3 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
}
/* PHP Integration */
.text {
	color: #666666; 
	font-size: 12px;
	font-weight: bold;

}
#RedBold {
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
	width: 241px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.inputtxt
{
	border:1px solid #3399CC;
	font:8pt verdana;
	color:#FFFFFF;
	width:90%;
	background-color:#666666;
}
.button
{
	font:11px;
	font-weight:bold;
	color:#666666;
	background-color: #CCCCCC;
	width: 100px;
	border: 1px solid  #666666;
}
.error {
	font-family: Tahoma, "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}


