@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:#224563 url(images/bg_main.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

.padding_bar {
	height:8px;
	/* background:url(images/bg_gold.png) repeat; */
	background-color:#800020; 
}


.padding_bar2 {
	height:8px;
	/* background:url(images/bg_gold.png) repeat; */
	background-color:#d9d9d9; 
}

img {
	border:none 0px white;
}

hr {
  border: 0;
  width: 100%;
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
}


a,
a:link,
a:active,
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#afe0f3;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.tdHeader 
{
	height:213px; 
	background:#aaaaaa;
	/* background:#353535 url(images/_temp_bg.jpg) no-repeat; */ 
	text-align:right;
}

.tdMenu
{
	width:249px; vertical-align:top; 
	background:#224563 url(images/bg_left.gif) repeat-y; 
	padding-top:10px;
}

.tdContent
{
	background-color:#ffffff; 
	text-align:center; 
	vertical-align:top; 
	height:348px;
}

.tdFooter
{
	height:74px; background-color:#1a3445; vertical-align:top;
}

.siteTitle
{
	float:left; 
	padding:20px 0 0 30px; 
	text-align:left; 
	font-family:Arial; 
	font-weight:bold; 
	font-size:23pt; 
	color:#333333;
	line-height:18pt;
}

.fontTitleSmall
{
	color:#ffffff;
	font-size:10pt;
	font-style:italic;
	font-family:Arial;
}

#divHeaderContact
{
	text-align:center; 
	vertical-align:top; 
	float:right; 
	width: 200px; 
	height:172px; 
	margin:9px; 
	padding-top:15px; 
	background:#666666; 
	border:solid 2px #ffffff;
}

.sideBar
{
	float:right; 
	background:#f3f3f3; 
	position:relative; 
	width:23%; 
	border:solid 1px #cccccc; 
	padding:10px; 
	right:0px;
	margin-bottom:20px;
}