body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#486D68;
	background-color:#26819A;
	font-size:12px;
	background-image:url(../images/site-bg-gradient-tile.jpg);
	background-repeat:repeat-x;
	margin:0px;
	text-align:justify;
	letter-spacing:1px; 
	line-height:24px;
	word-spacing:2px;
	
}

A 
{
	color:#006666;
	text-decoration:underline;
}
A:hover 
{
	color:#7EA6A6;
	text-decoration:none;
}

div#site-bg-watermark
{
	background-image:url(../images/site-bg-watermark.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

div#site-wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:876px;
	text-align:left;
}

div#page-wrapper-top
{
	background-image:url(../images/page-bg-watermark.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:100%;
	border: 2px solid #3A6470;
	background-color:#FEF4DD;
	position:relative; top:19px;
}

div#page-wrapper-bottom
{
	background-image:url(../images/page-shadow.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	width:880px;
	position:relative; top:19px;
}

div#page-alignment
{
	width:834px; 
	margin-left:auto; 
	margin-right:auto;
}

div#img-scroll
{
	background-image:url(../images/page-footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:876px;
	height:170px;
}

div#img-logo
{
	background-image:url(../images/logo.jpg);
	width:243px;
	height:61px;
	background-repeat:no-repeat;
}

div#img-slogan
{
	background-image:url(../images/slogan.jpg);
	width:361px;
	height:61px;
	background-repeat:no-repeat; 
}

div#img-media-box-1
{
	background-image:url(../images/media-box-1.jpg);
	background-repeat:no-repeat;
	width:848px;
	height:204px;
	margin-left:auto; 
	margin-right:auto;
}

div#img-media-box-2
{
	background-image:url(../images/media-box-2.jpg);
	background-repeat:no-repeat;
	width:848px;
	height:204px;
	margin-left:auto; 
	margin-right:auto;
}

div#img-media-box-3
{
	background-image:url(../images/media-box-3.jpg);
	background-repeat:no-repeat;
	width:848px;
	height:204px;
	margin-left:auto; 
	margin-right:auto;
}

div#img-media-box-4
{
	background-image:url(../images/media-box-4.jpg);
	background-repeat:no-repeat;
	width:848px;
	height:204px;
	margin-left:auto; 
	margin-right:auto;
}

div#page-footer-general-info
{
	font-size:11px;
	text-align:center;
	color:#B5EAF3;
	padding-top:10px;
	padding-bottom:10px;
}

.sub-title-1
{
	text-align: left;
	font-size:17px;
	text-decoration:none;
	font-weight:bold;
}

.sub-title-2
{
	text-align: left;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

div#vertical-link
{
	text-align: left;
	font-size:12px;
	color:#006666;
	text-decoration:none;
	line-height:normal;
	letter-spacing:0.5px;
	word-spacing:1px;
}
div#vertical-link A 
{
	color:#006666;
	text-decoration:none;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
}
div#vertical-link A:hover 
{
	color:#7EA6A6;
	text-decoration:none;
}

div#horizontal-link
{
	text-align: left;
	font-size:12px;
	color:#d7d7c4;
	text-decoration:none;
	line-height:normal;
	letter-spacing:0.5px;
	word-spacing:1px;
}
div#horizontal-link A 
{
	color:#006666;
	text-decoration:underline;
	/* If you desire more or less space between links, please adjust the left and right padding accordingly */
	padding-left:2px;
	padding-right:2px;
}
div#horizontal-link A:hover 
{
	color:#7EA6A6;
	text-decoration:underline;
}

div#img-page-title-welcome
{
	background-image:url(../images/page-title-welcome.jpg);
	background-repeat:no-repeat;
	width:191px;
	height:69px; 
	margin-left:0px;
}

div#page-content-wrapper
{
	width:669px;
	height:100%;
}

div#page-side-link-wrapper
{
	width:150px;
	height:100%;
}

img
{
	border: 7px solid #ffffff;
}

.no-border
{
	border: none;
}

div.no-img-border
{
}

div.no-img-border img
{
	border: none;
}

/* 
:Left:
This floats a div to the left.
*/
div.float-left
{
	float:left;
}
/* 
:Right:
This floats a div to the right.
*/
div.float-right
{
	float:right; 
}

/* 
:Break:
Use break to simply break the current flow of one or more divs that float left or right 
This simply allows you to start on a new line without affecting the above layout. 
For Vertical Spacing use div.spacer.
*/
div.break
{
	clear:both;
}


/* 
:Top Space:
When applied to a div, this adds 5px ofexternal space to the top only of an object or container.
*/
.space-top
{
	margin-top:10px;
}

/* 
:Bottom Space:
When applied to a div, this adds 5px of external space to the bottom only of an object or container.
*/
.space-bottom
{
	margin-bottom:10px;
}

/* 
:Left Space:
When applied to a div, this adds 5px ofexternal space to the left only of an object or container.
*/
.space-left
{
	margin-left:10px;
}

/* 
:Right Space:
When applied to a div, this adds 5px of external space to the right only of an object or container.
*/
.space-right
{
	margin-right:10px;
}

/* 
:Spacer:
A spacer should be used to simply add spacing between verticle div objects.
Spacers should not have content inside them.
*/
div.spacer
{ 
	padding:5px;
}

hr {
	border:0;
	width:100%;
	color:#d7d7c4;
	background-color:#d7d7c4;
	height:1px;
}

.TA_rtable{	
	padding:5px 2px 2px 2px;
	margin-top:5px;
	border:1px #C0D6CA;
	
	}