/*
---------------------------------------------
General Page Styles
---------------------------------------------
*/

.body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color: #333;
}

.address
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	color: #000;
	text-align: right;
	padding: 15px 40px 0px 0px;
}

.headline
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	color: #CC0033;
	padding-left:25px;
}

.disclaimer
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	color: #CC0033;
}

.sidebar
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	color: #333;
	padding-left:20px;
}

.pageidentifier
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	/*font-weight: bold;*/
	color: #000;
}

.caption
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	color: #0D2B88;
}

.footer
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: normal;
	color: #666666;
	background-color: #B3B3B3;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}

.copyright
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	color: #999;
	text-align: center;
}

.tng
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	color: #999;
}


/*  
---------------------------------------------
Navigation Elements
---------------------------------------------
*/
.navigation
{
	background-color: #CCCACA;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#nav a
{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #CC0033;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #CCCACA;
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 20px;
	background-image: url(../images/btn-background.gif);
	background-repeat: no-repeat;
	width: auto;
}

#nav a:hover
{
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	background-color: #E6C29F;
}

#navcontact a
{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #CC0033;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 20px;
	background-image: url(../images/btn-background.gif);
	background-repeat: no-repeat;
	width: auto;
}

#navcontact a:hover
{
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	background-color: #E6C29F;
}

#navover a
{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #CC0033;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #CCCACA;
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 20px;
	width: auto;
	background-color: #E6C29F;
}

#navcontactover a
{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #CC0033;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 20px;
	width: auto;
	background-color: #E6C29F;
}


/*
---------------------------------------------
Link Styles
---------------------------------------------
*/

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

a.tng					{	color: #999999; text-decoration: none;}
a.tng:hover				{	color: #666666; text-decoration: underline;}

/*
---------------------------------------------
Table Border Styles
---------------------------------------------
*/

td.borderright
{
	border-right: 1px solid #FFF;
}

td.borderbtm
{
	border-bottom: 1px solid #FFF;
}

td.bordertop
{
	border-top: 1px solid #FFF;
}

td.bordertopbtm
{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

td.borderleftright
{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

td.borderall
{
	border: 1px solid #FFF;
}
	
/*
---------------------------------------------
Border and Background Graphic Styles
---------------------------------------------
*/

.photoleft
{
	
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	/*border-right: 1px solid #000;
	margin-right:1px;
	margin-bottom:1px;*/
}

.photoright
{
	
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	/*margin-bottom:1px;*/
}

.noRepeat
{
    background-repeat: no-repeat;
}
  
.repeatLeft
  {
    background-repeat: repeat-y;
    background-position: top right;
}

.repeatRight
  {
    background-repeat: repeat-y;
    background-position: top left;
}

.repeatVertical
{
	background-repeat: repeat-y;
	background-position: bottom left;
}
#imgblock {
	
}
#imgrow {
	margin: 0px;
	clear: both;
}
#imgcell {
	padding-right: 1px;
	margin: 0px;
	display: inline;
	clear: both;
}