/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: URL(../images/bg.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

A:link {
	color: #a90206;
	text-decoration: none;
}
A:visited {
	color:#330000;
	text-decoration: none;
}
A:hover {
	color: #a90206;
	text-decoration: underline;
}
A:active {
	color:#a90206;
	text-decoration: none;
}


#container {
	/*background:url(/images/bg.gif) repeat-x;
	background-image: URL(../images/bg.gif);
	background-repeat:repeat-x;*/
	margin-top:0px;
	margin-left: 0px;
	/*margin-left:auto;
	margin-right:auto;*/
	width: 850px;
	min-height: 400px;
}

#menu {
	float: right;
	margin-top: 21px;
}

#banner {
	float: left;
	background-image: URL(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	height: 270px;
	width: 160px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
}

#banner ul {
	margin-top: 280px;
}
#banner p {
	width: 135px;
	margin-top: 265px;
	margin-left: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #fac528;
	border-bottom: solid 2px #990100;
	border-top: solid 2px #990100;
	line-height: 20px;

}
#banner p A:link {
	color: #06364d;
	text-decoration: none;
}
#banner p A:visited {
	color:#06364d;
	text-decoration: none;
}
#banner p A:hover {
	/*background-color: #990100;*/
	color: #990100;
	text-decoration: none;

}
#banner p A:active {
	color:#06364d;
	text-decoration: none;
}

#right {
	background-image: URL(../images/titlebar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
	width: 540px;
	float:right;
	margin-top: 20px;
	margin-right: -0px;
	margin-left: 0px;
	margin-bottom:30px;
}
#right p {
	padding-left: 0px;
}

#right h1 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-indent: 10px;
	padding-top: 8px;
}

#right h2 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-indent: 10px;
	padding-top: 12px;
}
#right h3 {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-indent: 10px;
	padding-top: 12px;
}
#right tr td{
padding: 10px;
border-top: solid 1px #06364d;
border-bottom: solid 1px #06364d;
border-right: solid 1px #06364d;
border-left: solid 1px #06364d;
font-size: 10px;

}
#defaultTable{
	border:0px;
}
.disclaimer {
	color: #FF0000;
}
.watermark {
	background-image: URL(../images/watermark.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height: 140px;
	min-width: 85px;
}
.footer {
	text-align: center;
}
.item {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
th {
text-align:left;
}